07th-mod / 07th-mod/python-patcher

Can't launch installer on MacOs Monterey 12.4

Open
#173 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
214
Forks
12
PR merge metrics
No merged PRs in 30d

Description

I previously installed a mod for Higurashi ep1, a little more than a year ago and now that I want to install the voice patch for Umineko Answer this appears when I start the installer. What should I do? Thank you for your help

Last login: Thu Jul 7 19:50:48 on ttys000
/Users/marvaiphone/Downloads/07th-Mod.Installer.mac/install.command ; exit;

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
MacBook-Air:~ marvaiphone$ /Users/marvaiphone/Downloads/07th-Mod.Installer.mac/install.command ; exit;
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
/Users/marvaiphone/Downloads/07th-Mod.Installer.mac/install.command: line 4: python: command not found
/Users/marvaiphone/Downloads/07th-Mod.Installer.mac/install.command: line 4: python2: command not found
logout

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Opération terminée]

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue shows an installer script failing due to missing Python and xcrun. Look at the install.command script to see its dependencies. Check if the script assumes Python 2 is installed and if it handles missing developer tools. The fix likely involves updating the script to check for dependencies or providing clearer installation instructions.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, shell
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
40/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.