Replies: 1 comment
-
There were changes made in 891e3fa to address this issue. You now might find it easier to resolve any base issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tried to install oracledb in my VM but couldnt do it because of the network firewalls. I tied to install install them locally and copied the file and folders to python "C:\Program Files (x86)\Python38-32\site-packages"



I created sample program to test the db connection test.py
When I tried to test the connection. I got error as follows
C:\Program Files (x86)\Python38-32\site-packages>python test.py
Traceback (most recent call last):
File "test.py", line 3, in
import oracledb
File "C:\Program Files (x86)\Python38-32\site-packages\oracledb_init_.py", line 169, in
from .connection import (
File "C:\Program Files (x86)\Python38-32\site-packages\oracledb\connection.py", line 45, in
from . import base_impl, thick_impl, thin_impl
ImportError: cannot import name 'base_impl' from partially initialized module 'oracledb' (most likely due to a circular import) (C:\Program Files (x86)\Python38-32\site-packages\oracledb_init_.py)
Beta Was this translation helpful? Give feedback.
All reactions