[PYTHON] When the Spyder integrated environment fails to work

If you have installed Python (x, y) to use OpenCV-Python but Spyder fails to start, please consider the following measures.

Symptom: When I run [Python (x, y)] [Spyder] [Spyder], a black command prompt is displayed for a moment and it quits immediately. So open a command prompt and type> spyder. At that time, I sometimes got an error message stating that the library was missing.

Solution: > pip install (corresponding module name) Then The module will be installed.

After installation > spyder Then, the spyder integrated environment started.

Note: The following articles are very useful for the Spyder integrated environment. [Series] "CV programming using python, OpenCV" Part 3: Introduction of multi-platform python IDE "Spyder" for scientific computing

Recommended Posts

When the Spyder integrated environment fails to work
When pip fails under proxy environment
Use a scripting language for a comfortable C ++ life 5 --Use the Spyder integrated environment to check numerical data-
I want to pin Spyder to the taskbar
What to do when the warning "The environment is in consistent ..." appears in the Anaconda environment
The strongest Python integrated development environment PyCharm
Example of what to do when the sample script does not work (OpenCV-Python)
When I tried to create a virtual environment with Python, it didn't work
Introduction to Python Let's prepare the development environment
When you want to update the chrome driver.
Excel X Python The fastest way to work
I want to be notified of the connection environment when the Raspberry Pi connects to the network
Allow Keras 2.0 and OpenCV 3.2 to work in GPU environment
The shortest route to get a cultural fish environment
How to disable the reference feature when outputting PyYaml
Specifies the function to execute when the python program ends
What I did to ssh to the VPS Ubuntu environment
Let's add it to the environment variable from the command ~
The shortest memo for building a python environment that takes less than 5 minutes to work.
How to deal with the terminal getting into the pipenv environment without permission when using pipenv with vscode