-
Notifications
You must be signed in to change notification settings - Fork 221
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
Unable to install autodock #230
Comments
Hi @Lancespace,
You might have boost and its library in your conda environment at C:\Users\User\miniconda3\envs\vina*Lib*. The locate_boost function in setup.py didn't see the library likely because it tried to find libraries at C:\Users\User\miniconda3\envs\vina*lib*. |
Thank you so much for your kind answer. Could you please indicate me how to solve that issue? I'm completely new in this, for me is like a complete new languague and I literally don't understand what you are talking about. Thank you very much. |
Hi @Lancespace! |
Hi man, thank you so much. I know how to dock, what I can't is installing the program. I downloaded the executable but nothing happens. After double clicking in it, it wouldn't start. A windown appears and disappears in flash, full stop. I have miniconda also but when I put the commands for installing it (refer to my first post in this same issue) an error occurrs and I'm also unable to install it :( Any help would be really appreciated. I'm sure that I'm doing something wrong, I just don't know what. Update: I tried following the second tutorial you pasted. After installing MGLtools, the software wont open, it gets stucked at loading modules 6% and then it closes itself. The last thing that it's said in the console is Run PMV from "path in my computer" and it's over. |
Hi @Lancespace,
Vina doesn't have a graphical interface (It will not have a window open to accept inputs). What you see is the expected behavior for such program when double clicking it. Could you try to execute it in the command prompt, as showed in the tutorial video? If you have some tools to prepare your ligand and receptor files, the executable is all you need to dock. |
This was a pip install problem (reported in other issues). Added to Maintenance Release. |
Hey guys,
First of all I'm sorry. Because I'm literally new to all this and I'm struggling a lot to install the program.
After a couple of days with PyMol I finally got it to run using miniconda and with some troubleshooting from some people which I'm really grateful about. Now the time to get autodock running has come and again the nighmate has begun.
I firstly tried to install via conda, but it can't find the packages. Then I tried this:
But pip install vina say this:
Then, I made it to this webpage and I found executables for windows and I was so happy. But after downloading the executable vina_1.2.5_win.exe it just wouldnt work. I tried to execute it as administrator and window will just open and close ultra fast and nothing else happens. I'm starting to get desperate here.
Can anyone please lend me a hand? For dummies, I have really no idea about how this works.
Thank you very much in adance.
The text was updated successfully, but these errors were encountered: