Skip to content

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

@bitranox

Description

@bitranox

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions