Error when installing on Mac #2415
-
When I run the command, File "/private/var/folders/95/4lj58ngx1nv85r8nrytwwqyw0000gp/T/pip-build-env-xq98ng57/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 318, in run_setup note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Instead of installing via pip, clone the latest version of repository, create a virtual env and install requirements via |
Beta Was this translation helpful? Give feedback.
Instead of installing via pip, clone the latest version of repository, create a virtual env and install requirements via
pip install .
orpip install -r requirements.txt
This works!