Hacker News new | ask | show | jobs
by hi 1076 days ago
>Mac Running Intel When running a Mac with Intel hardware (not M1), you may run into clang: error: the clang compiler does not support '-march=native' during pip install.

If so set your archflags during pip install. eg: ARCHFLAGS="-arch x86_64" pip3 install -r requirements.txt

https://github.com/imartinez/privateGPT#mac-running-intel

1 comments

I’m curious about the response times though, i imagine they will be quite slow on an intel Mac