我是个研究学生。我以前使用过MSWindows,但我对Linux并不熟悉。我有Lubuntu 18.04系统我试图安装AutoDock-Vina,其指导原则是:
https://netmiko.com/linux/install-autodock-vina-ubuntu
我在LXTerminal中按ADT (或PMV)时出错:
alma@alma-HP-Notebook:~$ adt
setting PYTHONHOME environment
Run ADT from /home/alma/ADV/mgltools_x86_64Linux2_1.5.6/MGLToolsPckgs/AutoDockTools
Traceback (most recent call last):
File "/home/alma/ADV/mgltools_x86_64Linux2_1.5.6/MGLToolsPckgs/AutoDockTools/__init__.py", line 429, in runADT
from Pmv.moleculeViewer import MoleculeViewer
File "/home/alma/ADV/mgltools_x86_64Linux2_1.5.6/MGLToolsPckgs/Pmv/moleculeViewer.py", line 21, in <module>
from DejaVu.Geom import Geom
File "/home/alma/ADV/mgltools_x86_64Linux2_1.5.6/MGLToolsPckgs/DejaVu/__init__.py", line 200, in <module>
from Viewer import Viewer
File "/home/alma/ADV/mgltools_x86_64Linux2_1.5.6/MGLToolsPckgs/DejaVu/Viewer.py", line 45, in <module>
from opengltk.OpenGL import GL
File "/home/alma/ADV/mgltools_x86_64Linux2_1.5.6/MGLToolsPckgs/opengltk/OpenGL/GL.py", line 7, in <module>
from opengltk.extent._gllib import *
ImportError: libGLU.so.1: cannot open shared object file: No such file or directory
hit enter to continue
发布于 2022-04-18 13:04:37
我目前正在运行fedora35。当我试图从命令行运行adt时,也遇到了类似的问题。它提供了相同的错误ImportError: libGLU.so.1:无法打开共享对象文件:没有这样的文件或目录按回车继续错误指示,我没有libGLU。所以,我下载了mesa-libGLU-9.0.1-5.fc35.x86_64.rpm并安装了它。此后没有显示进一步的错误消息。下面给出的链接可能会有所帮助。https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwig5rn71Z33AhWGR2wGHcy5B4sQFnoECAUQAQ&url=https%3A%2F%2Fpkgs.org%2Fdownload%2FlibGLU.so.1()(64bit)&usg=AOvVaw1ancDYIvnZ_Jk9oD6zOmFZ
https://askubuntu.com/questions/1402914
复制相似问题