Closed eyalk11 closed 1 month ago
Need to verify whether this applies to all flavors of Python 3.13, or just the free-threaded mode (3.13t).
Per @krassowski 's PR #16852, tests are failing on Python 3.13.
@frenzymadness found a problem when running Jupyter Server with a Python 3.13 beta earlier this year: https://github.com/jupyter-server/jupyter_server/issues/1387#issuecomment-2206276882 .
The error mentioned above is in server code.
Might also be related to https://github.com/jupyter-server/jupyter_server/issues/1265, which was opened last year. This issue predates Python 3.13, and is still open.
@eyalk11 What do you mean by "doesnt work internally"? What are you trying to do, and what do you see?
I tried to cheat installing it with python 3.13 and using 3.13t. You can ignore. I guess ir doesn't install in 3.13t.
I was able to install and run JupyterLab 4.2.5 successfully, via conda
, using Python 3.13 on Windows 10. Closing in favor of https://github.com/jupyter-server/jupyter_server/issues/1265, which covers this issue.
Description
Jupyer doesn't seem to be able to install with 13.3t pip , and when using python 3.13 to install jupyter , it shows the ui, but doesnt work internally.
Would like to take advantage of the really nice perf improvment in this recent version .
Reproduce
python3.13 -m pip install jupyter
while using python3.13t ,jupyter lab
.But of course also
python3.13t -m pip install jupyter
doesn't workContext
Troubleshoot Output
Command Line Output
Browser Output