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

python -m ipykernel install --user --name=myenv fails to create kernel #6071

Open
philwebb59 opened this issue May 23, 2021 · 1 comment
Open

Comments

@philwebb59
Copy link

After creating an environment with something like "conda create --name myenv -y -c anaconda -c conda-forge python=3 ipykernel pandas matplotlib," then installing the kernal with "python -m ipykernel install --user --name=myenv," the "~/miniconda3/share/jupyter/kernels/myenv" folder doesn't get created. When I create a new notebook using myenv, I cannot import any libraries. I just figured out that if I copy the python3 folder to myenv, I could then import libraries in the notebook. This just started happening yesterday, ipykernel 5.3.4.

@Saikat-clionics
Copy link

facing same issue

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

2 participants