pydensecrf icon indicating copy to clipboard operation
pydensecrf copied to clipboard

pip install fails under macOS Mojave

Open sareldu opened this issue 6 years ago • 4 comments

Trying to install last version (4d5343c) on macOS Mojave version 10.14.1, Xcode Version 10.1. python 3.7 getting error:

pydensecrf/densecrf/include/Eigen/Core:22:10: fatal error: 'complex' file not found
    #include <complex>
             ^~~~~~~~~

sareldu avatar Jan 29 '19 08:01 sareldu

Try the conda forge installation: conda install -c conda-forge pydensecrf

braddengross avatar Feb 08 '19 17:02 braddengross

worked! thanks!

sareldu avatar Mar 27 '19 14:03 sareldu

failed on my machine (10.14.4): $ sudo conda install -c conda-forge pydensecrf ... ... The following packages will be DOWNGRADED:

python 3.7.3-h359304d_0 --> 3.6.8-haf84260_0

Proceed ([y]/n)? y

Preparing transaction: done Verifying transaction: done Executing transaction: failed ERROR conda.core.link:_execute(568): An error occurred while uninstalling package 'defaults::python.app-2-py37_9'. PermissionError(1, 'Operation not permitted') Attempting to roll back.

Rolling back transaction: done

[Errno 1] Operation not permitted: '/Users/assaf-ge/miniconda3/python.app/Contents/PkgInfo' -> '/Users/assaf-ge/miniconda3/python.app/Contents/PkgInfo.c~'

assafge avatar May 06 '19 07:05 assafge

Thanks! This works for me!

EzioA avatar Sep 12 '19 02:09 EzioA