You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2025. It is now read-only.
When trying to install jupyter-server 1.x.x in a python 3.12 environment, y-py which is a dependency for ypy-websocket causes an error as it has not been updated for python 3.12.
One of the ex-maintainers suggests migrating to pycrdt y-crdt/ypy#152 (comment) which is more up-to-date and doesn't require rust. Can this be done?
Reproduce
Create a python 3.12 environment
Install ypy-websocket
Expected behavior
The packages should be installed without any errors
Description
When trying to install jupyter-server 1.x.x in a python 3.12 environment, y-py which is a dependency for ypy-websocket causes an error as it has not been updated for python 3.12.
One of the ex-maintainers suggests migrating to pycrdt y-crdt/ypy#152 (comment) which is more up-to-date and doesn't require rust. Can this be done?
Reproduce
Expected behavior
The packages should be installed without any errors
Context