Hi folks, thanks for all your work on this great software package.
I was checking out the environment.yml file after one of my labmates was experiencing issues with solving the conda environment.
A few things that caught my attention:
defaults and anaconda channels: Large organizations need to pay for the defaults channel and so it may be good to move away from defaults to conda-forge. I was able to successfully install the environment by commenting out the defaults channel. I think you can also switch many of the anaconda packages to conda-forge. (See https://www.anaconda.com/blog/is-conda-free)
- We moved away from some of the
rmg channel packages in RMG-Py, to conda-forge (see https://github.com/ReactionMechanismGenerator/RMG-Py/blob/main/environment.yml) to help with upkeep. Are there any plans to do this? The ones I could immediately find:
- Any plans to update to ensure Python 3.9 or higher? 3.7 is end-of-life, and upgrading may help with continuity with the other conda packages
Hi folks, thanks for all your work on this great software package.
I was checking out the
environment.ymlfile after one of my labmates was experiencing issues with solving the conda environment.A few things that caught my attention:
defaultsandanacondachannels: Large organizations need to pay for thedefaultschannel and so it may be good to move away fromdefaultstoconda-forge. I was able to successfully install the environment by commenting out thedefaultschannel. I think you can also switch many of theanacondapackages toconda-forge. (See https://www.anaconda.com/blog/is-conda-free)rmgchannel packages inRMG-Py, toconda-forge(see https://github.com/ReactionMechanismGenerator/RMG-Py/blob/main/environment.yml) to help with upkeep. Are there any plans to do this? The ones I could immediately find: