-
Notifications
You must be signed in to change notification settings - Fork 56
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
AutodE only runs as an interactive job #341
Comments
autodE uses matplotlib to render pdf profiles, which needs a backend. if there isn't one I think you should just be able to do conda install -c conda-forge matplotlib |
Unfortunately, I cannot use conda on our cluster. |
annoying! what's this line for? can it be removed?
looking at the error ( |
Huh, it seems that line does not affect anything. I removed it and got the same error. Originally I thought I need to load these additional modules exactly because autodE complained about |
I've got no experience with installing autodE without using conda for the dependencies so I'm not sure what to suggest. maybe |
I'm fairly sure that you can change the backend using the environment variable: https://matplotlib.org/stable/install/environment_variables_faq.html#envvar-MPLBACKEND |
Dear AutodE community,
I have been testing AutodE on our university cluster for quite a bit, and I have only managed to run it as an interactive job. My understanding that this should not be the case, however whenever I am submitting it as a batch job, I get the following error:
It seems as if autodE tries to open a graphical window and fails when the job is submitted to the queue. Do you have any idea where the Qt dependency comes from? I could not find any mentioning of qt in the autodE documentation.
To Reproduce
I am using a simple Diels-Alder reaction as a test, and here are my input file and submission script:
Submission script:
Expected behavior
Calculated reaction profile
Environment
Operating System: Linux CentOS 7
Python version: 3.9
autodE version: 1.3.5
The text was updated successfully, but these errors were encountered: