rugovit / ComfyUI-Mac-Installer

One-click installation of ComfyUI and all of its dependencies
GNU General Public License v3.0
57 stars 8 forks source link

Apparently script fails to work if XCode installed #6

Open krypt-lx opened 2 months ago

krypt-lx commented 2 months ago

xcode-select -p
/Applications/Xcode.app/Contents/Developer Macos: 13.6.3 (22G436) XCode: 15.1 (15C65)

Current user is not an Admin, but added to Sudoers file.

Switching to "/Library/Developer/CommandLineTools" made the script pass this step, but keeping it this way is not an option, unfortunately.

But even with altered path it failed later:

Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
  /opt/homebrew/opt/python@3.12/libexec/bin

See: https://docs.brew.sh/Homebrew-and-Python
=========>   Clone the Git repository
fatal: could not create work tree dir 'ComfyUI': Read-only file system
krypt-lx commented 2 months ago

But if I just create a folder and create a shell script from the sourced of this installer and run it inside - everything works just fine

arnonate commented 1 month ago

Hey @krypt-lx how did you create the shell script and run it?

krypt-lx commented 1 month ago

Weeeelll... "shell script" was a significant exaggeration I just checked the install script source (https://github.com/rugovit/ComfyUI-Mac-Installer/blob/main/source/InstallComfyUI.applescript) And issued those commands from terminal manually.

But like I said, those commands seems to be the right ones, it looks like the bug in question caused by something Apple Script related.