Open HGStyle opened 2 years ago
check #60 and #59 If you want to install 0.9.3 you have to downgrade setuptools to 58 since it removed support for 2to3 during builds. :(
pip install setuptools==58
I think it is time to remove that redundant requirement setuptools==58
.
It makes in difficult to use with pipenv:
Installing collected packages: setuptools
Attempting uninstall: setuptools
WARNING: Ignoring invalid distribution -ymongo (/Users/pata/.pyenv/versions/3.9.13/envs/autods_33/lib/python3.9/site-packages)
Found existing installation: setuptools 68.2.2
Uninstalling setuptools-68.2.2:
Successfully uninstalled setuptools-68.2.2
WARNING: Ignoring invalid distribution -ymongo (/Users/pata/.pyenv/versions/3.9.13/envs/autods_33/lib/python3.9/site-packages)
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pipenv 2023.3.20 requires setuptools>=67.0.0, but you have setuptools 58.0.0 which is incompatible.
I cannot install pyhash / pyfasthash. I updated pip, setuptools and wheels to the latest version. My terminal :
I dont know how to install it, without errors. Can someone help me ?