Skip to content
New issue

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

not building properly even thought doesn't throw any errors when building #10

Open
paulojorgepereira opened this issue Jul 23, 2019 · 1 comment

Comments

@paulojorgepereira
Copy link

ImportErrorTraceback (most recent call last)
in ()
----> 1 import cv2

ImportError: libx264.so.138: cannot open shared object file: No such file or directory

@rlorenzo
Copy link

rlorenzo commented Aug 6, 2019

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)

jordinl pushed a commit to jordinl/photomosaic that referenced this issue Dec 12, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants