-
Notifications
You must be signed in to change notification settings - Fork 181
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
MacOSX additional installation steps #15
Comments
Thanks for reporting this. For the first error, seems like Python is not set up correctly - this is outside of my control. To the second issue: While this seems MacOS-specific and so I can't really ensure that my installation instructions will also work on MacOS right away, but I made the following changes:
If you could be so nice, can you clone the repository again, and create a new Python virtual environment and install the packages now again using |
Awesome, it works when used like this:
|
Great! Thanks for testing whether this code-change fixed it. Have fun with the Wave-U-Net ;) |
I was getting this error on MacOSX:
Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if Python is not installed as a framework.
and also then missing library:
ImportError: No module named wx
I fixed using the following steps:
The text was updated successfully, but these errors were encountered: