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

ModuleNotFoundError: No module named 'pipes' #78

Open
UlyssesZh opened this issue Dec 24, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'pipes' #78

UlyssesZh opened this issue Dec 24, 2024 · 0 comments
Labels

Comments

@UlyssesZh
Copy link

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

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 pipes
ModuleNotFoundError: No module named 'pipes'

Your personal set up

  • OS: Arch Linux
  • Version(s): JupyterHub 5.2.1, Python 3.13
@UlyssesZh UlyssesZh added the bug label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant