Error during installation
When installing the requirements I get the following error:
Building wheel for regex (pyproject.toml) ... error error: subprocess-exited-with-error
× Building wheel for regex (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [24 lines of output] C:\Users\haup_ca\AppData\Local\Temp\pip-build-env-5bnyj6pe\overlay\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !!
******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build\lib.win-amd64-cpython-313\regex copying regex_3\__init__.py -> build\lib.win-amd64-cpython-313\regex copying regex_3\regex.py -> build\lib.win-amd64-cpython-313\regex copying regex_3\_regex_core.py -> build\lib.win-amd64-cpython-313\regex copying regex_3\test_regex.py -> build\lib.win-amd64-cpython-313\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 Successfully built markupsafe paginate pyyaml Failed to build regex ERROR: Failed to build installable wheels for some pyproject.toml based projects (regex)
Environment:
- Win 11
- PyCharm 2024
- Python 3.13.3
- Visual Studio Code 1.94.2 installiert
I think we need to update the instructions there (for Windows users)?