我使用的是 Python 2.7(32 位),我的操作系统是 64 位 Windows 7。
我正在尝试安装 cx_Oracle 模块。我已经运行了 msi“cx_Oracle-5.1.2-10g.win32-py2.7.msi”,然后我在 cmd 行上运行了“easy_install cx_Oracle”并得到了消息:
错误:无法找到 vcvarsall.bat
我在这个网站上发现最好的解决方案是安装 Microsoft Visual Studio 2008,我是通过我在这个网站上找到的链接安装的。
现在,当我在 cmd 行上运行“easy_install cx_Oracle”时,我收到以下消息,我不知道这意味着什么:
C:\Python27>easy_install cx_Oracle Searching for cx-Oracle Reading ....org/simple/cx_Oracle/ Reading ....net/crew/atuining Reading ...sourceforge.net 最佳匹配:cx-Oracle 5.1.2 下载 http://prdownloads.sourceforge.net/cx-oracle/cx_Oracle-5.1.2.tar.gz? 下载 处理 cx_Oracle-5.1.2.tar.gz 写 c:\users\cnielsen\appdata\local\temp\easy_install-44rupd\cx_Oracle-5.1.2 \setup.cfg 运行 cx_Oracle-5.1.2\setup.py -q bdist_egg --dist-dir c:\users\cnielsen\appdata\local\temp\easy_install-44rupd\cx_Oracle-5.1.2\egg-dist-tmp-eyihnb Traceback(最近一次调用最后):文件“C:\ Python27\Scripts\easy_install-script.py",第 9 行,在 load_entry_point('setuptools==0.8', 'console_scripts', 'easy_install')() 文件 "build\bdist.win-amd64\egg\setuptools\command\ easy_install.py”,第 1992 行,在主文件“build\bdist.win-amd64\egg\setuptools\command\easy_install.py”,第 1979 行,在 with_ei_usage 文件“build\bdist.win-amd64\egg\setuptools\ command\easy_install.py”,第 1996 行,在文件“C: