我試圖安裝cx_Oracle,但安裝時遇到了問題。pip install cx_Oracle - >退出狀態失敗1120
我得到了一個錯誤:
LINK : error LNK2001: unresolved external symbol _DllMainCRTStartup build\lib.win-amd64-3.4_mysql.pyd : fatal error LNK1120: 56 unresolved extern als error: command 'c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\Bin \amd64\link.exe' failed with exit status 1120
系統信息:
Windows 7的64位
的Python 3.4.3 64位。
我使用設置c以下指南++部分的安裝: http://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/#id7
我GOOGLE了很多的問題,但我沒找到我自己的一個解決方案。另外我在安裝MySQL-python時也遇到同樣的錯誤。