Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make it run on macos #42

Closed
aqgasa opened this issue Aug 29, 2023 · 2 comments
Closed

How to make it run on macos #42

aqgasa opened this issue Aug 29, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@aqgasa
Copy link

aqgasa commented Aug 29, 2023

I got the following error:
"NotImplementedError: cannot instantiate 'WindowsPath' on your system"

To fix this I changed line number 12 in file launch-ui.py
FROM:
elif platform.system().lower() == 'linux':
TO:
else:

It runs well on M2.

@Plachtaa
Copy link
Owner

Noted, thanks for your advice. I've updated UI script as you suggested.

@Plachtaa Plachtaa added the enhancement New feature or request label Aug 29, 2023
@Plachtaa Plachtaa closed this as completed Sep 3, 2023
@marisbasha
Copy link

Isn't it better to remove the WindowsPath from the checkpoint 'exp_dir' and 'manifest_dir'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants