RMG-Py
RMG-Py copied to clipboard
'make eg2' failed
Bug Description
Dear Sir,
I try to test if my installation is successful so I use 'make eg2' to test both RMG and QM. FYI, I already have mopac. However, I encountered the following error:
**Filling in rate rules in kinetics families by averaging...
Traceback (most recent call last):
File "rmg.py", line 118, in
I am running on WSL ubuntu 20.0. I noticed that Julia is needed for MacOs in the installation guide. Need I also install a Julia or Python-jl? How could I avoid this problem?
How To Reproduce
make eg2
Installation Information
Use the up to date development RMG and data set.
On ubuntu the only thing you probably really need to do is update your conda environment (which will install everything needed) and then tell pyrms to install the julia stuff (the command is in the installation instructions). But depending on your familiarity with conda it may simpler to just fully reinstall. The full updated installation instructions are here: http://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/installation/anacondaDeveloper.html. Additionally when you launch RMG now you need to use python-jl to launch the executable instead of python (this is fully described in the installation instructions).
Thank you so much for the explanation! Since I use the previous version, which does not to be run using python. Now I use replace the console with python-jl, it works now. However, I think maybe the 'make eg' there is a little bit confusing since python-jl cannot be chosen.
This issue is being automatically marked as stale because it has not received any interaction in the last 90 days. Please leave a comment if this is still a relevant issue, otherwise it will automatically be closed in 30 days.