question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EnvironmentLocationNotFound when click the conda button

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

14reactions
caicaixiacommented, Jul 13, 2018

what is the solution?

9reactions
ZenRaycommented, Jul 15, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found