AlexIoannides/py-package-template

pip install error

john012343210 opened this issue · 3 comments

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

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

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).

Fixed by #15