-
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
Anaconda debug Fails to import mpl_toolkits.mplot3d module #6806
Comments
Thanks for reporting this issue. Please could you provide a screenshot of the text sent to the terminal (I'd like to check whether the conda environment got activated before the debugger command was sent to the terminal). |
I totally forgot to mention that it does actually succeed on the second time, since it seems to re-use the terminal, which now seems to have the default anaconda environment successfully enabled. Here is the full terminal output from the both runs, using the test python script posted before:
|
Duplicate of #5559 |
Environment data
Version: 1.36.1 (system setup)
Commit: 2213894ea0415ee8c85c5eea0d0ff81ecc191529
Date: 2019-07-08T22:59:35.033Z
Electron: 4.2.5
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Windows_NT x64 10.0.18362
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): XXXRun under default python debug configuration:
As recommended, using
cmd.exe
as integrated shell in user settings.json:Simple test_import_mplot3d.py:
Expected behaviour
Debug test_import_mplot3d.py and run to completion without error
Actual behaviour
Debug console traceback:
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: