plyvel icon indicating copy to clipboard operation
plyvel copied to clipboard

PyPI binary wheels for windows, linux, osx

Open liviaerxin opened this issue 1 year ago • 7 comments

Here is a list of plyvel binary wheels for windows, linux, osx. And it's built on leveldb 1.23 and snappy 1.1.9. The download link is below:

Posting this is just in order to help people who want to try the useful plyvel python leveldb.

liviaerxin avatar Mar 20 '23 08:03 liviaerxin

Hey @liviaerxin, thanks alot for these windows builds. Unfortunately I'm on python 3.11, with windows 11. Would it be possible to release windows builds for Python 3.10 and Python 3.11 and also maybe make them installable with pip?

If you do, and they function as intended, I will use your builds in my project https://github.com/Avnsx/fansly

Thanks in advance! 👍

Avnsx avatar Apr 01 '23 13:04 Avnsx

Hello @Avnsx. Here are the plyvel 1.5.0-CI of both PyPi and github Release:

I rename plyvel to plyvel-ci, waiting for @wbolster to integrate the pull-reqeust at [Add github actions CI/CD for building cross-platform(Linux, MacOS and Windows) wheels for leveldb 1.23 and snappy 1.1.9]#129

Then we can finally use the original one here.

liviaerxin avatar Apr 03 '23 08:04 liviaerxin

Thanks alot @liviaerxin and sorry for the late response!

Good news, I've finally got the time and tested through all of your builds cross-platform within virtual machines and can confirm they all work perfectly as intended 👍 This allowed me to introduce the usage of plyvel through your builds to my project!

And I would strongly suggest @wbolster to integrate these builds into official plyvel aswell :)

So happy that two years of waiting came to an end https://github.com/wbolster/plyvel/issues/137

Avnsx avatar Jun 08 '23 20:06 Avnsx

Thanks alot @liviaerxin and sorry for the late response!

Good news, I've finally got the time and tested through all of your builds cross-platform within virtual machines and can confirm they all work perfectly as intended 👍 This allowed me to introduce the usage of plyvel through your builds to my project!

And I would strongly suggest @wbolster to integrate these builds into official plyvel aswell :)

So happy that two years of waiting came to an end #137

You are welcome @Avnsx.

liviaerxin avatar Jun 09 '23 03:06 liviaerxin

Can we get builds for python 3.12 please? 🙏

Avnsx avatar Apr 05 '24 19:04 Avnsx

Can we get builds for python 3.12 please? 🙏

Sure thing! I've initiated a new building as plyvel 1.5.1-CI, adding python 3.12. As building packages takes some time, stay tuned:

Let me know if any issues arise.

liviaerxin avatar Apr 06 '24 18:04 liviaerxin

Thanks for your time and effort @liviaerxin , they seem to work 👍

Avnsx avatar Apr 07 '24 22:04 Avnsx