M BUZZ CRAZE NEWS
// general

Python spyder is not starting on ubuntu

By Joseph Russell

when I try to open it from anconda-navigator it give error like:

/home/deepankar/.anaconda/navigator/scripts/spyder.sh: line 3: 2111 Segmentation fault (core dumped) spyder > /home/deepankar/.anaconda/navigator/scripts/spyder-out-1.txt 2> /home/deepankar/.anaconda/navigator/scripts/spyder-err-1.txt

And if I try to open it with code spyder it gets error.

deepankar@deepankar-VirtualBox:~$ spyder
Segmentation fault (core dumped)
2

1 Answer

This is usually caused by pyopengl not being installed. Try installing it by using:

conda install pyopengl
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy