Skip to content

ModuleNotFoundError: No module named 'pipes' #26

Description

@andreaxhearts
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions