我正在本地机器上运行shellfish.py。有谁能解释一下我为什么会犯这个错误:sh: qsub: command not found
shellfish.py
sh: qsub: command not found
发布于 2015-11-16 01:37:38
您指定了--sge,它用于调度Sun引擎上的作业。
--sge
由于您希望在本地计算机上运行,而不是在SGE上运行,因此应该删除此标志。
https://stackoverflow.com/questions/33727053
相似问题