You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use pip's requirements.txt support to build a list of files and then install some of them from a ClueReleaseManager install behind a password.
I'd like to use pip's requirements.txt support to build a list of files and then install some of them from a ClueReleaseManager install behind a password.
However, running
doesn't work. pip won't find the package.
As far as I can tell it looks like pip is trying the url http://user:[email protected]/package which redirects to http://user:[email protected]/d/package and that page just returns a 500 error instead the package information.
The text was updated successfully, but these errors were encountered: