Import error while importing cv2 in Spyder(Python 3.6)
问题 I have already installed opencv 3.0.0 in windows os. I have run the application and have successfully installed it in C:\ drive and have also copied the cv2.pyd file in C:\Python27\Lib\site-packages as I saw in several tutorial videos and in my Python 2.7.5 Shell i.e IDLE when I type >>>import cv2 >>> It shows it has been safely installed and running. Now I am using Spyder 3.6 as this is the latest version available for my Machine Learning programs but here if I follow the above steps it