py-ascii-graph icon indicating copy to clipboard operation
py-ascii-graph copied to clipboard

Support python 3.10 collections

Open nyurik opened this issue 3 years ago • 5 comments

The Iterable is no longer accessible from collections lib. Using collections.abc instead.

Fixes #23

nyurik avatar Oct 29 '21 21:10 nyurik

@kakwa hi, could you merge+release - it would sad to loose such a nice lib due to bit rot :) Thanks!!

nyurik avatar Jan 27 '22 03:01 nyurik

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.

joerick avatar Jul 15 '22 11:07 joerick

@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

TheDen avatar Feb 27 '23 13:02 TheDen