-
-
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 6.0 startup errror when Spyder-terminal is installed #22419
Comments
Hi @beew thank you for the report! I think the traceback you are seeing comes from the |
Hi, after removing spyder-terminal I get the error
There is another package called pyls-spyder, not sure if it was installed along with spyder-terminal. Thanks. Edited; uninstalled pyls-spyder, still same error, so it is not the culprit and I reinstalled it. |
Also not sure if it is related, I noticed that the Ipython console is not displaying the initial banner, like version of python, version of Ipython etc (the box in Preference > Ipython console > display initial banner is checked) It is displayed briefly when the "Help Spyder" pop up window is a white square, once the Help Spyder window is rendered the initial banner in Ipython console disappears. The window layout in the pictures is Rstudio layout, but choosing default shows the same problem. |
@beew, your initial crash is a problem with You also said:
That's a small bug we didn't manage to fix before releasing Spyder 6. Please open a new issue about it and we'll fix it for 6.0.1, to be released in a couple of weeks. |
Hi, but after removing spyder-terminal, the error
still persists. Is this the same as the bug that Ipython is not showing initial banner or is it a different bug? Thanks. |
Ok, sorry, I just saw that @dalthviz suggested you already to remove Spyder-terminal.
Could you post the entire traceback of that error? Also, are you able to see Spyder after it? Or it simply dies?
Nop, it's not. Please open a new issue about it. |
No it doesn't die. It is working without any noticeable problem. How do I get a back trace of the error? I will open a new issue. |
So, where does the error show up? Are you only seeing it in the terminal where you start Spyder?
Ok, thanks! |
Yeah I only see it when I start spyder from the terminal. |
Ok, thanks for the confirmation @beew. We'll fix that error in 6.0.1, to be released in a couple of weeks. |
I applied your commit d859b83 Thanks. |
Great! Thanks for letting us know about it @beew. However, I'm going to reopen this issue because so we don't forget to fix the problem with Spyder-terminal. |
Hi, I'm also having similar bug after installing spyder, in a newly created virtual environment, using pip: pip install spyder
When I try to import QStylePalette in the python CLI:
VersionsSpyder version: 6.0.0 |
@mikewasouski, please uninstall Spyder-terminal because it's not compatible with Spyder 6. |
I thought Spyder was crashing due to Spyder-terminal, but that was not the case according to @beew:
So, I think we can safely close this issue, as @beew did before. FYI, there's already a volunteer working on updating Spyder-terminal for Spyder 6. So a new version for it will available in the coming weeks. |
Problem Description
Just updated spyder to v6.0.0
When start spyder in the terminal
get these error messages,
But spyder does start and seems to be working.
What steps reproduce the problem?
Just start spyder from the terminal
What is the expected output? What do you see instead?
expected output should be nothing, but I saw the above
Versions
Dependencies
The text was updated successfully, but these errors were encountered: