Packages provided by Oracle needs to be installed prior running pip install cx_Oracle
. To install them on Ubuntu:
- Download instantclients RPM packages from the Oracle website.
- Convert these RPM packages to Debian packages with alien:
alien -d *.rpm*
. - Install the debian packages:
dpkg -i *.deb
.
gcc
, python-dev
and libaio-dev
are also required.
This repository stores the packages generated by alien
: