dauparas / LigandMPNN

MIT License
236 stars 47 forks source link

Segmentation fault when winning on MAC oc #19

Closed Vepricov closed 6 months ago

Vepricov commented 7 months ago

Hello, I am facing an error: python gives segmentation fault when it tries to execute model.load_state_dict(checkpoint["model_state_dict"]) command in line 90 of run.py file.

When I commented it out, I was getting these kinds of errors again in the ProteinFeaturesLigand() class.

Help me to solve the problem, please πŸ₯ΊπŸ™

dauparas commented 6 months ago

Try setting up a conda environment using requirements.txt file, I hope this helps!