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
Using Arcade, Python3, and Ubuntu, this library is looking for ffmpeg .so files in the wrong location.
https://stackoverflow.com/questions/60446410/trying-to-use-the-arcade-library-on-python3-with-debian-10-errors-with-pyglet-ff/60857807#60857807
Instead of it being found at
~/.local/lib64/python3.7/dist-packages/pyglet_ffmpeg2/linux_x86_64/libavcodec.so.58.*
it was found at
~/.local/lib/python3.7/dist-packages/pyglet_ffmpeg/linux_x86_64/libavcodec.so.58.*
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Using Arcade, Python3, and Ubuntu, this library is looking for ffmpeg .so files in the wrong location.
https://stackoverflow.com/questions/60446410/trying-to-use-the-arcade-library-on-python3-with-debian-10-errors-with-pyglet-ff/60857807#60857807
Instead of it being found at
it was found at
The text was updated successfully, but these errors were encountered: