-
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
Poor error message when pipenv couldn't be activated. #4866
Comments
Interestingly, if I copy and paste the text in the error pop-up, I get the full traceback, properly formatted:
|
I created a git repo to reproduce the problem. https://github.com/dlech/vscode-python-issue4866 Using Ubuntu 18.04:
Open If I manually run
So I am not sure why the extension is getting a crash trace instead. |
It turns out that the failing command is |
#5684 same issus |
I have pipenv set up in my workspace folder. The extension picks it up. However, if it tries to activate the environment then I get an error pop-up. If I expand the pop-up, I see the following (formatted exactly) unhelpful message:
The extension should fix up the error message (rather than dumping the full un-edited text).
The text was updated successfully, but these errors were encountered: