Closed thebotsmith closed 1 year ago
Thanks for reporting. Not sure when I have time to look into this. In the meantime, I'd suggest compiling from source as explained in the README.
That ^^ looks like you're building from source but did not install the re2
library first; this is required to build from the src tree => eg, brew install -s re2 pybind11
or apt-get install pybind11-dev libre2-dev
.
If you were not intending to install from source. then use pip
in a virtual env and see if you can install the platform wheel:
(.venv) $ pip install --no-cache pyre2
Collecting pyre2
Downloading pyre2-0.3.6-cp39-cp39-manylinux2010_x86_64.whl (909 kB)
|████████████████████████████████| 909 kB 407 kB/s
Installing collected packages: pyre2
Successfully installed pyre2-0.3.6
that worked - thank you
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pyre2 Building wheel for lxml (setup.py) ... error error: subprocess-exited-with-error