-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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
Labels
No labels