Hello guys, I am trying to design/implement the following stuff for hosting my private Python PyPi repository kinda thing:
pip.conf > Cloudfront URL > S3 as source of packages
Inside the pip.conf , I am adding the --extra-url-index=https://my-cloudfront-url.net
Connectivity between Cloudfront<>S3 is working as I tested it manually.
However pip is unable to communicate to Cloudfront URL when performing pip install, any suggestions?
ERROR: No matching distribution found for abc-package==0.3```
…make sure that <http://pypi.org/simple> package index is added to your pip.conf file. For example, if your primary package index is defined in the index-url parameter, add the <http://pypi.org/simple> index in the extra-index-url parameter.