Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/364.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 批处理上缺少pyodbc 4.0.0依赖项,但spyder上没有_Python_Batch File_Pyodbc - Fatal编程技术网

Python 批处理上缺少pyodbc 4.0.0依赖项,但spyder上没有

Python 批处理上缺少pyodbc 4.0.0依赖项,但spyder上没有,python,batch-file,pyodbc,Python,Batch File,Pyodbc,我想以批处理文件的形式启动python代码 我的代码使用的是pyodbc版本4.0.0 pip install pyodbc==4.0.0 (来自此链接) 当我尝试输入spyder终端时,它会显示: pip install pyodbc Requirement already satisfied: pyodbc in c:\users\arnaudbernaille\anaconda3\lib\site-packages (4.0.0-unsupported) Note: you may ne

我想以批处理文件的形式启动python代码

我的代码使用的是pyodbc版本4.0.0

pip install pyodbc==4.0.0
(来自此链接)

当我尝试输入spyder终端时,它会显示:

pip install pyodbc
Requirement already satisfied: pyodbc in c:\users\arnaudbernaille\anaconda3\lib\site-packages (4.0.0-unsupported)
Note: you may need to restart the kernel to use updated packages.
但当我尝试在windows cmd中键入它时: