pip3 install distribusi breaks #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pillow is causing trouble!
It seems that the latest versions of Python only work with recent versions of the Pillow library, see: https://pillow.readthedocs.io/en/stable/installation.html#basic-installation
With Python 3.9 and Pillow 8.0, the
pip3 install -e .
command returns:e291e7497e
I did this a while ago and fixed similar issues since I am on a newer python anywayYes, it seems the boundaries for library versions in
setup.py
no longer play nice with whatever is installed by default with debian stable.So if you feel like researching what the appropriate ones are and sharing it back here, the setup.py file could be edited and a new release could be made.