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

OpenCV 4.0 couldn't be used from python 3.7 because a symbolic link was missing. #21

Merged
merged 3 commits into from
Dec 23, 2018
Merged

OpenCV 4.0 couldn't be used from python 3.7 because a symbolic link was missing. #21

merged 3 commits into from
Dec 23, 2018

Conversation

gorogoroyasu
Copy link
Contributor

I built the Dockerfile and tried to execute python -c "import cv2; print(cv2.__version__)" .
Though I got error.

Finally, I found a symbolic link was missing, and Added it.

Actually, I do not know if hard cording cv2.cpython-37m-x86_64-linux-gnu.so is allowed, though this modification fixed my issue.
Thank you.

@gorogoroyasu
Copy link
Contributor Author

see https://hub.docker.com/r/gorogoroyasu/docker-python3-opencv/ .
it was built by using the same modification as this branch, it was succeeded in executing the command python -c "import cv2; print(cv2.__version__)".

@janza
Copy link
Owner

janza commented Dec 24, 2018

Thanks!

@say2sankalp
Copy link

Its working perfectly, safe to close!

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

Successfully merging this pull request may close these issues.

None yet

3 participants