RE2 - installation error
See original GitHub issueGoogle RE2 was recently added as a dependency in https://github.com/zulip/zulip/commit/9f2df658f020acae20ea5be8a55599e1a2428317 . On AARCH 64 with Ubuntu 20.04, get a failed build with he following output:
_re2.cc: In function ‘std::vector<int> re2_python::RE2ProgramFanoutShim(const re2::RE2&)’:
_re2.cc:91:22: error: cannot convert ‘std::vector<int>*’ to ‘std::map<int, int>*’
similar to https://github.com/google/re2/issues/271
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
pip install re2 gives an error - python - Stack Overflow
If you are on ubuntu, sudo apt-get install libre2-dev is required prior to calling pip install re2.
Read more >Solved: Error while installing re2 - Alteryx Community
Hi Team,. While installing re2, I'm getting below error. Building wheels for collected packages: re2 Building wheel for re2 (setup.py): ...
Read more >Re2 installation failing in my local(no member named ...
Hi Team,. Tried installing re2 in my local. Failed because of some error. Here is the stack trace. > pip install re2.
Read more >Fix Resident Evil 2 RE2.exe Fatal Application Exit Error
Chapters. View all · Clean Install Graphics Card Driver · Clean Install Graphics Card Driver · Clean Install Graphics Card Driver · Run...
Read more >The google-re2 Python package fails to install when pybind11 ...
The google-re2 Python package fails to install when pybind11 is installed as a python package in virtualenv. #264.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

The installation steps that worked for me on Oracle Cloud are:
Thanks for the fix.