This repository has been archived by the owner on May 18, 2024. It is now read-only.
Replies: 1 comment 5 replies
-
I am having the same issue here. Were you able to fix it? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I hope someone can help me as I am going around in circles for hours.
I'm trying this command:
inside the terminal, enter the command pip install -r requirements.txt and press enter
but keep getting this error:
Building wheels for collected packages: regex
Building wheel for regex (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [13 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-312
creating build\lib.win-amd64-cpython-312\regex
copying regex_3_init_.py -> build\lib.win-amd64-cpython-312\regex
copying regex_3\regex.py -> build\lib.win-amd64-cpython-312\regex
copying regex_3_regex_core.py -> build\lib.win-amd64-cpython-312\regex
copying regex_3\test_regex.py -> build\lib.win-amd64-cpython-312\regex
running build_ext
building 'regex._regex' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for regex
Running setup.py clean for regex
Failed to build regex
ERROR: Could not build wheels for regex, which is required to install pyproject.toml-based projects
Can anyone help me?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions