`
Downloading toolz-0.12.1-py3-none-any.whl (56 kB)
---------------------------------------- 56.1/56.1 kB ? eta 0:00:00
Building wheels for collected packages: lru-dict, pyunormalize
Building wheel for lru-dict (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for lru-dict (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
running bdist_wheel
running build
running build_ext
building 'lru' 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 lru-dict
Building wheel for pyunormalize (pyproject.toml) ... done
Created wheel for pyunormalize: filename=pyunormalize-15.1.0-py3-none-any.whl size=516050 sha256=314d598331951cec2caf61567cf0e7941d08f0c9fc318f0a6097138ba856316f
Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\2a\bd\bb\28798325f033d03157374640b90b54298b4145d04209618850
Successfully built pyunormalize
Failed to build lru-dict
ERROR: Could not build wheels for lru-dict, which is required to install pyproject.toml-based projects
`
Hey im getting the following error:
` Downloading toolz-0.12.1-py3-none-any.whl (56 kB) ---------------------------------------- 56.1/56.1 kB ? eta 0:00:00 Building wheels for collected packages: lru-dict, pyunormalize Building wheel for lru-dict (pyproject.toml) ... error error: subprocess-exited-with-error
× Building wheel for lru-dict (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [5 lines of output] running bdist_wheel running build running build_ext building 'lru' 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 lru-dict Building wheel for pyunormalize (pyproject.toml) ... done Created wheel for pyunormalize: filename=pyunormalize-15.1.0-py3-none-any.whl size=516050 sha256=314d598331951cec2caf61567cf0e7941d08f0c9fc318f0a6097138ba856316f Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\2a\bd\bb\28798325f033d03157374640b90b54298b4145d04209618850 Successfully built pyunormalize Failed to build lru-dict ERROR: Could not build wheels for lru-dict, which is required to install pyproject.toml-based projects `
How do i fix this dependancy error?