|
请教各位老师:
安装的amber16可以使用Pmemd,cpptraj等模块。但MMPBSA无法运行。
报错如下:
ImportError: Could not import Amber Python modules. Please make sure you have sourced /public/software/amber16/amber.sh (if you are using sh/ksh/bash/zsh) or /public/software/amber16/amber.csh (if you are using csh/tcsh)
amber.sh 已经source了啊
而且python路径也指定了
这是MMPBSA.py开头的内容:
#!/public/software/apps/python/2.7.12/bin/python
"""
MMPBSA.py is a script for performing (M)olecular (M)echanics
我的python路径:
[root@node13 bin]# which python
/public/software/apps/python/2.7.12/bin/python
其他模块正常:
[root@node13 bin]# cpptraj
CPPTRAJ: Trajectory Analysis. V16.00
___ ___ ___ ___
| \/ | \/ | \/ |
_|_/\_|_/\_|_/\_|_
| Date/time: 11/22/17 10:12:57
请问这个问题是出在哪里了?
感谢各位老师 |
|