-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Install] --process-dependency-links removed in pip >= 19.0 #20
Comments
Thanks for the notes, @ImreSamu. I ran into this issue recently:
In case others also run into this issue, my temporary solution was to downgrade my pip version. I followed steps here: https://pip.pypa.io/en/stable/installing/
This solved the issue and I was able to successfully run:
|
My comment above works fine in Python2, but will not work if you're using Python3 (you'll likely see a @ImreSamu - what has been your workaround? Fiddling with the |
so probably I can't help ... |
Thanks @ImreSamu For now, this can installed with newer pip versions by simply using:
|
Current recomended installing:
sudo pip install -r requirements.txt --process-dependency-links .
but now:
pip 19.0 (2019-01-22)
--process-dependency-links
option."workarounds:
--process-dependency-links
until an alternative is implemented pypa/pip#4187 (comment)The text was updated successfully, but these errors were encountered: