Skip to content

System packages required to install the Python module cx_Oracle

Notifications You must be signed in to change notification settings

brmzkw/cx_oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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:

About

System packages required to install the Python module cx_Oracle

Resources

Stars

Watchers

Forks

Packages

No packages published