Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing ABC directly from collections was deprecated and will be removed in Python 3.10. Use collections.abc #626

Open
tirkarthi opened this issue Apr 26, 2020 · 1 comment

Comments

@tirkarthi
Copy link

odo/backends/sql.py
14:from collections import Iterator

odo/backends/hdfs.py
17:from collections import namedtuple, Iterator

odo/backends/tests/test_csv.py
13:from collections import Iterator

odo/backends/tests/test_sas.py
8:from collections import Iterator

odo/backends/text.py
5:from collections import Iterator

odo/backends/aws.py
9:from collections import Iterator

odo/backends/mongo.py
5:from collections import Iterator

odo/backends/dask.py
2:from collections import Iterator

odo/backends/sparksql.py
10:from collections import Iterator

odo/backends/json.py
5:from collections import Iterator, Iterable

odo/backends/sas.py
8:from collections import Iterator

odo/convert.py
7:from collections import Iterator, Iterable

odo/tests/test_convert.py
10:from collections import Iterator

odo/chunks.py
3:from collections import Iterator

odo/core.py
3:from collections import namedtuple, Iterator
@timcera
Copy link
Contributor

timcera commented Apr 26, 2020

No one in control of this repository cares. What I did was just bring the entire code base into my project, applying the patches that would actually make things work. There is a replacement project called intake at https://pypi.org/project/intake/. Intake is bizarrely complicated and I didn't see any benefit to the pain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants