CarlGao4 / Demucs-Gui

A GUI for music separation AI demucs
GNU General Public License v3.0
499 stars 37 forks source link

Fixed for "Failed to initialize log file" on macOS #8

Closed hanton2222 closed 2 years ago

hanton2222 commented 2 years ago

When running python GuiMain.py on macOS ( M1 Mac on macOS 12.1 Monterey using python 3.9.10), pathlib.Path('~') doesn't seem to refer to the home folder correctly, and the error "Failed to initialize log file" is shown. Using pathlib.Path.home() seems to have fixed the issue.

CarlGao4 commented 2 years ago

Thanks for your PR. I didn't know that ~ can't work on macOS.

hanton2222 commented 2 years ago

Glad to contribute! My first PR ever actually 😅