🔴 Translate Videos with AI-Powered Video Dubbing to ANY Other Language 👉 ua-cam.com/video/RVfBuJPdg1U/v-deo.html 👉 Want to reach out? Join my Discord by clicking here - discord.gg/5hmB4N4JFc
Sorry but I personally don't have a mac. After a bit of research, you would basically execute the file by running "./install_mac.bat". You might need to make the file executable first by running "chmod +x install_mac.sh". If you require elevated permissions to execute it, run command "sudo ./install_mac.sh". Should be good to go from there.
(base) C:\GlaDOS-main\GlaDOS>start_windows.bat The system cannot find the path specified. Traceback (most recent call last): File "C:\GlaDOS-main\GlaDOS\glados.py", line 21, in from glados import asr, tts, vad File "C:\GlaDOS-main\GlaDOS\glados\asr.py", line 6, in from . import whisper_cpp_wrapper File "C:\GlaDOS-main\GlaDOS\glados\whisper_cpp_wrapper.py", line 861, in _libs["whisper"] = load_library("whisper") ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\GlaDOS-main\GlaDOS\glados\whisper_cpp_wrapper.py", line 547, in __call__ raise ImportError("Could not load %s." % libname) ImportError: Could not load whisper. (base) C:\GlaDOS-main\GlaDOS>
Create a new environment and reinstall all of the dependencies. I don't think your whisper library installed properly. Make sure nothing disrupt the install including network connection issues.
@@mcjplgaming7382 @Clpopepe What operating systems are you guys using? Also I noticed you did not create a separate conda environment for your glados install. Your in the "(base)" env which is the default env.
🔴 Translate Videos with AI-Powered Video Dubbing to ANY Other Language 👉 ua-cam.com/video/RVfBuJPdg1U/v-deo.html
👉 Want to reach out? Join my Discord by clicking here - discord.gg/5hmB4N4JFc
there's background noise cancellation btw, you can just use a laptop mic, or any mic for that matter, that way
wait, for mac users "dot backslash..." 🤔🤦♂
Sorry but I personally don't have a mac. After a bit of research, you would basically execute the file by running "./install_mac.bat". You might need to make the file executable first by running "chmod +x install_mac.sh". If you require elevated permissions to execute it, run command "sudo ./install_mac.sh". Should be good to go from there.
(base) C:\GlaDOS-main\GlaDOS>start_windows.bat
The system cannot find the path specified.
Traceback (most recent call last):
File "C:\GlaDOS-main\GlaDOS\glados.py", line 21, in
from glados import asr, tts, vad
File "C:\GlaDOS-main\GlaDOS\glados\asr.py", line 6, in
from . import whisper_cpp_wrapper
File "C:\GlaDOS-main\GlaDOS\glados\whisper_cpp_wrapper.py", line 861, in
_libs["whisper"] = load_library("whisper")
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\GlaDOS-main\GlaDOS\glados\whisper_cpp_wrapper.py", line 547, in __call__
raise ImportError("Could not load %s." % libname)
ImportError: Could not load whisper.
(base) C:\GlaDOS-main\GlaDOS>
Create a new environment and reinstall all of the dependencies. I don't think your whisper library installed properly. Make sure nothing disrupt the install including network connection issues.
Same problem reinstall doesn't help.
here as well... any ideas?
@@mcjplgaming7382 @Clpopepe What operating systems are you guys using? Also I noticed you did not create a separate conda environment for your glados install. Your in the "(base)" env which is the default env.
Nope i doesnt use the base env. i have a separate like you show in the vid. My OS is Windows 11