schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.2k stars 281 forks source link

Incompatiblity of pymol with python 3.9 #314

Closed robertoimuno closed 7 months ago

robertoimuno commented 1 year ago

Hello,

I've been attempting to install Pymol on a Conda environment running Python 3.9 and encountered the following error:

`UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

Your installed version is: 2.31`

Based on my research, it seems that Pymol might not be compatible with Python 3.9. Is this information accurate, and if so, are there any plans to address this compatibility issue in the near future?

Thank you in advance for your assistance.

Best regards, Roberto

JarrettSJohnson commented 1 year ago

It's compatible with 3.9 and 3.10; I believe something else is amiss. I've seen this error before when there's a mix of conda-forge packages against non-conda-forge ones. Have you tried a fresh conda-forge python 3.9 environment with only the pymol package?

JarrettSJohnson commented 7 months ago

Feel free to comment here if it's still an issue. I haven't heard of any other reports of this failing with Python 3.9.