I am trying to install opensv3 for Anaconda using the below command
conda install -c menpo opencv3
But I am getting the below error
UnsatisfiableError: The following specifications were found to be in conflict:
- opencv3
- zict
Not sure why Opencv3 is already there and why zict is a problem.
Any way I can uninstall both of them and then probably start fresh installation ?
Or what would be the correct way to resolve this ?'
EDIT: I am on Python 3.6. I have tensorflow and numpy already installed.
Related
I am trying to install mgwr on my mac where I have installed both python 2.7.x and python 3.7.x
conda install -c conda-forge mgwr
During the installation I get the following error
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- mgwr
- scandir
Use "conda info <package>" to see the dependencies for each package.
I was trying to install PyQt5 in windows 10 from anaconda prompt.But I found following error:
(base) C:\WINDOWS\system32>conda install -c dsdale24 pyqt5
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- pyqt5
- zstd
Use "conda info <package>" to see the dependencies for each package.
I uninstalled anaconda and installed again. But same issue. Could you please suggest a workaround.
Anaconda\Scripts> conda install -c anaconda pyqt
I want to install chaco by anaconda,
I got the following results :
conda install -c anaconda chaco
UnsatisfiableError: The following specifications were found to be in conflict:
- chaco
- mkl_fft
enable is a dependency of chaco,
conda install -c anaconda enable
UnsatisfiableError: The following specifications were found to be in conflict:
- enable
- mkl_fft
I have already installed mkl_fft.
I am new to using anaconda.
Do you have any solution?
regards
I'm trying to install matplotlib-basemap through Anaconda prompt, but it's just not working.
When I type:
conda install basemap
The error it gives is:
UnsatisfiableError: The following specifications were found to be in conflict:
- basemap
- xlsxwriter
Does this mean I need to unistall xlsxwriter (even though I need it)? How do I unistall this then?
I also tried downloading it through https://www.lfd.uci.edu/~gohlke/pythonlibs/#basemap:
pip install basemap-1.1.0-cp27-cp27m-win_amd64.whl
but then the error is:
basemap-1.1.0-cp27-cp27m-win_amd64.whl is not a supported wheel on this platform.
It worked when I typed in:
conda install -c conda-forge basemap
I had to do the same thing several times. Run as administration>>> "Anacodna Prompt" then type:
conda install -c conda-forge basemap
it worked for me.
I tried to install graphviz on anaconda after getting error:
Exception: "dot" not found in path.
So I did conda install graphviz, but received this error in the terminal:
UnsatisfiableError: The following specifications were found to be in conflict:
fontconfig
freexl
graphviz
Use conda info <package> to see the dependencies for each package.