Skip to content

Conversation

@stonebig
Copy link
Contributor

@stonebig stonebig commented Sep 28, 2025

it's already ok for pypy, so why not
remove pywin32 to allow free-threading
@nikimagic
Copy link

Очень хочу такую у меня из за этого Spyder не работает.

@nikimagic
Copy link

nikimagic commented Oct 8, 2025

Python 3.14t free-threading installation instructions. Windows server 2025.

It's simple, just install Python.

in the console

python3.14t -m venv venv314t
cd venv314t
Scripts\activate
python.exe -m pip install --upgrade pip
pip install numpy
pip install matplotlib
pip install psutil
pip install cma
pip install cmaes
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
pip list
Very good!

Next, the pyzmq library was a hurdle previously. But now there's a wonderful new version where everything works.
pip install pyzmq
pip install tornado
pip install platformdirs
Very good!

All that's left to do is fix it:
pip install jupyter-core
pip install jupyter-client
pip install spyder-kernels

All hope is in your hands.

image image

@minrk minrk merged commit 3e7d2f6 into jupyter:main Oct 8, 2025
32 of 33 checks passed
@minrk minrk changed the title remove pywin32 dependancy so free-threading can fly (like pypy) remove pywin32 dependency so free-threading can fly (like pypy) Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants