dgunning / edgartools

Navigate SEC Edgar data in Python
MIT License
516 stars 101 forks source link

Pip Installation Error (CMake/PyArrow?) #129

Closed webbsledge closed 4 weeks ago

webbsledge commented 4 weeks ago

I'm having a problem installing edgartools via pip and PyPI. This may be a problem with CMake, PyArrow, or my Homebrew configuration, but I am not sure. The log is quite long, so I am attaching it. Any help is appreciated. log.txt

webbsledge commented 4 weeks ago

Follow up:

I resolved this by simply installing Apache Arrow: brew install apache-arrow

Not required for me, but you may need to export your Arrow path to CMake: export CMAKE_PREFIX_PATH=/path/to/arrow