You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to install, I found that once I got to the point of importing hostphot I received the error:
ImportError: cannot import name 'update_default_config' from 'astropy.config.configuration' (/home/treynolds/mambaforge/envs/hostphot/lib/python3.12/site-packages/astropy/config/configuration.py)
After some research, I found that this was due to astropy removing some functions. I managed to install and run hostphot, but it required installing:
Python=3.10
Astropy=5.3.4
Things work fine now, but you might want to check that you can reproduce my installation method and add this to the installation instructions.
The text was updated successfully, but these errors were encountered:
Hi. Thanks for reporting this. I just tried installing hostphot on a new environment and encountered the same error. However, this seems to be an issue with Aplpy. They actually have an open issue: aplpy/aplpy#505. It would be better if they solve it, but I'll see if I find a workaround or if they are working on a solution.
When attempting to install, I found that once I got to the point of importing hostphot I received the error:
ImportError: cannot import name 'update_default_config' from 'astropy.config.configuration' (/home/treynolds/mambaforge/envs/hostphot/lib/python3.12/site-packages/astropy/config/configuration.py)
After some research, I found that this was due to astropy removing some functions. I managed to install and run hostphot, but it required installing:
Python=3.10
Astropy=5.3.4
Things work fine now, but you might want to check that you can reproduce my installation method and add this to the installation instructions.
The text was updated successfully, but these errors were encountered: