-
Notifications
You must be signed in to change notification settings - Fork 80
Conda support #21
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
Comments
This would a great idea for a community contribution. https://conda-forge.org/docs/maintainer/adding_pkgs.html Oracle wasn't involved in adding the conda recipe for cx_Oracle. |
I'm working on this: conda-forge/staged-recipes#19367 However, I'm not having any luck getting
Suggestions in my PR would be welcome. Otherwise, I can open another issue. |
Excellent! On macOS we are building with Universal2 Python binaries, and also doing a Python 3.7 build on Intel where there isn't a Universal 2 binary. The latter currently needs You could also try this patch which will be landing on GitHub soon. With this patch we won't need to explicitly set ARCHFLAGS.
|
Great, thanks! I'll add that patch. |
@cjbj, that worked like a charm! |
conda-forge/staged-recipes#19367 has now been merged. A conda-forge package for |
Thank you! |
Okay, I think this issue can be closed. The following worked for me:
|
Great! Thanks, @xylar! |
Note that the patch that Chris mentioned and you included in your recipe is already on GitHub -- and will be included in the next release. :-) |
@xylar Thank you - that's greatly appreciated. As a 'heads up' we will probably also create Linux ARM wheels in that next release Anthony mentioned |
Okay, we'll also plan for arm builds soon, then. I see that we're not able to build for PyPy: conda-forge/oracledb-feedstock#2 (comment) |
We have a lot to add to the thin driver, and PyPy isn't something we've discussed. Even for cx_Oracle, PyPy wasn't a project of ours. Of course if you have the skills to help, I'm sure the community would be grateful. |
@cjbj, that's fine. I don't have the skills to help on that. I'll just put conda-forge/oracledb-feedstock#2 (comment) in draft mode and that will indicate that support for PyPy isn't expected anytime soon. |
@xylar no problems. You've taken the project a long way already - thank you |
Sorry, newbie question here @xylar . I'm a little confused -- reading this, it looks like there should be universal architecture support, but at I only see osx-64 -- that's Intel, right? When I forced an install with |
@eudinaesis, you are right, we haven't build for ARM64 yet. I don't know why not. Usually, a bot brings in those new architectures automatically but it obviously hasn't happened. I can do my best to migrate over to them manually. |
@eudinaesis, please feel free to follow along at |
Wow, thanks so much for the quick response! |
It's looking good. Try in an hour or 2 and the osx-arm64 package should be there. |
It's there, and I successfully installed it and connected to a database. You are a hero! Thanks so much. |
The original cx_Oracle had conda packages built for it. Will there eventually be conda packages built for this package? Thank you!
The text was updated successfully, but these errors were encountered: