0

I'm trying to install OpenCV in python 3.3.2 and Ubuntu 12.04. I've followed this tutorial

Install opencv for Python 3.3

but I can't seem to make it work. When I try to 'import cv2' it says there is no module with that name

Any help with this issue? Thanks.

asked Jan 14, 2015 at 13:04

2 Answers 2

1

In ubuntu, you can type command: sudo apt-get install python-opencv which will provide you compatible version of opencv to your python.

answered Feb 16, 2015 at 6:34

Comments

0

I had the same problem in windows. But then I copied cv.pyd from opencv/build/python/2.7/x86 instead of opencv/build/python/2.7/x64. It works if you do so. I hope it would be helpful.

answered Feb 16, 2015 at 6:30

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.