-
-
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 Won't Launch #3138
Comments
Could you run in a terminal
and try again? |
I have the same issue. I open Anaconda Launcher and right next to Spyder, update button shown. After I updated. And try to click spyder to Launch nothing comes up. I have version 2.3.8. I am using Mac |
@ccordoba12 @jdweaver Thank you spyder --reset worked! First reset your laptop/PC, after that open terminal and type |
Same issue :( Sent from Outlook Mobilehttps://aka.ms/qtex0l On Wed, Apr 27, 2016 at 8:22 AM -0700, "Carlos Cordoba" <notifications@github.commailto:notifications@github.com> wrote: Could you run in a terminal spyder --reset and try again? You are receiving this because you authored the thread. |
@jdweaver make sure you updated to latest version first. Then reset your PC, before opening Anaconda or Spyder, open your terminal and do |
@jdweaver, could you upload somewhere (e.g. as a gist) or send me directly (my email is under my Github user page) this file
? That would really help me to debug and solve this problem :-) |
This is a recurring problem. We should catch the exception, warn the user and asks if he wants to reset the settings and restart spyder. I thinnk that it should be done even if we find the root of the problem, because spyder should be able to start even if the .ini is corrupted. |
@ccordoba12 I'm also not seeing the spyder.ini file, it looks like it might gotten removed from the spyder reset... |
@mtkilic was updated...i had to re-update my BIOS yesterday and now the reset worked but I'm still getting the same behavior. I click on the Spyder app directly or through the Anaconda Navigator and it looks like Spyder will load, but then it doesn't sad panda |
@ccordoba12 So I think I figured it out. There was an issue where some additional string got added to my spyder.ini file. I followed the path: C:\Users.spyder2\spyder.ini and edited the file. I removed the end string "curso" and then was able to launch Spyder. Not sure how that string got in the .ini file...but it seems to be working now. |
@jdweaver, glad to know you solved the problem :-) |
Just in case it helps, I installed clean python 3.5 from python.org on Windows 10, then pip installed spyder. It failed silently. I then pip installed PyQT5, uninstalled and reinstalled spyder - and it works. |
Spyder doesn't launch what to do |
Try giving firewall access to python and check environment variables. |
Guys, |
I have the same problem. Spyder looks like it is going to launch and then doesn't. I tried spyder --reset, but it does nothing. This was a newly re-installed version after it didn't work the first time either. Unfortunately I have no idea how to do what you said Sagar? |
@MBiagio I had the same problem, |
I don't know what pip install is, or what pyqt5 is. But I tried running spyder from the terminal and it worked. |
@axil this worked for me. |
This is going to be fixed in our 3.2.5 version. Thanks for your patience. |
I downloaded anaconda recently and since then I couldn't lunch spyder, though I have an existing spyder in winpython before downloading anaconda as a result of the difficulty I am experiencing the winpython was uninstalled yet when I attempt opening spyder the old one comes up and prevent me from accessing new/fresh console, below is the error or respond that comes up when try to open from the only existing spyder page File "C:\Anaconda\lib\site-packages\spyder\plugins\editor.py", line 1711, in new |
I have no clue what pip install pyqt5 is but it solved my problem. Thanx @axil ! |
I had the same problem with Spyder 3.2.3 and upgraded to 3.2.6 but nothing worked. I ran pip install pyqt5 from the terminal and then launched Spyder from Anaconda and it worked! Thanks everyone for sharing! |
I have the same issue, If I try |
I think my spyder 3.2.7 worked fine before, but it refuses to start today. so I upgrade it to 3.2.8, it still doesn't start. It shows "start circle", and then nothing happens. I run (Win7, py3.5.4) "spyder3.exe --reset", but doesn't help. |
spyder is not opening from anaconda prompt. i tried spyder --reset but it gave this error warnings.warn(msg) i am running two environments on windows 10. writing spyder on prompt gives me this error. i followed many posts but my problem is not getting rectified. i can't reinstall anaconda as i have many things installed on this. pl help me. |
moreover i wrote >>conda install -f spyder. error is |
It seems you corrupted your installation somehow. I think you have no other option but to reinstall. |
@ccordoba12 tried reinstalling anaconda, even tried older version. spyder just won't launch. |
@ArunSha, please open an Anaconda Prompt, run there
and try again. |
Tried this method but still have the same issue
Sent from Mail for Windows 10
From: Carlos Cordoba
Sent: 05 August 2018 09:46 PM
To: spyder-ide/spyder
Cc: jayrawatrj; Mention
Subject: Re: [spyder-ide/spyder] Spyder Won't Launch (#3138)
@ArunSha, please open an Anaconda Prompt, run there
conda install qt=5.6* pyqt=5.6* sip=4.18*
and try again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Okay I am a beginner in Machine Learning and this software is already taking out all the fun out of it. So my spyder was not working and i tried reinstalling. However now Anaconda Navigator doesnt launch. This is the error i get when I run it Traceback (most recent call last): Could someone please help me figure out what is wrong ? Please |
spyder --reset Didn't work on my Linux insteaduninstall and re insatlled spyder in anaconda and it works. |
spyder does not launch with anaconda navigator but launch when I use in command at terminal mode (base) C:\Users\islee>spyder |
@axil : Very neat solution! Works for me!! |
I have a similar issue. I have tried reinstalling Anaconda several times. Kind regards |
change pyqt5 file version might work
…On Sun, 16 Dec 2018 at 11:07, SarpJeet ***@***.***> wrote:
It took my whole night but unable to launch spyder through anaconda. It's
bad experience.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3138 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYwEI27c9fUfi8fLHqTKQU-b5cKsz_pEks5u5dwMgaJpZM4IQhXH>
.
|
Downgrading Spyder worked for me. |
For me the issue was due to my keras installation as I installed the required keras-gpu packages before installing Spyder, to solve: create a fresh environment, install spyder and finally install keras as follows within the Anaconda Prompt:
I recommend testing the setup before adding additional packages and if adding them, ensure to close spyder and anaconda before doing so |
This work for me.Thanks. |
I had the same issue, but it worked for after reseting : |
Hello, I am getting this message when opening spyder in linux terminal: Spyder is already running. If you want to open a new What do I do to fix this? |
I have a similar issue: |
@ccordoba12 if i do spyder --reset it tells: |
@cecidip, please run
That should fix your problem. |
conda install -f python.app did it, thanks ! |
Experience installing Anaconda
|
This was (most probably) the critical step. |
Thanks dude! I was about to lose my mind on this Spyder issue. You made my day! |
Start Menu/Anaconda*/Reset Spyder Settings can works. |
My spyder was not launching. i uninstalled spyder tried this command on anaconda prompt and reinstalled spyder. Now spyder launches for 4-5 seconds and then ends. This is happening. please solve my problem i am a last year student and i have to do a lot of work on spyder |
I am also facing this error Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
you genius. |
This comment has been minimized.
This comment has been minimized.
I had this issue after copying a huge amount of text into the IPython console, so much so that I had to force close Spyder. E.g. To fix I had to find the history.py and delete the On windows located: |
Description of your problem
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expect to see Spyder launch screen and for spyder to load
Please provide any additional information below
ran the following with "show console" and "reset" command, get the same error (see below).
Versions and main components
Dependencies
Anaconda Stack
Please go to the menu entry
Help > Optional Dependencies
(orHelp > Dependencies
), press the buttonCopy to clipboard
and paste the contents below:
The text was updated successfully, but these errors were encountered: