-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cannot install Pipenv from Git #3903
Comments
Why reported here? it is a pip issue. isn't it? |
I don't know, could be something wrong in pipenv setup code too.
|
@AlexP11223 So what is the output without --user flag? |
it's the same
|
Leave it open since I don't have quota to look into it now. |
hm, I updated pip from 18.1 to 19.2.2 (
|
So it seems an issue with pip and perhaps setuptools. |
I was trying to install pipenv from Git as suggested in #3902 (looks like I also need to add
#egg=pipenv
, otherwise it gives error about this) on PopOS (Ubuntu) 19.04:pip3 install --user -e git+https://github.com/pypa/pipenv.git@master#egg=pipenv
but got this error:
(calling without
--user
is the same, it complains about some other command inside)`
The text was updated successfully, but these errors were encountered: