You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose #2222 has to be fixed first for 3.12 support, but after that we might also fix the support for 3.13.
In Python 3.13 the module called pipes has been removed, hence I got the following error: ModuleNotFoundError: No module named 'pipes'
See: https://docs.python.org/3/library/pipes.html
The text was updated successfully, but these errors were encountered:
I suppose #2222 has to be fixed first for 3.12 support, but after that we might also fix the support for 3.13.
In Python 3.13 the module called
pipes
has been removed, hence I got the following error:ModuleNotFoundError: No module named 'pipes'
See: https://docs.python.org/3/library/pipes.html
The text was updated successfully, but these errors were encountered: