We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am getting error while trying to run traffic.py file from command prompt- assertion error : Cannnot find installation of ffmpeg
The text was updated successfully, but these errors were encountered:
If you are using linux/mac, just run this command sudo apt-get install ffmpeg
sudo apt-get install ffmpeg
See this page for installing ffmpeg on windows.
Sorry, something went wrong.
I have the same problem. I have ubuntu on my virtual machine and I am not able to run. I reinstalled ffmpeg a few times.
Even I was facing the same error, but it was solved using Anaconda.
conda install ffmpeg -c mrinaljain17
I hope this helps! 😄
No branches or pull requests
Hi,
I am getting error while trying to run traffic.py file from command prompt-
assertion error : Cannnot find installation of ffmpeg
The text was updated successfully, but these errors were encountered: