我在liunx环境下安装了anacoda之后并新建了一个环境,之后我运行命令python AimsBatchCAlc.py提示我如下的错误
[root@localhost scripts]# python AimsBatchCalc.py
/home/cls/Downloads/Or/lib/python3.8/site-packages/ase-3.22.0-py3.8.egg/ase/calculators/calculator.py:508: FutureWarning: The keyword "ignore_bad_restart_file" is deprecated and will be removed in a future version of ASE. Passing more than one positional argument to Calculator is also deprecated and will stop functioning in the future. Please pass arguments by keyword (key=value) except optionally the "restart" keyword.
warnings.warn(FutureWarning(
sh: sbatch: command not found
sh: sbatch: command not found
sh: sbatch: command not found
sh: sbatch: command not found
sh: sbatch: command not found
sh: sbatch: command not found
sh: sbatch: command not found
sh: sbatch: command not found
同时我用whereis sbatch查找位置没有发现sbatch的位置。
同样操作在windows下提示我
C:\usr\anaconda3\envs\ogre\lib\site-packages\ase-3.22.0-py3.8.egg\ase\calculators\calculator.py:508: FutureWarning: The keyword "ignore_bad_restart_file" is deprecated and will be removed in a future version of ASE. Passing more than one positional argument to Calculator is also deprecated and will stop functioning in the future. Please pass arguments by keyword (key=value) except optionally the "restart" keyword.
warnings.warn(FutureWarning(
'sbatch'不是内部或外部命令,也不是可运行的程序或批处理文件
'sbatch'不是内部或外部命令,也不是可运行的程序或批处理文件
'sbatch'不是内部或外部命令,也不是可运行的程序或批处理文件
'sbatch'不是内部或外部命令,也不是可运行的程序或批处理文件
'sbatch'不是内部或外部命令,也不是可运行的程序或批处理文件
'sbatch'不是内部或外部命令,也不是可运行的程序或批处理文件
'sbatch'不是内部或外部命令,也不是可运行的程序或批处理文件
'sbatch'不是内部或外部命令,也不是可运行的程序或批处理文件
请问我这个怎么处理呢?
请问有人吗