py-ascii-graph
py-ascii-graph copied to clipboard
Support python 3.10 collections
The Iterable
is no longer accessible from collections
lib. Using collections.abc
instead.
Fixes #23
@kakwa hi, could you merge+release - it would sad to loose such a nice lib due to bit rot :) Thanks!!
Tip for anyone else wanting to use this-
pip install https://github.com/nyurik/py-ascii-graph/archive/refs/heads/fix-python310.zip
This will install this PR, rather than the version on PyPI.
@kakwa can you please merge + release this? Whilst @joerick's solution works, projects that depend on this can't install via PyPI
since they'll receive the err
ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
If you've moved on from this project and whatnot—it's all good, just thought I'd try to get some closure