|
|
你好,我按着github的教程一步安装,最后运行的时候出现这个错误,能帮我看下么,谢谢。
Traceback (most recent call last):
File "/home/zxs/anaconda3/envs/py37/bin/ligpargen", line 33, in <module>
sys.exit(load_entry_point('LigPargen', 'console_scripts', 'ligpargen')())
File "/mnt/f/20.04/ligpargen/ligpargen/ligpargen.py", line 496, in main
molname=args.molname, workdir= args.path, debug= args.debug)
File "<string>", line 17, in __init__
File "/mnt/f/20.04/ligpargen/ligpargen/ligpargen.py", line 190, in __post_init__
self.workdir, self.debug)
File "/mnt/f/20.04/ligpargen/ligpargen/tools/boss.py", line 208, in run
shutil.copyfile('plt.pdb', pdbFile)
File "/home/zxs/anaconda3/envs/py37/lib/python3.7/shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'plt.pdb' |
|