I am currently using an embedded python 3.8.5 installation, so that the installation of libraries has to be done by inserting unpacked library files into the lib/site-packages folder (https://files.pythonhosted.org/packages/5e/f1/2856a8773983af7e8dc32266ec969d77c6d34a35cb292f390bf27f007ce2/oracledb-1.3.1-cp311-cp311-win_amd64.whl).
In case of "import oracledb" the following problem occurs:
ImportError: cannot import name 'base_impl' from partially initialized module 'oracledb' (most likely due to a circular import)
I expected, that oracledb would run after the hands-on "installation" without problems in thin mode (obviously it doesn't). Following the package documentation, no drivers/ instantclients or similiar are needed for the default thin mode.
- OS: Windows 10
Can anybody help?
thanks in advance!