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
Traceback (most recent call last):
...line 2, in <module>
from ffprobe import FFProbe
File "C:\Users\Andrea\Apps\Scoop\apps\python\current\Lib\site-packages\ffprobe\__init__.py", line 1, in <module>
from .ffprobe import FFProbe
File "C:\Users\Andrea\Apps\Scoop\apps\python\current\Lib\site-packages\ffprobe\ffprobe.py", line 7, in <module>
import pipes
ModuleNotFoundError: No module named 'pipes'
Python 3.13 removed the pipes module, evidentially.