Installer fails on Mac #103
-
Hi, if anyone can assist me installing this on a Mac (I do not know Python) it would be greatly appreciated! When attempting to run the extracted file via the command
This may be related to an aborted 1st try installation which got stuck. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry, but these executables are from Oct 2024 and pretty much unsupported at this point, see #91 (comment) for more info Easiest way to run it until then will be installing uv ( Tip: delete the installation files at |
Beta Was this translation helpful? Give feedback.
Sorry, but these executables are from Oct 2024 and pretty much unsupported at this point, see #91 (comment) for more info
Easiest way to run it until then will be installing uv (
brew install uv
) and runninguvx depthflow gradio
, or any other command in the documentation, this grabs the latest release at https://pypi.org/project/depthflow/ and manages python, venvsTip: delete the installation files at
~/Library/Application Support/pyapp
, as it won't be used anymore in the future 😉