-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Spyder crashes at startup because of errors when importing Sympy #3738
Comments
I have got the same error here after upgrading to spyder3, the crash-log is as below: Traceback (most recent call last): I searched around for a fix, but had no luck :( |
@Tuzi12, as you reported in Anaconda issues, this is an issue with PythonXY and not with Spyder itself. Since PythonXY seems unmaintained, we recommend you to use WinPython or Anaconda. @TheTinka, please open a terminal (i.e. cmd.exe), run this command
and report the error is printed there. |
@ccordoba12 Thanks for your reply and closed the other thread I opened. But do I need to install WinPython or Anaconda first for spyder to work again? |
You need to uninstall PythonXY and install either WinPython or Anaconda. Both are Python scientific distributions, meaning that they come with Python and a lot of other scientific libraries and applications (including Spyder and all its dependencies). WinPython is more similar to PythonXY than Anaconda, although is more focused on Python 3 than 2. |
@ccordoba12 Thank you for the suggestion. One more thing, if I uninstall PythonXY, will the Python27 comes with it uninstall as well? Since I have got some py files written in Python2, I want to make sure that I can run these files without much changes to make. |
When I did the reset there is no error-message. Then Spyder is starting and shows the message from below. |
Some hint what kind of error? I am using Anaconda and installed spyder that way to. |
So sorry, my bad. The command is
|
It seems you have an old version of sympy. Please run
conda update sympy
and try again
El 24/11/16 a las 09:29, TheTinka escribió:
…
spyder
<https://cloud.githubusercontent.com/assets/22595315/20601816/c28af568-b25a-11e6-9a27-d3a6177356bf.PNG>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3738 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAWS7TvVbQv6EUFgZZeqnhZcRdwf7kBjks5rBZ8_gaJpZM4K7n42>.
|
You definitly saved my week. It works fine. |
Great! |
Hello everybody,
If I'm trying to start Spyder it always crashes and shows the attached error. It worked fine for weeks, I have no idea what it is about.
I did the reset and deleted the spyder.lock and updated spyder.
Could you please help?
Versions and main components
Thanks in advance
Tinka
The text was updated successfully, but these errors were encountered: