LPDI-EPFL / masif

MaSIF- Molecular surface interaction fingerprints. Geometric deep learning to decipher patterns in molecular surfaces.
Apache License 2.0
571 stars 151 forks source link

Issue with opening PLY files in the latest version of PyMOL #62

Closed YFeri closed 11 months ago

YFeri commented 11 months ago

Hello!

I'm encountering an issue when attempting to open PLY files in the latest version of PyMOL. Despite confirming that I have the most up-to-date PyMOL version, I'm unable to import the PLY package. The specific error messages I'm receiving are: Error messages: ModuleNotFoundError: No module named 'loadPLY'. Plugin installation also failed with error: no module named 'loadPLY'. I'm currently using PyMOL version 2.5 on Ubuntu.

Could you please provide guidance on how to resolve this problem? Alternatively, if there's an alternative method to view my outputs, I would greatly appreciate any suggestions.

Thank you for your assistance in resolving this issue.

Abhishaike commented 11 months ago

Having this same error

Abhishaike commented 11 months ago

This fixes it: https://github.com/LPDI-EPFL/masif/issues/15

YFeri commented 11 months ago

@Abhishaike thank you for your help, it solved my problem