我试图在Oracle上安装cx_Oracle,但有以下错误:
Downloading/unpacking cx-Oracle
Running setup.py egg_info for package cx-Oracle
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip-build-root/cx-Oracle/setup.py", line 183, in <module>
raise DistutilsSetupError("cannot locate Oracle include files")
distutils.errors.DistutilsSetupError: cannot locate Oracle include files
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip-build-root/cx-Oracle/setup.py", line 183, in <module>
raise DistutilsSetupError("cannot locate Oracle include files")
distutils.errors.DistutilsSetupError: cannot locate Oracle include files
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-root/cx-Oracle这是我的日志文件:https://gist.github.com/beckah/695810cc9535a9734878
我已经合法地尝试了几乎所有类似问题的答案,主要是关于cx_Oracle和Centos的类似问题,而且没有遇到任何有用的问题。
发布于 2015-04-24 14:43:27
本教程很有魅力,救了我一命:http://ubuntugeeknerd.blogspot.com/2013/08/how-to-install-oxoracle-in-rhel-64-bit.html
https://stackoverflow.com/questions/29849997
复制相似问题