-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Server that creates terminals failed to start #325
Comments
Hi @suedunham, How did you installed Spyder and Spyder-terminal? Is this happening all the times you open/close Spyder or is it casually? |
It's been a while since I installed it, so I'm not sure I remember just how I did it. I do recall that installing it one way seemed to give me an older version of Spyder with a newer version of Python, and installing it a different way gave me a more current Spyder with Python 3.7. I tried a few ways: Spyder's installer, Anaconda, Miniconda, eventually settling on setting up a Miniconda installation. I think I then fudged the Spyder installation to give me the latest Spyder (5.2.something) with Python 3.9, though I don't remember just how I got there. Perhaps Miniconda first, then creating a "Spyder" environment with Python 3.9, then perhaps The terminal, I think I had an installer for version 1.1 and updated it to 1.2 somehow. I played around with it but put it aside. Later, opening it up, I was getting "Program was unable to start" dialogs every couple minutes or so, so I tried to restore factory defaults and then |
Can you please try to reinstall everything in a new environment to see if that fixes things?
In case you don't want to use the terminal anymore you can also uninstall it from your current environment and error messages should stop. You can do it using Let me know if this helps! |
Both fixes seemed to work. As it happens, my original Spyder environment was named "Spyder52" which is now out of date, so I needed a new environment anyway. 😄 Interestingly, having opened the old installation first, closing it, and then opening the new one would trigger the "Application is unable to start" warning once on startup. Closing and reopening the new would seem to clear that. Removing spyder-terminal from the old one also cleared that up. In the new one, however, the terminal still does not appear in Tools > Preferences > Plugins. It does appear in View > Panes. The terminal itself only fills a portion of the width allotted to that portion of the Spyder layout. I only mention this as a FYI, since the main issue is resolved. |
Oops, spoke too soon. Things work fine when opening Spyder from the desktop shortcut. However, when I open it in the command line with
I get the "Application was unable to start" dialog along with |
Can you upload a screenshot with the error please? |
Description of your problem
When shutting down Spyder, I get the error message attached. This occurred after upgrading to version 5.3.0 with
-c conda-forge
.What steps will reproduce the problem?
What is the expected output? What do you see instead?
I expect untroubled serenity, except for my own appalling code. Instead, I get told to come here.
Please provide any additional information below
I've attached the error log. Github wouldn't allow me to attach the out log as it is empty. Additionally, the terminal itself does not fill the entire space allotted to it, though it seems otherwise open. A simple
dir
command worked.Also, the terminal no longer appears in Tools > Preferences > Plugins.
Versions and main components
spyder_terminal_err.log
The text was updated successfully, but these errors were encountered: