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

Unable to install jupyter-book in conda environment #206

Closed
pt247 opened this issue Jun 2, 2019 · 2 comments
Closed

Unable to install jupyter-book in conda environment #206

pt247 opened this issue Jun 2, 2019 · 2 comments

Comments

@pt247
Copy link

pt247 commented Jun 2, 2019

Thanks for the awesome work guys. I read your excellent documentation and would like to use this jupyter-books in my existing project that is using conda env. I have checked the pip install with normal python virtual env works.

I tried to pip install jupytor book but it failed with error Could not install packages due to an EnvironmentError

pip install jupyter-book
...
...
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /anaconda3/envs/PDS/lib/python3.7/site-packages (from matplotlib->nbclean->jupyter-book) (2.4.0)
No metadata found in /anaconda3/envs/PDS/lib/python3.7/site-packages
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '/anaconda3/envs/PDS/lib/python3.7/site-packages/pyparsing-2.4.0.dist-info/METADATA'

Can you please suggest?

@pt247
Copy link
Author

pt247 commented Jun 2, 2019

I can see a metadata file in that dir but with a different name:

 ls /anaconda3/envs/PDS/lib/python3.7/site-packages/pyparsing-2.4.0.dist-info/
DESCRIPTION.rst  LICENSE.txt      metadata.json 

@pt247 pt247 changed the title Unable to install jupyter-book Unable to install jupyter-book in conda environment Jun 2, 2019
@pt247
Copy link
Author

pt247 commented Jun 2, 2019

It seems this is due to mainly my messed up conda environment. Closing this for now.

@pt247 pt247 closed this as completed Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant