Skip to content
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

Error when retrieving installed packages #4

Closed
nickjer opened this issue Mar 29, 2017 · 1 comment
Closed

Error when retrieving installed packages #4

nickjer opened this issue Mar 29, 2017 · 1 comment
Labels

Comments

@nickjer
Copy link
Contributor

nickjer commented Mar 29, 2017

Get this error on Conda tab:

image

This is due to the code:

/usr/local/anaconda3/lib/python3.5/site-packages/nb_conda/envmanager.py

in particular on line 16:

name, version, build = s.rsplit('-', 2)

because s is a dict generated from a json object instead of a string. The issue on this is tracked here: anaconda/nb_conda#39

We are waiting on them to merge in the pull request with the fix.

@nickjer nickjer added the bug label Mar 29, 2017
@nickjer
Copy link
Contributor Author

nickjer commented Oct 4, 2017

This has been resolved after an update of the Anaconda packages.

@nickjer nickjer closed this as completed Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant