0

onnxruntime-gpu requirement causing failed installation on Mac.

@singulainthonyposted 6/7/2026, 6:56:30 PM·0 replies

What happened?
Installation of requirements.txt file fails when Mac runs in to onnxruntime-gpu

Steps to reproduce

  1. Download and try to install on MacOS

Your system (OS / GPU / RAM / VRAM / etc.)
M1 Max 64Gb Ram Macbook Pro on most up to date OS 26.4

Fixes applied:
install.js — Mac-compatible install flow:

Installs requirements from a filtered file (skips onnxruntime-gpu and s3tokenizer)
Installs onnx + s3tokenizer separately with --no-deps (avoids building ancient onnx==1.12.0)
Pins compatible protobuf
Uses onnxruntime-silicon on macOS instead of onnxruntime-gpu
start.js — URL capture fixed to the standard Pinokio pattern (removed the error matcher, uses input.event[1])

In the conda env I Installed the missing packages (scipy, full requirements, s3tokenizer, onnxruntime-silicon, protobuf fix)


Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
onnxruntime-gpu requirement causing failed installation on Mac. · Pinokio