404 on Nexa AI SDK download (Metal, macOS)
Hello, I believe this refers to this issue: https://github.com/NexaAI/nexa-sdk/issues/461
I am not able to download the Nexa AI SDK with the provided instruction.
This is the command:
CMAKE_ARGS="-DGGML_METAL=ON -DSD_METAL=ON" pip install nexaai --prefer-binary --index-url https://github.nexa.ai/whl/metal --extra-index-url https://pypi.org/simple --no-cache-dir
and the output:
Defaulting to user installation because normal site-packages is not writeable Looking in indexes: https://github.nexa.ai/whl/metal, https://pypi.org/simple Collecting nexaai ERROR: HTTP error 404 while getting https://github.com/NexaAI/nexa-sdk/releases/download/v0.1.1.0-metal/nexaai-0.1.1.0-cp312-cp312-macosx_15_0_arm64.whl (from https://github.nexa.ai/whl/metal/nexaai/) ERROR: Could not install requirement nexaai from https://github.com/NexaAI/nexa-sdk/releases/download/v0.1.1.0-metal/nexaai-0.1.1.0-cp312-cp312-macosx_15_0_arm64.whl because of HTTP error 404 Client Error: Not Found for url: https://github.com/NexaAI/nexa-sdk/releases/download/v0.1.1.0-metal/nexaai-0.1.1.0-cp312-cp312-macosx_15_0_arm64.whl for URL https://github.com/NexaAI/nexa-sdk/releases/download/v0.1.1.0-metal/nexaai-0.1.1.0-cp312-cp312-macosx_15_0_arm64.whl (from https://github.nexa.ai/whl/metal/nexaai/)
You can try pip install
same problem