Hi! I just installed your ffprobe wrapper directly from PyPi, but when I tried to use it (as per the example), I get the following error:
>>>fromffprobeimportFFProbeTraceback (mostrecentcalllast):
File"<stdin>", line1, in<module>File"C:\Users\sgraaf\AppData\Roaming\Python\Python39\site-packages\ffprobe\__init__.py", line1, in<module>fromffprobeimportFFProbeImportError: cannotimportname'FFProbe'frompartiallyinitializedmodule'ffprobe' (mostlikelyduetoacircularimport) (C:\Users\sgraaf\AppData\Roaming\Python\Python39\site-packages\ffprobe\__init__.py)
I am using ffprobe 0.5 w/ Python 3.9.0 on Windows 10 X64.
Hi! I just installed your ffprobe wrapper directly from PyPi, but when I tried to use it (as per the example), I get the following error:
I am using ffprobe 0.5 w/ Python 3.9.0 on Windows 10 X64.