ffprobe-python icon indicating copy to clipboard operation
ffprobe-python copied to clipboard

ModuleNotFoundError: No module named 'pipes'

Open andreaxhearts opened this issue 7 months ago • 0 comments

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.

andreaxhearts avatar Mar 10 '25 21:03 andreaxhearts