Replies: 1 comment
-
| See #264 (comment) |
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
-
| See #264 (comment) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to install a specific of oracledb==1.0.3 via Anaconda Prompt by running the following script
pip install oracledb==1.0.3
I have created a virtual environment where I was trying to install that specific package.
with the latest version I am getting this error "time zones are not supported in thin mode". Therefore, need to install 1.0.3
I m getting following error.,
Failed to build oracledb
ERROR: Could not build wheels for oracledb, which is required to install pyproject.toml-based projects
and
DPY-3022: named time zones are not supported in thin mode
I need to run it in thin client
Beta Was this translation helpful? Give feedback.
All reactions