Pip Fails to install packages which has git+ links (seems to also be a setup.py issue sadly when it loads up and lists a git+ link as well. #3609
Labels
auto-locked
Outdated issues that have been locked by automation
Description:
When I try running a package from my github repo that has setup.py it fails to work when the requirements in the list that it loads the requirements.txt file on that package has a
git+
link it fails to install anything from the requirements that requires that package that requires other things which has agit+
link.basically if I do
and if inside the requirements.txt file on that lib that my discord bot uses has this
it fails to recognize that it is a
git+
it works fine when ran locally but not when you try to pip install the Discord Bot core which contains 99.9% of the code to it. (rest is just a script to call it all and json configs of many things.The text was updated successfully, but these errors were encountered: