Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
jmartschinke_3948
@jmartschinke_3948
Best posts made by jmartschinke_3948
Latest posts made by jmartschinke_3948
-
Proget issue with Pypi feed
When trying to install python packages with
python -m pip install --trusted-host foo -r .\requirements.txt
using a proget feed (named pypi-relay) that has a connector to pypi.org, I get the following error:
Could not install requirement robotframework-applicationlibrary~=1.0.0 from
http://foo:8624/pypi/pypi-relay/download/robotframework-applicationlibrary/robotframework_applicationlibrary/robotframework_applicationlibrary-1.0.2-py3-none-any.whl#sha256=13f87f31d01687ee0a2968dc537aaae04fad4233e7110c958289882b746d0cc2
(from -r .\requirements.txt (line 1)) because of HTTP error 404 Client Error: Not FoundWhen I open this path in a browser, a web site displaying the text
"Package not found."
appears.This only happens for some packages. It also doesn't change when I click on "Pull to ProGet" manually. I also tried to clear the cache of the connector and even with a new connector.