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
Collections.Iterable is deprecated in Python 3, and the official website says stem is Python 3 compatible. Collections.Iterable was moved to collections.abc.Iterable. This seems to only be an issue for official pypi version. The dev version of 1.8.0 does not demonstrate this problem.
The text was updated successfully, but these errors were encountered:
Collections.Iterable is deprecated in Python 3, and the official website says stem is Python 3 compatible. Collections.Iterable was moved to collections.abc.Iterable. This seems to only be an issue for official pypi version. The dev version of 1.8.0 does not demonstrate this problem.
The text was updated successfully, but these errors were encountered: