I am trying to import cv2 module in Spyder.app but somehow it does not import. By the way I am able to import it in a terminal. Can anyone of you guys please help me?
This is what you need to do:
Open a terminal and run python or ipython.
python
ipython
In there execute these two commands:
import sys
sys.executable
Copy the output of the last command
Open Spyder and go to
Spyder > Preferences > Console > Advanced settings > Python Executable
Select the option
Use the following Python interpreter
and paste there the result of step 3 (this option is only available in Spyder 2.2.3 or newer).
Finally go to Interpreters > Open a Python interpreter. This will open a new console that will be running the same Python version that you use in a terminal.
Interpreters > Open a Python interpreter
1.4m articles
1.4m replys
5 comments
57.0k users