py-package-template icon indicating copy to clipboard operation
py-package-template copied to clipboard

pip install error

Open john012343210 opened this issue 3 years ago • 2 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

john012343210 avatar Jan 08 '21 17:01 john012343210

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

john012343210 avatar Jan 08 '21 18:01 john012343210

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

jfthuong avatar Jun 29 '21 05:06 jfthuong

Fixed by #15

AlexIoannides avatar Aug 07 '23 21:08 AlexIoannides