I am coding with python and need to install the module “fitz”, but get errors.
I installed wheels, tried the cache solution “pip install –no-cache-dir”, but i still get the error ” 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 traits
Failed to build traits
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (traits)”. What should I do? Also, i can’t desable wheel building, when i run “pip install somepkg –no-binary=somepkg” i get the error ” pip install somepkg –no-binary=somepkg
ERROR: Could not find a version that satisfies the requirement somepkg (from versions: none)
ERROR: No matching distribution found for somepkg”.
Doroteya Nikolova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.