-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Installer fails if there's a space in the path to conda. #12284
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
Comments
Looks like a problem handling the space in the user folder name... |
Looks to me like the space is messing up the run isolated stuff. |
Visual Studio used to work perfectly till about 10 days ago. Did any update change this behaviour? |
Here's the workaround while the spaces issue paths and file names across windows programs gets resolved:
Now things work as they did before. It is evident that some code in visual studio and anaconda is broken if some filenames or paths have spaces. I hope that is fixed soon. |
Uh oh!
There was an error while loading. Please reload this page.
Environment data
VS Code version:
Version: 1.45.1 (user setup)
Commit: 5763d909d5f12fe19f215cbfdd29a91c0fa9208a
Date: 2020-05-14T08:27:35.169Z
Electron: 7.2.4
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18363
Setting python.jediEnabled: false
Setting python.languageServer: Microsoft
Python and/or Anaconda version: 3.7.6/1.0.1
OS: Windows | Mac | Linux (distro): Windows 10
Virtual environment: conda
Expected behaviour
Jupyter kernel to start whenever code in a cell is run
Actual behaviour
Visual Studio is declaring that the Datascience libraries jupyter and notebook are missing:

Attempt to install locks up with the message:

The terminal reports:

This is despite the fact that both python and jupyter are installed:
Instructions from https://github.com/Microsoft/vscode-python/blob/master/PYTHON_INTERACTIVE_TROUBLESHOOTING.md did not make any difference
did not suggest any remedy that fits the problem
The text was updated successfully, but these errors were encountered: