-
-
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
Can't lauch the spyder3, under the win10+python3.6 with pip install pyqt5 and spyder3.2.4 #6023
Comments
Spyder 2.4 is seriously out of date and no longer supported (your issue will be closed for this reason). The latest version is 3.2.4. I suggest you update to that version. |
Also, |
|
@QuntuamLoop, it could be a number of different things, and (since we're unfunded) we don't have the resources nor the time to help you debug them. Hence our recommendation (stated above by @CAM-Gerlach) to switch to Anaconda. That's the best we can do at the moment, sorry. |
@ccordoba12 Thank you for your suggestions. And many friends around me, also gave the same solutions. |
@QuntuamLoop Best of luck! |
Before you change anything to your setup, no error is shown in the cmd window after you run |
@jitseniesen Really not. After I installed the python 3.6.4(or 3.6.x ) in win7 in 64bit or win10 in 64bit, then I opened cmd, installed the pyqt5 and spyder. But after clicked spyder3, the programe started with nothing. |
@QuntuamLoop Go to you spyder installation folder in the cmd window. This should be something like C:\Python36\Lib\site-packages\spyder and run:
Do you get some kind of error traceback from this? |
@jnsebgosselin excuse me, is it a right way? |
@QuntuamLoop Sorry, yeah you did it ok. Ì was wrong, there is no boostrap.py distributed when installed with pip. Only when cloning spyder from the git. So, instead, in the folder If the cmd window closes before you can see anything, you can put your command in a .bat file and add pause at the end. Something like
|
@jitseniesen finally, I find it's the problem of markupsafe in utf-8. So I use the pip to reintall the package. Thanks for repling me the method. |
@QuntuamLoop I'm glad you were able to fix your problem, good job! |
@Sup3rGeo This is likely an unrelated issue, but very likely an install-related one. As your screenshot shows, you've installed Spyder manually with |
when I run spyder I get "An error ocurred while starting the kernel note: I have another environment and spyder is work |
This is clearly an unrelated issue with a very different cause and symptoms; it is a generic Python level issue of not being able to start the kernel, whereas this thread is for a specific Qt/C++ level problem where Spyder segfaults before it even launches. In the future, please try to read the title and initial report in a thread before posting to make sure the issue is the same, or at least related, so you can get the most appropriate help and to aid us in keeping track of your issue.
Please provide the full traceback if you want someone to be able to help you.
Not sure if this error message is related; IIRC I seem get it quite frequently, typically when another Spyder instance is open IIRC like you state. Perhaps one Spyder instance may be locking/blocking on the file when it shouldn't, but I haven't noticed a significant effect yet other than the message (though I haven't tested help rendering too much when it happens). |
Description of your problem
My laptop is the thinkpad t450 with the python 3.6.4 , and I also have install the pyqt5.9.2 and spyder3.2.4 with the pip installer. But when I input the command 'spyder3' in cmd gui, it can't show anything.
The problem just happend under this enviroment, in the python 3.5 or anaconda spyder3 is still a IDE tools for tensorflow or other science computation.
?
The text was updated successfully, but these errors were encountered: