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
import ffprobe
Traceback (most recent
Use this ffprobe package instead for Python3. Works for me: pip install ffprobe-python
pip install ffprobe-python