
Hi,
I am trying to install SFePy in MacOS using Anaconda. I have installed the latest version of Anaconda and proceed to install Sfepy but I get the following error message
conda install -c conda-forge sfepy Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- anaconda==2018.12=py37_0 -> mkl-service==1.1.2=py37hfbe908c_5
- anaconda==2018.12=py37_0 -> scikit-learn==0.20.1=py37h27c97d8_0
- sfepy Use "conda info <package>" to see the dependencies for each package.
Any help is greatly appreciated
Best,
Jose
Jose F Rodriguez Matas jfrodrig1971@gmail.com

Hi Jose,
maybe try adding the conda-forge channel with:
conda config --add channels conda-forge
and then just do
conda install sfepy
The problem could be that some newer packages from conda-forge are required.
r.
On 2/6/19 7:00 PM, Jose Felix Rodriguez Matas wrote:
Hi,
I am trying to install SFePy in MacOS using Anaconda. I have installed the latest version of Anaconda and proceed to install Sfepy but I get the following error message
conda install -c conda-forge sfepy Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- anaconda==2018.12=py37_0 -> mkl-service==1.1.2=py37hfbe908c_5
- anaconda==2018.12=py37_0 -> scikit-learn==0.20.1=py37h27c97d8_0
- sfepy Use "conda info <package>" to see the dependencies for each package.
Any help is greatly appreciated
Best,
Jose
Jose F Rodriguez Matas jfrodrig1971@gmail.com
SfePy mailing list -- sfepy@python.org To unsubscribe send an email to sfepy-leave@python.org https://mail.python.org/mailman3/lists/sfepy.python.org/
participants (2)
-
Jose Felix Rodriguez Matas
-
Robert Cimrman