You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...\anaconda3\envs\zeus\Scripts\zeus.py:2: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable as IterableType
It seems this should become "from collections.abc import Iterable as IterableType"
However, I could not find zeus.py in the repository, so I could not make a pull request to fix this.
I imagine this is likely to become in an error in the next year or so, if not fixed.
The text was updated successfully, but these errors were encountered:
...\anaconda3\envs\zeus\Scripts\zeus.py:2: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable as IterableType
It seems this should become "from collections.abc import Iterable as IterableType"
However, I could not find zeus.py in the repository, so I could not make a pull request to fix this.
I imagine this is likely to become in an error in the next year or so, if not fixed.
The text was updated successfully, but these errors were encountered: