whenever I try installing CyDifflib via pip install CyDifflib I get the following error:
╰─> [21 lines of output]
WARNING: tool.scikit-build.metadata is deprecated; use the standard top-level [[tool.dynamic-metadata]] instead
*** scikit-build-core 1.0.3 using CMake 4.4.2 (wheel)
*** Configuring CMake...
loading initial cache file C:\Users\theso\AppData\Local\Temp\tmpvnin6qxw\build\CMakeInit.txt
-- Building for: Visual Studio 17 2022
-- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.19045.
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:15 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:15 (project):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
*** CMake configuration failed
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cydifflib
whenever I try installing CyDifflib via pip install CyDifflib I get the following error: