mwcraig / reducer

Friendly professional-level data reduction...documentation here:
https://reducer.readthedocs.org
BSD 3-Clause "New" or "Revised" License
26 stars 10 forks source link

pip install reducer fails on Python 3.5 (Conda) [ccdproc failure] #139

Closed JuanCab closed 8 years ago

JuanCab commented 8 years ago

I was attempting to install reducer under Python 3.5 (Conda installation) using

pip install reducer

and it failed. There was an initial error with a matplotlib font cache not being constructed. But on attempting again (assuming the cache was built) I got:

Collecting ccdproc>=1 (from reducer) Using cached ccdproc-1.0.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/var/folders/l4/m4t2q4_s6278jlfmv9j46b9w0000gn/T/pip-build-johnic5n/ccdproc/setup.py", line 25, in conf = config.ConfigParser() AttributeError: module 'distutils.config' has no attribute 'ConfigParser'

I was able to "conda install ccdproc" and then run "pip install reducer" and it worked.

mwcraig commented 8 years ago

Thanks, this will be fixed in the next release of ccdproc (hopefully later this week).