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
Python 3.13 removed the module pipes from standard library. See PEP 594.
How to reproduce
Use SudoSpawner with Python 3.13.
Expected behaviour
Runs fine.
Actual behaviour
Traceback (most recent call last): File "/usr/bin/sudospawner", line 3, in <module> from sudospawner import mediator File "/usr/lib/python3.13/site-packages/sudospawner/mediator.py", line 26, in <module> import pipesModuleNotFoundError: No module named 'pipes'
Your personal set up
OS: Arch Linux
Version(s): JupyterHub 5.2.1, Python 3.13
The text was updated successfully, but these errors were encountered:
Bug description
Python 3.13 removed the module
pipes
from standard library. See PEP 594.How to reproduce
Use SudoSpawner with Python 3.13.
Expected behaviour
Runs fine.
Actual behaviour
Your personal set up
The text was updated successfully, but these errors were encountered: