Skip to content
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

Open
Layne-Huang opened this issue Dec 1, 2022 · 5 comments
Open

Get killed when running generate.py #61

Layne-Huang opened this issue Dec 1, 2022 · 5 comments

Comments

@Layne-Huang
Copy link

Hi,

I found that the code will be killed when running genreate.py
image

I debugged the code and found that the code is killed in line 330 of atom_types.py file.
image

Could you please help me solve this problem?

Thank you very much.

@mattragoza
Copy link
Owner

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?

@Layne-Huang
Copy link
Author

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.

@mattragoza
Copy link
Owner

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.

@Layne-Huang
Copy link
Author

My openbabel version is 3.1.1, which is in line with your version. However, it still threw the same error.

@mattragoza
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants