You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I suspect there is some specific local environment issue that produces this awful result, I think that we need to prevent it from building/installing a broken package.
Note: I closed this not because the bug is not valid, but because I stopped using fb-re2. It still happens with 1.0.7 and with py36-py38 for sure. The error is bit different:
$ python3.6 -c "import re2; re2.compile('foo')" [7:51:11]
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/ssbarnea/.pyenv/versions/3.6.10/lib/python3.6/site-packages/re2.py", line 27, in <module>
import _re2
ImportError: dlopen(/Users/ssbarnea/.pyenv/versions/3.6.10/lib/python3.6/site-packages/_re2.cpython-36m-darwin.so, 2): Library not loaded: /usr/local/opt/re2/lib/libre2.0.dylib
Referenced from: /Users/ssbarnea/.pyenv/versions/3.6.10/lib/python3.6/site-packages/_re2.cpython-36m-darwin.so
Reason: image not found
While I suspect there is some specific local environment issue that produces this awful result, I think that we need to prevent it from building/installing a broken package.
I was able to reproduce the error with both python3.6 and pyton3.7 installed using pyenv.
The text was updated successfully, but these errors were encountered: