-
Notifications
You must be signed in to change notification settings - Fork 172
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
Push on PyPI #29
Comments
👍 Let's also get a decent |
That rocksdb shared library is rather large, would you expect the wheel to include that dependency? |
Yes I would for various common platforms :) I'd probably built it for Debian/Ubuntu/CentOS cheers James Mills / prologic E: prologic@shortcircuit.net.au On Sat, Aug 22, 2015 at 8:23 AM, Charles Pritchard <notifications@github.com
|
From wheels: "PyPI currently only allows uploading platform-specific wheels for Windows and Mac OS X". From the linux side, I had no issue simply dropping in the ".so" file as built elsewhere. Would be nice if the rocks team released a downloadable .so. But that's a different issue. |
Really? I've seen LInux wheels up on PyPi James Mills / prologic E: prologic@shortcircuit.net.au On Sat, Aug 22, 2015 at 10:23 AM, Charles Pritchard <
|
Hey, I will have a look for uploading it on PyPi. I think uploading it as a 'source' distribution is fairly easy and possible. However as Downchuck says, Linux wheels can not be uploaded there.
The thing what comes closest to a official statement is this:
Semi official the answer of Nick Coghlan here https://twitter.com/mitsuhiko/status/426700148409135104 @prologic could you post which packages you have seen, having Linux wheels on PyPi ? I have bad news regarding other platforms like Mac/Windows. I'm a Linux developer/user => I don't have access to Mac/Windows boxes, so it will be hard for me to generate wheels for this platforms. Here I need help from somebody else. Any developer here who already tried rocksdb for windows facebook/rocksdb#646 ? What I could image for a Mac/Windows wheel is a 'static' build against rocksdb. So there is no need to install/build rocksdb on the target machine. Just a |
I think I source dist up on PyPi is fine :) |
Here we are: https://pypi.python.org/pypi/pyrocksdb If there are mac/windows developers out there who would like to support me in generating a 'binary' wheel. Let me know. I played around with the static build and it seems to work. So on this platforms the wheel could already include the compiled rocksdb. |
Nice one 👍 |
Would be nice to see your package there!
Cheers,
The text was updated successfully, but these errors were encountered: