cx_Oracle 模块如何安装

前端之家收集整理的这篇文章主要介绍了cx_Oracle 模块如何安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

➜ ~ pip install cx_Oracle –allow-external cx_Oracle –allow-unverified cx_Oracle
Downloading/unpacking cx-Oracle
Downloading cx_Oracle-5.1.3.tar.gz (104kB): 104kB downloaded
Running setup.py (path:/private/var/folders/bh/yqy9l7cx5vd77ymkjhtyv8r40000gn/T/pip_build_qk/cx-Oracle/setup.py) egg_info for package cx-Oracle
^CCleaning up…
Operation cancelled by user
Storing debug log for failure in /Users/qk/.pip/pip.log
➜ ~ pip install cx_Oracle –allow-external cx_Oracle –allow-unverified cx_Oracle
Downloading/unpacking cx-Oracle
Downloading cx_Oracle-5.1.3.tar.gz (104kB): 104kB downloaded
Running setup.py (path:/private/var/folders/bh/yqy9l7cx5vd77ymkjhtyv8r40000gn/T/pip_build_qk/cx-Oracle/setup.py) egg_info for package cx-Oracle
Traceback (most recent call last):
File “”,line 17,in
File “/private/var/folders/bh/yqy9l7cx5vd77ymkjhtyv8r40000gn/T/pip_build_qk/cx-Oracle/setup.py”,line 135,in
raise DistutilsSetupError(“cannot locate an Oracle software ” \
distutils.errors.DistutilsSetupError: cannot locate an Oracle software installation
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File “”,in

File “/private/var/folders/bh/yqy9l7cx5vd77ymkjhtyv8r40000gn/T/pip_build_qk/cx-Oracle/setup.py”,in

raise DistutilsSetupError(“cannot locate an Oracle software ” \

distutils.errors.DistutilsSetupError: cannot locate an Oracle software installation


Cleaning up…
Command python setup.py egg_info Failed with error code 1 in /private/var/folders/bh/yqy9l7cx5vd77ymkjhtyv8r40000gn/T/pip_build_qk/cx-Oracle
Storing debug log for failure in /Users/qk/.pip/pip.log

有谁碰到此类问题的,如何解决

解决方法:ORACLE_BASE 、ORACLE_HOME这两个环境变量要配置

猜你在找的Oracle相关文章