interrogator / buzz

linguistics backend
MIT License
40 stars 3 forks source link

Unable to build or install this package #21

Open Martin2112 opened 9 months ago

Martin2112 commented 9 months ago

I'm having real problems with dependencies trying to build this. Packages seem to be pinned at very old versions. Updating them causes other conflicts. The current open dependency pull requests don't fix things for me. I've tried on Ubuntu and Fedora and see the same errors.

Example: pyarrow==2.00 doesn't work as I get this:

Could NOT find ArrowPython (missing: ARROW_PYTHON_INCLUDE_DIR
ARROW_PYTHON_LIB_DIR) (found version "13.0.0")

The current version libarrow on Fedora is 13.0. Trying to use pyarrow 13.0 gives me:

Exception: Please update your Cython version. Supported Cython >= 0.29.31, < 3.0

If anyone has built this recently please let me know the secret :-)

Sorry, should have said, the above was trying to build with setup.py. An install with Pip in a virtual environment doesn't work either on Fedora or Ubuntu. That was because of the outdated numpy version but there may be other problems after that.