axiak / pyre2

Python wrapper for RE2
BSD 3-Clause "New" or "Revised" License
295 stars 39 forks source link

pip install fails without re2 manually installed #27

Closed mjg123 closed 9 years ago

mjg123 commented 10 years ago

We're looking at using pyre2 in openstack/heat but the necessity of a manual install of re2 prevents us from integrating it easily. I note that many packages installed by pip do include a step where they compile c or c++ and I wonder if this would be possible for pyre2. How much work would this be?

axiak commented 9 years ago

Why not build a package to install re2?