Python Forum
REGEX Install Error in PyCharm - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: REGEX Install Error in PyCharm (/thread-26819.html)



REGEX Install Error in PyCharm - charlesauspicks - May-14-2020

Hello, I started learning Python about a month ago.
However, I have been stuck at a spot for some weeks now because I have trying to install the Python package, REGEX.
Each time I try to install the REGEX package from pypi.org in my PyCharm as I learnt in your video, I get the following errors:

1. error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/


After downloading and installing the Microsoft Visual C++ Build Tools, I still got the following error:

2. Command ""C:\Users\Charles Auspicks\PycharmProjects\HelloWorld\venv\Scripts\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Charles Auspicks\\AppData\\Local\\Temp\\pip-i
nstall-keqdcde3\\regex\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record "C:\Users
\Charles Auspicks\AppData\Local\Temp\pip-record-ix6pnwq0\install-record.txt" --single-version-externally-managed --compile --install-headers "C:\Users\Charles Auspicks\PycharmProjects\Hello
World\venv\include\site\python3.8\regex"" failed with error code 1 in C:\Users\Charles Auspicks\AppData\Local\Temp\pip-install-keqdcde3\regex\



What have I left out or could have been doing wrongly?

Please help me. What do I need to do to get past this?

Anybody please?


RE: REGEX Install Error in PyCharm - buran - May-14-2020

you can download and use pre-build binary from Gohlke: https://www.lfd.uci.edu/~gohlke/pythonlibs/#regex

however the new version from today is not thee yet