Closed jhunkeler closed 8 years ago
Another example fix: https://github.com/mperrin/webbpsf/pull/128 😉
I'll go ahead and merge it myself.
@jhunkeler master should build now. Let me know if it succeeds and I'll close this issue.
@josePhoenix :+1:
Back in business.
Failure message
The Python devs replaced
distutils.config.ConfigParser
withdistutils.config.RawConfigParser
in the latest release of Python 3k. Also, I'm pretty sure this bug is being handled properly in the latest release of the astropy packaging template by deprecating the use ofdistutils.config
for configuration management altogether.Example fixes
https://github.com/astropy/photutils/blob/master/setup.py#L24 https://github.com/spacetelescope/gwcs/blob/master/setup.py#L24