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

module pipes is removed in python version 3.13 - Please use the subprocess module instead #73

Open
bitranox opened this issue Jan 11, 2024 · 0 comments · May be fixed by #75
Open

module pipes is removed in python version 3.13 - Please use the subprocess module instead #73

bitranox opened this issue Jan 11, 2024 · 0 comments · May be fixed by #75

Comments

@bitranox
Copy link

Deprecated since version 3.11, will be removed in version 3.13: The pipes module is deprecated (see PEP 594 for details).
Please use the subprocess module instead.

  File "/opt/hostedtoolcache/Python/3.13.0-alpha.2/x64/lib/python3.13/site-packages/humanfriendly/cli.py", line 82, in <module>
    import pipes
ModuleNotFoundError: No module named 'pipes'
musicinmybrain added a commit to musicinmybrain/python-humanfriendly that referenced this issue May 31, 2024
The shlex.quote() API is available from Python 3.3 on; pipes.quote() was
never documented, and is removed in Python 3.13.

Fixes xolox#73.
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.

1 participant