-
Notifications
You must be signed in to change notification settings - Fork 4
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
Installation fails in Python 3.12 (Windows); possibly due to old versioneer version in torsiondrive fork #26
Comments
Thank you for your report @jcrozum . I've used briefly PTM_psi briefly either at my mac or linux. Can you use non-windows (maybe deception) for now? |
I think the issue is with the Python version, not with the OS. So yes, for now I can use an older version of Python (on any OS should work). |
|
I was able to install this in Python 3.10, but also needed to run I think that from ptmpsi.polymers import gen_pdb should be from ptmpsi.polymers.tools import gen_pdb |
@jcrozum What branch of PTM-Psi are you using? |
The master branch, I believe. I ran this: > git clone https://github.com/pnnl/PTMPSI.git PTMPSI_git |
Trying to install using Python 3.12 gives the following error:
I traced this to the file here: https://github.com/dmejiar/torsiondrive/blob/master/versioneer.py
The version upstream (https://github.com/lpwgroup/torsiondrive/blob/master/versioneer.py) is updated for 3.12.
The text was updated successfully, but these errors were encountered: