-
Notifications
You must be signed in to change notification settings - Fork 45
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
Get killed when running generate.py #61
Comments
This seems to indicate a problem with your openbabel installation, as the "prop_funcs" being called in line 330 are methods of the OBAtom class. How was openbabel installed? |
Thank you very much for your reply. I install openbabel by conda rather than copying your environment since I have used openbabel for other tasks. And I did not find any problem before. Do you have any insights about it? Thanks for your attention. |
A number of dependencies of this project are sensitive to the openbabel version, which is why I recommend putting all of the dependencies in a conda environment and then building libmolgrid from source within that environment. |
My openbabel version is 3.1.1, which is in line with your version. However, it still threw the same error. |
I cannot say for sure what is going wrong because you are using a different environment. Follow the install instructions in the README. If that results in an error message, post it here and we can go from there. |
Hi,
I found that the code will be killed when running genreate.py
I debugged the code and found that the code is killed in line 330 of atom_types.py file.
Could you please help me solve this problem?
Thank you very much.
The text was updated successfully, but these errors were encountered: