-
Notifications
You must be signed in to change notification settings - Fork 315
Spyder not starting in Winpython64-3.8.12.2PyPy (Windows 10 64bit) #1086
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
Comments
Spyder , qtconsole, pyzo are not yet working with pypy. |
Ok, thanks. If so, my guess is that this should be much clearer on the main https://winpython.github.io/ page |
It will likely be a while before Spyder works on PyPy. At the moment, Spyder isn't compatible with Qt 6 in general, while Qt 6 is the only version of Qt that has been made (somewhat) compatible with PyPy via PySide6 6.3. Furthermore, due to the nature of PyPy's JIT and the generated C-code, it's incredibly difficult to trace and produce minimal reproducible examples of Qt bugs on PyPy. For example, we still haven't been able to produce one for spyder-ide/qtconsole#535 yet. Per the PySide repo, there are a number of tests failing that are likely to difficult to debug, and the Qt team is probably not going to be motivated to spend a lot more time working on this until the community shows more interest. And as far as I can tell, there aren't any community-reported PyPy-related bugs filed in the PySide repo yet. The best way to get this moving is to work toward minimal reproducible examples of the incompatibilities and file them in the respective repos. |
PySide6 Development notes of July 14th suggests that they are working on CI integration of PyPy. |
Correction to my previous comment: there now seems to be one community-reported |
Spyder will move to PyQt6, maybe end 2023. Not before that time shall we expect it to have a chance to work well with PyPy/Pyside6 |
as cPython is progressing on JIT and nogil, and pypy was a big deception in jupyterlab responsiveness. pypy project is quite a "visionnary" 15 years ahead project:
|
Hello,
I just installed this distribution, and I found that Spyder is not starting. I tried to run it from the command line, but nothing is logged there. I would like to give more information but I don't know how, I can just add that the exit code is 1:
PS C:\WPy64-38122> .\Spyder.exe
PS C:\WPy64-38122> echo $LASTEXITCODE
1
The text was updated successfully, but these errors were encountered: