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:
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.
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:
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.