Closed rhdtownsend closed 6 months ago
Hi @rhdtownsend ! Thanks for your feedback on the setup process! The environment.yml file seems to have flown under the radar; it seems to be a little outdated, as is the setup.py, I'll look into updating the setup to use something newer as soon as possible. The astropy errors are a bit cryptic, I'd assume astropy 5.1 is the same as 5.1.0, but gollum doesn't enforce astropy to be 5.1.0 anywhere as far as I know. And any 5.1 version should be greater than 5.0.6 so ndcube shouldn't be throwing any errors either. This could be some weirdness with Python 3.8, or hopefully just the setup process in general causing these odd errors. Either way, I'll test these things out and get back to you as soon as I can with the update/fix. Thanks again!
Small update on this: The documentation has been updated to switch to using pip instead of setup.py to create a development environment for gollum. I'm waiting on some things with @gully and readthedocs for the changes to be rendered on the online documentation, but the errors you've brought up have successfully been fixed! I'll close this issue once the new documentation goes live.
@rhdtownsend The documentation is now live on readthedocs and the revamped setup process is now available! I'll close the issue as completed now. Thanks again for bringing this to our attention!
During the final step of the (developer) installation instructions (https://gollum-astro.readthedocs.io/en/latest/install.html), I run into some deprecation warnings and then an error:
Suggest migration away from setup.py and easy_install. For the dependency error, why isn't a compatible astropy installed into the environment?
Review link: https://github.com/openjournals/joss-reviews/issues/6601