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