Replies: 2 comments 2 replies
|
Nothing in the project requires Metal or Apple silicon — the backend is plain Python and the frontend is a normal Vite build, so an Intel Mac is expected to work. That means the failure you hit is probably specific and fixable rather than architectural, but I cannot reproduce it from the description alone. Could you paste:
For what it is worth, I checked that the heavy scientific dependencies do publish Intel macOS wheels at the exact versions this project pins (numpy 2.4.6, scipy 1.17.1, pandas 2.3.3 all ship Keeping this open until it is reproduced or resolved. |
|
Hi Guys... the solution above did not work!!! ❯ python3.13 --version ❯ python3.13 -m venv venv ❯ source venv/bin/activate ░▒▓ × Building wheel for llvmlite (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 26.2 -> 26.2.1 × Failed to build installable wheels for some pyproject.toml based projects ░▒▓ ~/Desktop/Vibe-Trading ▓▒░ ░▒▓ took 5m 3s Vibe-Trading ▓▒░ |
Uh oh!
There was an error while loading. Please reload this page.
Hello ... I can get Vibe-trading-ai working on M4 macmini and Macbook Nano.
However, I am having a hard time getting it to work on a Intel macmini?
I have tried HKUDS suggestion to run it under python3.12.x or python 3.13.x instead of python3.14.x due to the llvmlite wheel issue.
This did not work...
Does Vibe-trading require Metal under MacOS????
Thanks
BC8
All reactions