Jul-03-2020, 09:19 AM
Nope:
Since I have no clue what the problem could be: here's a desperate list of software that is currently installed that potentially might cause conflicts:
Anything i should remove?
C:\>pip install opencv-python --upgrade Requirement already up-to-date: opencv-python in c:\users\jost\appdata\local\programs\python\python38\lib\site-packages (4.2.0.34) Requirement already satisfied, skipping upgrade: numpy>=1.17.3 in c:\users\jost\appdata\local\programs\python\python38-32\lib\site-packages (from opencv-python) (1.19.0) C:\>python Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 22:39:24) [MSC v.1916 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import cv2 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\Jost\AppData\Local\Programs\Python\Python38\Lib\site-packages\cv2\__init__.py", line 3, in <module> from .cv2 import * ModuleNotFoundError: No module named 'cv2.cv2' >>>

Since I have no clue what the problem could be: here's a desperate list of software that is currently installed that potentially might cause conflicts:
- Anaconda3 3030.02 (Python 3.7.6, 64bit)
- Python Launcher
- Python 3.6.6 (64bit)
- Python 3.7.5 (64bit)
- Python 3.8.1 (64bit)
- Cmake
- Microsoft Visual C++ (various versions)
- Microsoft Visual Studio installer
- NVidia Cuda Development (various versions)
- NVidia Cuda Runtime (various versions)
- Sublime Text 3
- ...
Anything i should remove?