Closed gitmartiin closed 1 year ago
Hey @gitmartiin, thanks for reporting. Do you have other Python installations in your system? I say it because they could be interfering with the Spyder installation.
Hi @ccordoba12 thanks for the reply. No I have only installed Python 3.11 and then Spyder.
And did you install Python 3.11 in C:\Program files
and afterwards some packages with pip in a terminal?
Yes, installed in C:\Program Files but nothing installed via pip in terminal that I know of.
Hi @ccordoba12 I have found the error. :) It seems, that Spyder has indeed some system requirements, that are not listed on your homepage. In fact I just installed Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219 and Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219 and now Spyder is launching and (on the first view) works. The actual MV C++ 2015-2022 Redistributable isn't enough.
Hi @ccordoba12 I have found the error. :)
That's great! Thanks for letting us know about it. However, those redistributables should be part of your system. I don't understand why you had to install them manually.
I also want to say that I understand better your problem now. You posted that you tried to start our app with the command:
C:\Users\martin.hassler\AppData\Local\Programs\Spyder>python Spyder.launch.pyw
By doing that, you're using your Python 3.11 version to try to start our application, which comes with Python 3.8. And that in turn causes the mix of packages compiled for those two different Python versions (which are incompatible) and it generates the crash you reported.
The thing is you don't need to start Spyder in that way. Instead, you need to go the Windows Start menu, look for the Spyder entry on it and click it. Then you shouldn't observe any errors with Spyder.
Let us know if that works for you.
No problem, I know how to start an application correct with just klicking on it. Just to give you more information I also tried to open via terminal, so I could report more than: "won't open by klicking".
My laptop is less than two months old and the 2010 Redistributables are no longer on it, only 2015-2022. With them, klicking the icon works.
Thanks for supporting.
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Spyder isn't launching on Windows with AMD Ryzen 7 5825U (16 Core)
What steps reproduce the problem?
What is the expected output? What do you see instead?
Expected would be launching Spyder. No output, nothing happens except the Error in the "Ereignisanzeige" in Windows.
Paste Traceback/Error Below (if applicable)
PASTE DEPENDENCIES HERE