-1

I am relatively new to the Linux environment and also have no experience in using python before.

I am trying to install Spyder3 on Xbuntu 16.04. I installed using pip3.

pip3 install spyder3

But when I try to open it on terminal, it gives me Segmentation fault.

Any tip what I can do?

  • XUbuntu - 16.04 (64bit)
  • Python 3.5.2
David Foerster
  • 36,890
  • 56
  • 97
  • 151

1 Answers1

0

Please read documentation on managing software in Xubuntu. Note that spyder3 is available in the universe repository.

So why not remove Spyder installed by pip and start from using a packaged version?

Concerning issue at hand, this answer to Unable to get spyder to work with python3 (properly*) might be of help.

Alex'LP
  • 91