-
Notifications
You must be signed in to change notification settings - Fork 157
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
findClusterCenters #1951
Comments
Hello, you need to download the most current version of ProDy from GitHub (https://github.com/prody/ProDy) and install it to have this function. |
The currently installed version is ProDy-2.4.1. But it still gives the same error. |
The github version should already say 2.5.0 There is no watfinder in 2.4.1 |
or rather, there isn't the full watfinder toolkit in prody 2.4.1, just some earlier parts of it |
If you're using windows then you can't install from github but you can download this release candidate wheel and install from that: https://github.com/jamesmkrieger/ProDy/releases/download/v2.5rc1/ProDy-2.5.0rc1-cp38-cp38-win_amd64.whl |
I will try it. thank you so much |
I tried this but it gave me an error like “ERROR: ProDy-2.5.0rc1-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.” |
ok, sorry your platform doesn't match mine. You could try using git bash and installing compiler tools there, which I think is what I ended up doing to build that wheel. If you can, I'd recommend you to try wsl instead though |
Thank you for your interest. If there is a linux version of Prody-2.5.0 can you share the link? I usually use linux. |
You should just be able to install from github on linux using the main branch
|
why did you reply about the windows wheel if you're using linux? |
First I wrote about the error I got in linux, but I was offered the windows version of Prody-2.5.0. I thought there was no linux version, so I tried to install it on windows. |
ok, sorry for the confusion. The reason I offered a windows version is because windows can't install it itself. Linux doesn't need an installed version because it can install it. |
We are planning to make a proper release once everything is ready with InSty too, but we haven't got there yet. We have also had some requests to support later versions of numpy, scipy and python, and we'll hopefully be able to include that in the release too |
Thank you for your efforts and help. |
Hello; I applied the casestudy2 commands in the watfinder tutorial for my own molecule. It gave an error like "NameError: name 'findClusterCenters' is not defined". Can you help me with this?
The text was updated successfully, but these errors were encountered: