EnvironmentLocationNotFound when click the conda button
See original GitHub issueThe error reports, when I click the conda
tab button in the browser.
The info like that:
Error
An error occurred while retrieving installed packages.
`EnvironmentLocationNotFound: Not a conda environment: /Users/username/anaconda3/envs/anaconda3`
In the reality, I don’t create the env about anaconda3. And I find that there is not anaconda3 directory in the directory /Users/username/anaconda3/envs/
The version of Jupyter
The version is 4.4.0
info
$PATH:
/Users/username/anaconda3/bin
/Users/username/.cargo/bin
/Users/username/anaconda3/bin
/usr/local/bin
/usr/bin
/bin
/usr/sbin
/sbin
/Library/TeX/texbin
sys.path:
/Users/username/anaconda3/bin
/Users/username/anaconda3/lib/python36.zip
/Users/username/anaconda3/lib/python3.6
/Users/username/anaconda3/lib/python3.6/lib-dynload
/Users/username/anaconda3/lib/python3.6/site-packages
/Users/username/anaconda3/lib/python3.6/site-packages/aeosa
sys.executable:
/Users/username/anaconda3/bin/python
sys.version:
3.6.4 |Anaconda custom (64-bit)| (default, Jan 16 2018, 12:04:33)
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)]
platform.platform():
Darwin-17.4.0-x86_64-i386-64bit
which -a jupyter:
/Users/username/anaconda3/bin/jupyter
/Users/username/anaconda3/bin/jupyter
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
Visual Studio Code terminal doesn't activate Conda environment
Press Shift + Command + P to open command palette. Type settings.json and select `Preferences: Open Settings (JSON); In the JSON file, add...
Read more >Jupyter Erroneous Environments Showing Up In Conda Tab With ...
Click the Conda. ... An the top right of the Files tab click the New button. ... Error Message: EnvironmentLocationNotFound: Not a conda...
Read more >Working with Environments – Introduction to Conda for (Data ...
Key Points. A Conda environment is a directory that contains a specific collection of Conda packages that you have installed.
Read more >Manage your Python Virtual Environment with Conda
Conda is a package and environment management system, it allows us to create and switch environments easily on our local machine.
Read more >Create a new Conda Environment and Install Packages ...
Your browser can't play this video. Learn more. Switch camera.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
what is the solution?
@caicaixia , need to fix the file
envmanager.py
, you can check here Erroneous Environments Showing up in Conda Nb tab with error · Issue #66 · Anaconda-Platform/nb_conda