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
ImportErrorTraceback (most recent call last) in () ----> 1 import cv2
ImportError: libx264.so.138: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
I fixed this by calling sshing into the container (sh enter.sh) and then running:
conda update ffmpeg
Related issue (?) conda-forge/opencv-feedstock#115 (comment)
Sorry, something went wrong.
Upgrade OpenCV to 3.4.8
4ca7a7a
Fixes error: ``` ImportErrorTraceback (most recent call last) in () ----> 1 import cv2 ImportError: libx264.so.138: cannot open shared object file: No such file or directory ``` worldveil#10
No branches or pull requests
ImportErrorTraceback (most recent call last)
in ()
----> 1 import cv2
ImportError: libx264.so.138: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: