pip install error
john012343210 opened this issue · 3 comments
john012343210 commented
ERROR: Could not find a version that satisfies the requirement py-template-project (from versions: none)
ERROR: No matching distribution found for py-template-project
john012343210 commented
guess it is due to pypi "Python :: 3.7"
I think it is also valid for the higher version. I simply use python3.9 to pip install -e . on this repo
jfthuong commented
You need to do pip install py-package-template
as indicated on top of the Pypi page. This install sucessfully. The command to download the template in your project is correct (py-package-template install
).
AlexIoannides commented
Fixed by #15