timyerg / venny4py

MIT License
14 stars 4 forks source link

Hi I tried to install the package through PIP and I am using the latest pip 21.3.1 and encountering the error #2

Closed Kaustav-93 closed 5 months ago

Kaustav-93 commented 6 months ago

ERROR: Could not find a version that satisfies the requirement venny4py (from versions: none) ERROR: No matching distribution found for venny4py

timyerg commented 6 months ago

Hi! Did you run: pip install venny4py ? Without spelling mistakes?

Could you also try specify the version? pip install venny4py==1.0.1

Just tested it in environments with python 3.8 and 3.12 and it works. I use pip 23.3.1

Which python version do you have? If lower than 3.7, then try to install into another environment with python >=3.7, or upgrade python or create new conda environment with python >=3.7

timyerg commented 5 months ago

Closed with no response.