-
Notifications
You must be signed in to change notification settings - Fork 16
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 #25
Comments
Please, show me the output of |
(base) shrikant@shrikant-HP:~$ conda list packages in environment at /home/shrikant/miniconda3:Name Version Build Channel_libgcc_mutex 0.1 main |
me too have similar issue. the output is (base) nayan@nayan:~/Desktop$ conda list packages in environment at /home/nayan/miniconda3:Name Version Build Channel_libgcc_mutex 0.1 main |
Kindly help me out in getting issue solved and install AMDock. Thanks. |
I apologize for my delayed response. It seems like pymol changes. I will check what's going on and try to fix it ASAP. |
Same error
|
i tried to install AMDock using the given method but getting following errors
(base) shrikant@shrikant-HP:~$ amdock
Traceback (most recent call last):
File "/home/shrikant/miniconda3/envs/AMDock/bin/AMDock", line 5, in
from AMDock.Docking_Program import run
File "/home/shrikant/miniconda3/envs/AMDock/lib/python3.9/site-packages/AMDock/Docking_Program.py", line 9, in
from AMDock.result_tab import Results
File "/home/shrikant/miniconda3/envs/AMDock/lib/python3.9/site-packages/AMDock/result_tab.py", line 9, in
from AMDock.variables import Variables
File "/home/shrikant/miniconda3/envs/AMDock/lib/python3.9/site-packages/AMDock/variables.py", line 6, in
import AutoDockTools, pymol
File "/home/shrikant/miniconda3/envs/AMDock/lib/python3.9/site-packages/pymol/init.py", line 558, in
import pymol._cmd
ImportError: /home/shrikant/miniconda3/envs/AMDock/lib/python3.9/site-packages/pymol/../../../libnetcdf.so.19: undefined symbol: H5Pset_fapl_ros3
The text was updated successfully, but these errors were encountered: