-
-
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 3.0 Beta3 fails to start in OS X #3267
Comments
You need to update qtpy to its latest version with
|
Unfortunately it already was:
|
What if you run
? |
Same deal:
|
Same here but for Python 2.7
Here's the report from the Navigator.app:
|
@kcarnold, this is certainly wrong:
Either pyqt5 and qt5 are at 5.5.0 or at 5.6.0, but you can't have that mix of versions. Besides, we had to make some changes to the qt and pyqt packages, so until we release new versions of qt5 and pyqt5, you need to remove them with:
|
I have no idea how it got version 5.5 from the channel. This was literally a brand-new fresh Anaconda3 install and spyder 3 was the very first thing I tried to install. I was able to get the right version to install by specifying the channel explicitly in the
I haven't retried the full Anaconda install, but I can report that the following commands work:
So perhaps Anaconda was somehow using an out-of-date cache file (despite being a fresh install)? It sounds like there's some stray version out there somewhere, so I won't close the bug for now (your call), but the symptom is resolved for me. |
I'm recompiling the packages provided in the spyder-ide channel to try to fix this problem. |
I tried the following:
And Spyder works. But it also installs
If I want to remove them as suggested above, this will also remove Spyder. |
These commands worked for me:
The first one seems to simply demonstrate that 5.6.0 doesn't install.
Now running spyder 3. |
@rdsalemi @kcarnold |
I'm afraid I'm not familiar with it. |
I installed matplotlib, started spyder, ran ... but while writing this up, I got a segfault. The system traceback is utterly unhelpful:
though thread 0 might have a clue:
Aside from that, my main spyder issue at the moment is I think #3223, for which I'm waiting for b4 release and running off trunk until then. |
I hope you understand that we're in a testing phase and that not everything is expected to work flawlessly ;-) As I said before, I'm preparing new Qt5 packages that hopefully will solve this problem, but I can't promise that they will work on all situations. |
What? The free software in beta doesn't work perfectly? This is an outrage! |
Jeje, thanks for understanding @rdsalemi! |
I'll post new instructions here on how to install beta4 once I release it. |
Ok, so these are the new instructions:
This will update your qt and pyqt packages to 5.6.0 and will also fix (I hope) any problem with matplotlib. But now you need to run |
This is more likely an issue with the spyder-ide conda channel, but I don't know where to report bugs there.
What steps will reproduce the problem?
spyder
.What is the expected output? What do you see instead?
Please provide any additional information below
I had been using 3.0b2 following #2724 for several months with only minor issues. But then I messed up my Anaconda install :(.
#3145 and #3198 seem to indicate that this used to be a problem and was fixed?
Versions and main components
The text was updated successfully, but these errors were encountered: