无法安装 pyodbc
Unable to install pyodbc
我正在使用 python 3.3.0 .. 在这个包中 C:\Python34\Scripts 是我的 pip,我已将此路径添加到我的系统和用户环境变量 PATH link 到这个 pip 文件夹,我已经安装了 Visual C++ 2010,但我不知道安装后需要做什么,如果我需要配置一些东西,但是当我这样做时:
C:\Python33\Scripts>pip install https://pyodbc.googlecode.com/files/pyodbc-3.0.7.zip
它给我以下错误:
Whosebug 编辑器将其更改为:
Fatal error in launcher: Unable to create process using
'"C:\Python33\python.exe " "C:\Python33\Scripts\pip.exe" install
https://pyodbc.googlecode.com/files/pyo dbc-3.0.7.zip'
C:\Python33\Scripts>pip
Fatal error in launcher: Unable to create process using
'"C:\Python33\python.exe " "C:\Python33\Scripts\pip.exe" '
这是我在控制台看到的实际错误:
ValueError: ['path']
----------------------------------------
Command "C:\Python33\python.EXE -c "import setuptools, tokenize;__file__='c
\users\elyon\appdata\local\temp\pip-inh3nq-build\setup.py';exec(compi
e(getattr(tokenize, 'open', open)(file).read().replace('\r\n',
'\n'), __fil
__, 'exec'))" install --record c:\users\elyon\appdata\local\temp\pip-x45j1j-
ecord\install-record.txt --single-version-externally-managed
--compile" failed ith error code 1 in c:\users\elyon\appdata\local\temp\pip-inh3nq-build
由于您使用 Windows 和 Python 3.3,安装 pyodbc
的最简单方法是使用提供的 installers。
如果您愿意,您应该能够使用 pip
管理未来的升级。
C:\Python33\Scripts> .\pip.exe install --upgrade --allow-external pyodbc --allow-unverified pyodbc pyodbc
Requirement already up-to-date: pyodbc in c:\python33\lib\site-packages
我正在使用 python 3.3.0 .. 在这个包中 C:\Python34\Scripts 是我的 pip,我已将此路径添加到我的系统和用户环境变量 PATH link 到这个 pip 文件夹,我已经安装了 Visual C++ 2010,但我不知道安装后需要做什么,如果我需要配置一些东西,但是当我这样做时:
C:\Python33\Scripts>pip install https://pyodbc.googlecode.com/files/pyodbc-3.0.7.zip
它给我以下错误:
Whosebug 编辑器将其更改为:
Fatal error in launcher: Unable to create process using
'"C:\Python33\python.exe " "C:\Python33\Scripts\pip.exe" install
https://pyodbc.googlecode.com/files/pyo dbc-3.0.7.zip'
C:\Python33\Scripts>pip
Fatal error in launcher: Unable to create process using
'"C:\Python33\python.exe " "C:\Python33\Scripts\pip.exe" '
这是我在控制台看到的实际错误:
ValueError: ['path']
---------------------------------------- Command "C:\Python33\python.EXE -c "import setuptools, tokenize;__file__='c
\users\elyon\appdata\local\temp\pip-inh3nq-build\setup.py';exec(compi e(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), __fil __, 'exec'))" install --record c:\users\elyon\appdata\local\temp\pip-x45j1j- ecord\install-record.txt --single-version-externally-managed --compile" failed ith error code 1 in c:\users\elyon\appdata\local\temp\pip-inh3nq-build
由于您使用 Windows 和 Python 3.3,安装 pyodbc
的最简单方法是使用提供的 installers。
如果您愿意,您应该能够使用 pip
管理未来的升级。
C:\Python33\Scripts> .\pip.exe install --upgrade --allow-external pyodbc --allow-unverified pyodbc pyodbc
Requirement already up-to-date: pyodbc in c:\python33\lib\site-packages