-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RMS error after commit 437739 #2290
Comments
The environment has been updated. You need to reinstall see: http://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/installation/anacondaDeveloper.html |
Hi, I got the same error after running the superminimal example. However, another error, |
Okay, in the environment run
The |
@ChrisBNEU Hi Chris, I remembered you brought up this (or something similar) during the developer hour this week (Apr 4, 2022). Can you update here with what you found and what troubleshooting you have done? If there is a PR related please link it as well. Many thanks! |
So far, the problem appears to be that the ReactionMechanismSimulator package in julia does not update with the main branch of the RMS github repo, despite it being specified in the pyrms wrapper. Have not started a PR, the farthest I have gotten with it is it is we could solve it in the install step for julia:
I think we can specify this instead:
although we should not need to do this, again since the repo is specified in pyrms. I have not gotten to the root cause of that yet. |
Hi, I have the similar issue on my mac 10.14.6 after installing the latest version of RMG (3.1.0) by pulling the most recent RMG-Py and RMG-Database from git. just according to the updated instruction as mentioned in "#2290 (comment)". |
|
1- What I see in the list at the moment is: |
Run |
This is the result:
|
Hmm...I'm not sure what's happening there. It looks like it's erroring on |
Still the same:
|
It must a Julia or pyjulia issue. What Julia version are you using? |
It is Julia Version 1.7.2 (2022-02-06). |
I'm not sure, are you on an M1 mac? We've had a lot of trouble with installs on those. You can try installing the latest Julia 1.6 instead, which we've tested a lot more than Julia 1.7. If that doesn't work, I'm not sure what to do beyond opening an issue on pyjulia. If you have access to a linux computer or kernel the install for linux is pretty reliable since we package our own julia conda binaries with it. |
Thanks a lot. As you suggested, uninstalling Julia 1.7 and following the process again with Julia 1.6 this time, I did not get the error |
I tried a clean install using the developer instructions, with the modification to the rms install step:
It worked fine when I did that, I opened PR #2305 to discuss this change. maybe it would be good to also include a caveat for V1.7 of julia, not sure if that is just a Mac/M1 chip issue. |
I have just pulled the most recent RMG-Py and RMG-Database from git. when I run the superminimal example, I get the following error (full text below). (for both superminimal example and any other input files I generated)
NameError: name 'rms' is not defined
The text was updated successfully, but these errors were encountered: