Error when installing oracledb 1.3.2 #203
Closed
FlorentClarret
started this conversation in
General
Replies: 2 comments 1 reply
-
Seems this issue is related: #204 |
Beta Was this translation helpful? Give feedback.
1 reply
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team!
Sorry if this is a stupid question or if this has already been reported. I'm facing some issues trying to install
oracledb
. I get the following error runningpip install oracledb==1.3.2
:My build started to fail yesterday, right after the new Cython version 3.0.0 was released: https://pypi.org/project/Cython/
I can reproduce it building the wheel locally from the source. I managed to get it working modifying the
pyproject.toml
file to havecython<3.0.0
and it worked just fine.Is there anything I'm doing wrong? If not, do you think it would be possible to release a new version of oracledb with this issue fixed?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions