You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spyder cannot start and launch (and show me a window message of pyqt5 issue), neither import cv2 works (error: DLL load failed while importing cv2). So, they seem in apparent conflict.
Conda info
active environment : base
active env location : C:\miniconda3
shell level : 1
user config file : C:\Users\Jose\.condarc
populated config files :
conda version : 24.1.1
conda-build version : not installed
python version : 3.11.5.final.0
solver : libmamba (default)
virtual packages : __archspec=1=x86_64
__conda=24.1.1=0
__cuda=12.4=0
__win=0=0
base environment : C:\miniconda3 (writable)
conda av data dir : C:\miniconda3\etc\conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/win-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/win-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/msys2/win-64
https://repo.anaconda.com/pkgs/msys2/noarch
package cache : C:\miniconda3\pkgs
C:\Users\Jose\.conda\pkgs
C:\Users\Jose\AppData\Local\conda\conda\pkgs
envs directories : C:\miniconda3\envs
C:\Users\Jose\.conda\envs
C:\Users\Jose\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/24.1.1 requests/2.31.0 CPython/3.11.5 Windows/10 Windows/10.0.19045 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.3
administrator : True
netrc file : None
offline mode : False
You are mixing two different channels and there be dragons. The conda-forge channel (maintained by the conda-forge community) makes no claims that it will work with packages from the anaconda channel (maintained by Anaconda) and vice versa. Have you tried installing opencv from the anaconda channel?
Checklist
Impacted product
What happened?
In Windows 10, I recently installed the latest miniconda. Next, spyder, and finally, opencv.
I used the commands:
conda install anaconda::spyder (after that, spyder works)
and
conda install conda-forge::opencv, (after that, spyder doesn't work, neither opencv)
respectively.
Expected behavior or outcome
Spyder cannot start and launch (and show me a window message of pyqt5 issue), neither import cv2 works (error: DLL load failed while importing cv2). So, they seem in apparent conflict.
Conda info
Conda config
Conda list
Additional information
The text was updated successfully, but these errors were encountered: