Skip to content
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

Provide wheels for python 3.13 #451

Closed
posecl opened this issue Oct 9, 2024 · 3 comments · Fixed by #452
Closed

Provide wheels for python 3.13 #451

posecl opened this issue Oct 9, 2024 · 3 comments · Fixed by #452

Comments

@posecl
Copy link

posecl commented Oct 9, 2024

I tried installing jupyter using python 3.13, which was released on Oct 7. Currently, the installation fails if the build dependencies for pywinpty aren't installed locally, as the latest wheels for pywinpty on pypi.org only support python up to 3.12.

@tomlin7
Copy link

tomlin7 commented Oct 10, 2024

@posecl how were you able to solve the issue temporarily in your local machine? I've cargo, rust and maturin installed already + winpty binaries, lib in path.

@posecl
Copy link
Author

posecl commented Oct 10, 2024

I followed the instructions in the ReadMe: I executed rustup‑init.exe from https://rustup.rs/ and installed everything that came with the suggested default setup. After that, I simply re-ran the pip install notebook command, and the wheel for pywinpty was built and installed in the background.

@bluss
Copy link

bluss commented Oct 14, 2024

Is it possible for this package to build abi3-py39 wheels using maturin/pyo3? Then there could be only one wheel that supports the whole python version range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants