Closed dnarayanan closed 4 years ago
Yup, encountered the same when importing aplpy. Had to manually modify several packages to import six directly
same! (with importing aplpy)
See related issue (and the fix that worked for me) here: https://github.com/aplpy/aplpy/issues/443
@lmowla found that these are the scripts that have to be modified:
alpha_disk.py
ambient_medium.py
bipolar_cavity.py
conf_files.py
dust_type.py
filter.py
flared_dis.py
image.py
model_output.py
model.py
power_law_envelope.py
sed.py
ulrich_envelope.py
validator.py
Fixed by @jwise77 in #220
this issue isn't updated in the conda installation - would it be possible to rebuild the conda install quickly?
Seconding the conda package update request. I'm still getting the same error from a version installed today via conda.
would it be possible to get the conda install updated?
I’ll try and take a look shortly!
thanks!
FYI, I still have this issue with conda installation of astropy.
Me too. I am still facing this problem with conda installation Python 3.6.13, conda 4.10.3, astropy 4.0.2
so this fails:
easy fix in code to just do an
import six
but i don't know where to havehyperion
automatically downloadsix
and install it in both the source and conda package in order to issue a pull request.