-
Notifications
You must be signed in to change notification settings - Fork 91
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
0.7.0/master fails to build with python 3.7, can't find std_memory.pxd #78
Comments
If I replace all imports with relative ones, e.g.
it seems to work. |
Hi,
Ubuntu version: bionic This is a small example of the involved libraries
|
I've run into this issue too. Though it seems to build fine if I force Cython version to be <0.30, it probably has to do with Cython releasing versions 3.0a* (https://github.com/cython/cython/releases). I wish Cython version wasn't unbound on setup.py. Sadly I don't know how to force the Cython version when installing python-rocksdb from pip. |
I was getting same errors, but upgrading pip (and friends) helped here.
|
This helped on Fedora 32 here too, thanks! Thanks |
I'm getting this when trying to install either master or 0.7.0:
This happens on both Linux and macos. 0.6.9 release from pypi installs fine. The file is there, so not sure why Python isn't happy.
The text was updated successfully, but these errors were encountered: