On OS X at least, I get the following error when trying to install via pip:
Collecting scikit-build
Using cached scikit_build-0.4.0-py2.py3-none-any.whl
Collecting setuptools==28.3.0 (from scikit-build)
Using cached setuptools-28.3.0-py2.py3-none-any.whl
Requirement already satisfied: wheel==0.29.0 in /Users/depalati/miniconda3/envs/skb/lib/python3.5/site-packages (from scikit-build)
Installing collected packages: setuptools, scikit-build
Found existing installation: setuptools 27.2.0
Cannot remove entries from nonexistent file /Users/depalati/miniconda3/envs/skb/lib/python3.5/site-packages/easy-install.pth
I get similar errors when trying to install in the root conda environment.
Is there a need for a hard requirement on setuptools 28.3.0?
On OS X at least, I get the following error when trying to install via
pip:I get similar errors when trying to install in the root conda environment.
Is there a need for a hard requirement on setuptools 28.3.0?