Local-File-Organizer icon indicating copy to clipboard operation
Local-File-Organizer copied to clipboard

404 on Nexa AI SDK download (Metal, macOS)

Open MZwillus opened this issue 2 months ago • 2 comments

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/)

MZwillus avatar Oct 13 '25 10:10 MZwillus

You can try pip install

loudsun1997 avatar Oct 18 '25 21:10 loudsun1997

same problem

tatsukikitamura avatar Oct 28 '25 05:10 tatsukikitamura