Help in Installation - ImportError: cannot import name 'base_impl #248
Replies: 1 comment 1 reply
-
I would suggest downloading a wheel directly from PyPI. Choose the right Python version for your platform and then install directly from the downloaded file ( If none of those suggestions help, please provide more detail about your configuration/platform and what steps you took. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wanted to use the library for an project, for which development I am doing on VDI Machine. Due to some firewall issue, I can not directly install library using
pip install
command, what I do is basically I download library from git, unzip it and use it.Some how when I download this library from git and unzip it and tried to use it, I get below error
ImportError: cannot import name 'base_impl' from partially initialized module 'oracledb'
If you can help me in fixing this, that will be really helpful.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions