ImportError: cannot import name 'FFProbe'

后端 未结 2 721
名媛妹妹
名媛妹妹 2020-12-21 13:25

I can\'t get the ffprobe package to work in Python 3.6. I installed it using pip, but when I type import ffprobe it says

Traceback (most recent          


        
2条回答
  •  无人及你
    2020-12-21 13:55

    Use this ffprobe package instead for Python3. Works for me: pip install ffprobe-python

提交回复
热议问题