SOLVED
Error while installing re2
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
akhilmahla
6 - Meteoroid
‎01-11-2021
01:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
While installing re2, I'm getting below error
Building wheels for collected packages: re2 Building wheel for re2 (setup.py): started Building wheel for re2 (setup.py): finished with status 'error' ERROR: Complete output from command 'c:\program files\alteryx\alteryx designer 2019.4\bin\miniconda3\envs\jupytertool_venv\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\TEMP\\AppData\\Local\\Temp\\3\\pip-install-z23sip7e\\re2\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\TEMP\AppData\Local\Temp\3\pip-wheel-7xhezyjo' --python-tag cp36: ERROR: running bdist_wheel running build running build_ext building 're2' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
Solved! Go to Solution.
2 REPLIES 2
21 - Polaris
‎01-11-2021
02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@akhilmahla
From erro message, it seems you need to install Microsoft Visual C++.
Can you try to install it and see if it will work.
Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
15 - Aurora
‎01-11-2021
02:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You have to install :
Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
Hope that helps,
Regards,
