Open someonecantcode opened 4 days ago
I also tried installing through pipx and source and came back with this:
pip failed to build package:
levenshtein
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
no such file or directory
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (levenshtein)
or the error from my previous message
So I don't actually have any windows installation currently to test, but you can try to install the vc++ redistributables, this should install the necessary tools to build levenshtein: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Describe the bug When installing anipy-cli through pip, it errors out when building levenshtein.
To Reproduce Steps to reproduce the behavior:
See error
Expected behavior Should fully install without failure
Info full output message after pip install anipy-cli
Platform
Additional context Was working a like 2-3 weeks ago. Devices that have anipy-cli can still use it still. It seems that only the installation process has been bugged out recently.