-
Notifications
You must be signed in to change notification settings - Fork 4
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
Current pip release is broken #17
Comments
Ack, thought I fixed this! Sorry this is broken. I will take a look as soon as I can |
Hi @Eugenio2192 can you try |
Got a different problem now. In windows the package is being installed with no binaries (fails when calling have you considered using abi3 instead of cffi? I think it works better in windows. Edit: The problem with oxrocksdb-sys was that I did not have clang in my new system. So probably unrelated. Linux seems to be working now (not using binaries but installing from source) |
Thanks for trying it out and being patient with me as I try and fix this issue Can you be more specific about your linux setup? Are you on aarch64 by any chance? I was able to get it working fine on an x86_64 machine I'm trying as much as possible to copy the pyoxigraph setup. Can you check if https://pypi.org/project/pyoxigraph/ installs ok for you? |
Just wanted to update everyone -- I am still working on this! Busy with the end of the semester approaching but I'm slowly playing whack-a-mole with Github Actions to try and figure out how to get this to properly build again |
@Eugenio2192 can you try |
Installation and importing the package objects seems to be working properly. |
Hello @gtfierro
Just wanted to give you a heads up that the current release (0.1.65) in pip is not working. I get an error telling me that I am missing the cffi library and when I install it, it says that PyReasoner can't be imported.
Already tried both in linux and in windows
The text was updated successfully, but these errors were encountered: