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.
Related
I'm setting anaconda using python 3.6. I want to install dlib package. When I run ;
#conda install -c menpo dlib
I have had :
#Solving environment: failed
#UnsatisfiableError: The following specifications were found to be in
conflict:
#- backports.os
#- dlib
# - typed-ast
Use "conda info " to see the dependencies for each package.
I also tried to remove all the packages which are list on the conflicts and re-run the installation comment but didnt work :/ Any idea?
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 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.
I have a conda environment where I have installed pypyodbc and now I am trying to install the blpapi package with the following command:
conda install -c dsm blpapi
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- blpapi
- pypyodbc
Use "conda info <package>" to see the dependencies for each package.
When I have tried running "conda info blpapi" and "conda info pypyodbc", but no dependencies are shown. Why is that? Furthermore, is there another way to find the package dependencies?
I figured out that pypyodbc only works with python 3x, so my solution was to install blpapi for python 3x instead of python 2x.
I found the dependencies on Anaconda Cloud under each of the different blpapi and pypyodbc packages.
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.