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

Python 3.10 Support #138

Closed
justincpresley opened this issue Dec 29, 2021 · 4 comments
Closed

Python 3.10 Support #138

justincpresley opened this issue Dec 29, 2021 · 4 comments

Comments

@justincpresley
Copy link

I really have like using plyvel; but in one of my projects, I am unable to use it as it is coded in 3.10.

Is it known whether or not 3.10 support will be added in plyvel version 1.4 or 1.5?

@wbolster
Copy link
Owner

plyvel works fine on 3.10 afaik. more details please

there are no binary wheels since it didn't exist at the time of the last release.

(i ran into some issues with trying to build new wheels using newer versions of python and c libraries, and lost interest at that time)

@wbolster
Copy link
Owner

hey @justincpresley i've just published a new version with python3.10 wheels. please give it a spin and let me know if this works for you

https://plyvel.readthedocs.io/en/latest/news.html

@justincpresley
Copy link
Author

Hi @wbolster, tested it out and it works as expected. Very much appreciated!

@wbolster
Copy link
Owner

cool, good luck!

fwiw, i built the wheels using leveldb 1.22 since 1.23 gives linking errors that i don't want to solve right now

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

No branches or pull requests

2 participants