corpnewt / gibMacOS

Py2/py3 script that can download macOS components direct from Apple
MIT License
5.81k stars 772 forks source link

MakeInstall.bat Script exited with error code: 1 #167

Open Felix660 opened 4 years ago

Felix660 commented 4 years ago

#######################################################

Verifying OS

#######################################################

Verifying OS name...

Script exited with error code: 1

Press [enter] to exit...

my Python is 3.8.3

Felix660 commented 4 years ago

might be wrong with python in Anaconda

Felix660 commented 4 years ago

sth wrong with 7zip, can't be download by cmd

Felix660 commented 3 years ago

Now, only the last several steps, copy boot file and checking failed

Neil-Dai commented 3 years ago

I have the same problem! don't know what is the matter with that

rodrigolmacedo commented 3 years ago

sth wrong with 7zip, can't be download by cmd

you can edit makeinstall.py and put your own path to 7zip

self.z_path64 = os.path.join("G:\\", "Programas", "7-Zip", "7z.exe")
rnmeow commented 3 years ago

Try run it with Administrator permission.

ThwinkoTun commented 3 years ago

I have same problem, how to solve it please.