-
-
Notifications
You must be signed in to change notification settings - Fork 40
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 start kernel in pip installations inside conda environments on Windows due a missing DLL #304
Comments
Notes:
|
Me, neither.Actually, I'd removed the well-installed first Spyder.. but after that installation, I failed to start kernel both Spyder and Jupyter notebook. Traceback (most recent call last): |
Hi @Lynn-Kang are you using only conda? Seems to me that you are using also pip (the installer should not leave behind files in the path were the traceback is pointing things). Maybe sticking with only one python distribution could be better. Either keep the python installation managed through pip (the one located at But just in case, is that correct @ccordoba12 right? |
Running
python -m spyder_kernels.console
can cause the following traceback on aconda env
where everything is installed withpip
:The text was updated successfully, but these errors were encountered: