-
-
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
pipenv==2018.11.26' distribution was not found #4019
Comments
Check your path setting, you made pyenv's python take precedence over the brew one. |
I want to use the python from pyenv. Output of the echo $PATH command: |
@joanap, I run into the same issue every now and then. Never got a chance to dig deep in to why this is happening. Every time I ran into this error, I find I am not exactly sure whether this is Pipenv's issue or Homebrew's. |
@hanpeter I would like to be able to install several Python versions with pyenv and create virtual environments with pipenv. I already tried reinstall and uninstall pipenv with brew but the error persists. Here are some variables: I realised pipenv installed with brew it is not inside pyenv
|
@joanap, your stack trace says your In my current set up, I installed Alternatively, I believe you can set a global version in your Hope that clarifies what you are looking for. |
I think this is the same as #4013 |
I ran into the exact same issue right after reinstalling node with brew. |
Hello,
I used pipenv to create python virtual environments but it is not working anymore. When I run pipenv --version it outputs the message below.
I uninstalled it already and installed a clean version with homebrew but nothing has changed.
Do we know how to solve this issue?
The text was updated successfully, but these errors were encountered: