gtfierro / reasonable

OWL 2 Reasoner built on DataFrog
BSD 3-Clause "New" or "Revised" License
73 stars 4 forks source link

Can not install #4

Closed rue-a closed 4 years ago

rue-a commented 4 years ago

Hi, The package seems to be pretty neat. Sadly I can't get it installed on my system. At first I tried via pip which led to a successful installation, but the folder containing the package was empty.

pip install: image

installed package: image

I then downloaded the repo from github. I installed Rust via rustup (never had contact with Rust). Fianlly I tried make, as well as cargo build --release from cmd, which both led to the same error (that is cryptic to me):

image

gtfierro commented 4 years ago

Thanks for trying out the package, @rue-a ! Unfortunately, the package only supports Python3 + Linux right now because I haven't had the time to figure out how to set up the build/linking configuration for the pyo3 stuff. I'll try to find some time to work on that coming soon

rue-a commented 4 years ago

Ah! That explains it, I'm looking forward to it. Thank you.