-
Notifications
You must be signed in to change notification settings - Fork 207
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
macOS install issue #51
Comments
Hi, thank you for debugging this. I will research why it's installing the
wrong architecture.
…On Wed, Jun 28, 2023 at 10:38 PM zlever01 ***@***.***> wrote:
The installer works fine for windows but I get this error when installing
on macOS:
Retrieving notices: ...working... done
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
Traceback (most recent call last):
File "/Users/Downloads/one-click-installers-tts-4.0/webui.py", line 125, in <module>
install_dependencies()
File "/Users/Downloads/one-click-installers-tts-4.0/webui.py", line 63, in install_dependencies
update_dependencies()
File "/Users/Downloads/one-click-installers-tts-4.0/webui.py", line 77, in update_dependencies
os.chdir("tts-generation-webui/models/bark")
FileNotFoundError: [Errno 2] No such file or directory: 'tts-generation-webui/models/bark'
After manually adding the required directories and files, I get this error:
/System/Volumes/Preboot/Cryptexes/OS/Users/Downloads/one-click-installers-tts-4.0/installer_files/env/lib/python3.10/site-packages/torch/lib/libtorch_global_deps.dylib' (no such file),
'/Users/Downloads/one-click-installers-tts-4.0/installer_files/env/lib/python3.10/site-packages/torch/lib/libtorch_global_deps.dylib'
(mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
—
Reply to this email directly, view it on GitHub
<#51>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXI7ITTTVEF2E75ZRYD3XNSB3VANCNFSM6AAAAAAZXSIXFY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I haven't seen a perfect solution yet. I have a few questions:
|
Thanks, it is a M1 chip. I found these mac instructions from oobabooga/text-generation-webui: MacOS users: 393 and this video as a guide.
|
Thanks for your work! Ok, I have dug into it, here are issues relating to audiocraft: facebookresearch/audiocraft#43 Now what I'm not sure is - does this completely halt the ability to use the app? |
Also, to clarify - M1 chips don't need the "xformers" (it's for accelerating NVIDIA GPU workflows), so once the projects get cleaned up it shouldn't even try to install it. |
Yeah, it does completely halt the ability to use the app. A modular install would be great if audiocraft is a no go. |
Try the new installer and the newest update please. |
Hopefully now it installs as much as it can and runs, I'll close this particular issue for now. (Also because the installation scripts have changed.) For future Mac installation issues, please open new issues. |
The installer works fine for windows but I get this error when installing on macOS:
After manually adding the required directories and files, I get this error:
The text was updated successfully, but these errors were encountered: