-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Workspace contains pipfile but attempt to run 'pipenv --venv' failed #2968
Comments
Also, I'm using zsh. For reference, here is the result of running
Here is the result of running
|
To be honest, I'm not certain. It's not set in my .zshrc, nor any other zsh-related configuration files that I know of. Do you have any recommendations for figuring that out? EDIT: Right now I'm somewhat haphazardly scanning my system with egrep: EDIT2: Thanks for following up with this, by the way! |
It looks to be a more fundamental issue with pipenv. Looking closer to that traceback shows you are executing pipenv, it just is unhappy with the response from that But to double-check, can you run |
Launched the terminal in VS Code and ran the requested command. Here's what I got:
|
And just to make sure, this is on the latest version of pipenv? Basically I'm straining in finding a way to know how this is the extension's fault since the failure is in pipenv itself since pipenv is the one calling |
I believe so.
I attempted to update pipenv, but it would seem 2018.10.13 is the latest version. |
I just tested this on my macOS 10.13.6 machine and I can't reproduce. So either this is specific to Mojave and pipenv or it's an environment issue that won't be resolved until we deal with #2363. Either way, without a way to reproduce I'm out of ideas on how to solve this or know how we could be causing it based on the fact it's failing in |
Environment data
Actual behavior
Upon opening a project folder with an existing virtual environment, I get the following error message:
Expected behavior
No error message.
Steps to reproduce:
pipenv install
in the directory.The text was updated successfully, but these errors were encountered: