Skip to content

Python 3.13 - module pipes has been depricated #387

@xocoru

Description

@xocoru

No more pipes in 3.13 python. Storops doesn't work anymore:

% python -m storops
Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/Users/user/Git/asset-automations/venv/lib/python3.13/site-packages/storops/__init__.py", line 22, in <module>
    from storops.unity.resource.system import UnitySystem  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/user/Git/asset-automations/venv/lib/python3.13/site-packages/storops/unity/resource/system.py", line 26, in <module>
    from storops.unity.client import UnityClient
  File "/Users/user/Git/asset-automations/venv/lib/python3.13/site-packages/storops/unity/client.py", line 26, in <module>
    from storops.connection.connector import UnityRESTConnector
  File "/Users/user/Git/asset-automations/venv/lib/python3.13/site-packages/storops/connection/connector.py", line 21, in <module>
    import pipes
ModuleNotFoundError: No module named 'pipes'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions