oracle / python-oracledb

Python driver for Oracle Database conforming to the Python DB API 2.0 specification. This is the renamed, new major release of cx_Oracle
https://oracle.github.io/python-oracledb
Other
308 stars 61 forks source link

Unable to manually install oracledb using the zip package #260

Closed amiitt closed 7 months ago

amiitt commented 7 months ago

I have downloaded the zip package for oracledb (version 1.4.2). When I try to install it manually on my Windows 11 machine using python setup.py install, I am getting the following error:

FileNotFoundError: [Errno 2] No such file or directory: 'src/oracledb/impl/thick/odpi/src'

On investigating the issue, I found that the mentioned directory is completely empty!

cjbj commented 7 months ago

This is mentioned, and the solution given, in the doc Installing from Source Code.