Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OracleDB fails to install on Windows 11 (wheel requires cpp tools) #54

Closed
tylerm007 opened this issue Apr 15, 2024 · 4 comments
Closed
Assignees

Comments

@tylerm007
Copy link
Collaborator

pip install ApiLogicServer fails on Windows 11 (wheel for oracledb requires cpp tools)
Screenshot 2024-04-15 at 2 04 20 PM

@tylerm007
Copy link
Collaborator Author

I have sent this to Oracle folks for comment.

@tylerm007 tylerm007 self-assigned this Apr 15, 2024
@tylerm007
Copy link
Collaborator Author

From Oracle:
Christopher Jones
to me, Anthony, Veronica, Val | to me, Anthony, Veronica, Val
to me, Anthony, Veronica, Val

I see references to 312 in the screenshot, so presumably this is Python 3.12.

It was only in python-oracledb 1.4.2 that we released pre-built binaries for Python 3.12. See https://python-oracledb.readthedocs.io/en/stable/release_notes.html#oracledb-1-4-2-october-2023
But overall we'd recommend using the latest version of python-oracledb which is 2.1.2.
Chris

@valhuber
Copy link
Contributor

preliminary testing confirms resolution with the upgraded oracledb version.

You can use the preview:

python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ApiLogicServer==10.03.76

@valhuber
Copy link
Contributor

Fixed in 10.3.76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants