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