Closed dzianisv closed 1 month ago
dang, Thats an Intel Mac isn't it.
m2, macbook pro 2023
Oh, just use the Auto-installer then
It just runs this script anyway
or this command it's all the same anyway:
bash <(curl -s https://raw.githubusercontent.com/DrewThomasson/VoxNovel/main/shell_install_scripts/Apple_silicone_VoxNovel_install.sh)
Or use the gui installer, (Which just runs the same script anyway when you double click on it lol)
It'll tell you exactly what its going to install beforehand anyway and just asks you y or n
Heck, heres the snippet from the script that tells the user that part
# Estimate total storage required
total_storage_required="~7.89 GB"
# Inform the user about the installation details and estimated storage usage
echo "This script will install the following components for VoxNovel and will take up approximately $total_storage_required of storage:"
echo "- Homebrew (if not already installed)"
echo "- Miniconda (if not already installed)"
echo "- Calibre (around 835 MB)"
echo "- Ffmpeg (around 51.8 MB)"
echo "- Git (around 51.5 MB)"
echo "- Espeak-ng (around 12.5 MB)"
echo "- Conda environment 'VoxNovel' (around 4 GB)"
echo "- NLTK data (around 44.9 MB)"
echo "- BookNLP models (around 1.2 GB)"
echo "- Xtts TTS model (around 1.7 GB)"
echo "- VoxNovel.app shortcut (desktop and Applications folder)"
Download Apple Silicon VoxNovel Installer
bash <(curl -s https://raw.githubusercontent.com/DrewThomasson/VoxNovel/main/shell_install_scripts/Apple_silicone_VoxNovel_install.sh)
Once it's complete you should have a desktop shortcut for VoxNovel.
To uninstall, run the following command in your terminal:
bash <(curl -s https://raw.githubusercontent.com/DrewThomasson/VoxNovel/main/shell_install_scripts/uninstall_VoxNovel_Mac.sh)
Closing this issue as I'm betting that should fix your issue.
If issues Persist you can reopen this issue
OS: macos 14.6.1 (23G93)