-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compatibility Issues About Python Wrapper for UDBM #31
Comments
We are trying to compile UDBM with the custom given UUtils (with
It seems these are caused by the same issue. Now we temporarily drop the support of these 2 archs, will add them back when fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm making python wrapper which supports python3.8-3.12 (and 3.13 in the future) and all-platforms (with as many architectures as possible): https://github.com/HansBug/pyudbm . Now it is WIP, we plan to make pre-compiled wheels for all platforms and all python versions, and publish them to PyPI.
I will record some compatibility issues that been discovered by us. Some of them are in some rarely-used architecture, so it isnt always necessary to support all of them, just some recordings of these issues here. And if you plan to support them, plz let me know.
We will open another issue if some fatal issues like bugs found in udbm, and will submit PRs if possible.
The text was updated successfully, but these errors were encountered: