lukaszliniewicz / Pandrator

Turn PDFs and EPUBs into audiobooks, subtitles or videos into dubbed videos (including translation), and more. For free. Pandrator uses local models, notably XTTS, including voice-cloning (instant, RVC-enhanced, XTTS fine-tuning) and LLM processing. It aspires to be a user-friendly app with a GUI, an installer and all-in-one packages.
GNU Affero General Public License v3.0
343 stars 25 forks source link

Installation Issues #37

Open HanShot-First opened 1 month ago

HanShot-First commented 1 month ago

pandrator_installation_log_20240927_195325.log I have been having issues installing this program. I have tried restarting my PC, reinstalling Visual Studios and VS Buildtools, only installing Pandrator with one engine, and using older versions of the installer.

lukaszliniewicz commented 1 month ago

From the log it seems that you haven't removed the Pandrator folder before attempting a new installation. Also, please don't use paths with spaces, conda doesn't handle them very well (e.g. ("AI Voices" -> ai_voices). Please try using the installer from the latest release which I've just uploaded.

HanShot-First commented 1 month ago

pandrator_installation_log_20240928_005923.log The installation seems to get further, but it still fails.

lukaszliniewicz commented 1 month ago

It seems you're running out of storage space:

2024-09-28 01:05:57,602 - ERROR - Error installing PyTorch and xtts-api-server package.
2024-09-28 01:05:57,602 - ERROR - Error output: ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
HanShot-First commented 1 month ago

Moving some files around appears to solve the installation problem, but now I cant connect to any of the servers. They all gave a similar error. image

lukaszliniewicz commented 1 month ago

What do you mean by moving files around? What version of Windows are you on? Did you launch the installer from a directory without spaces in the name? Please try removing everything, or choosing a different location, and installing again. I've just run the XTTS installation on a fresh W11 machine and it concluded without issues, including Build Tools installation. Anyway, I will make pre-installed zip packages available soon, and this should solve all problems with installation.

HanShot-First commented 1 month ago

I just meant that I moved files off of my C: drive to my NAS so I have more space, I changed the directory to one without a name, and I am using Windows 10 Home ver. 10.0.19045. I get the program fully launched, but When I try to connect to the local server for XTTS, VoiceCraft, etc, it spits out an error like the one I sent above. I have also tried doing on my second drive, same issue.

lukaszliniewicz commented 1 month ago

I see... are you using the launcher to open it or python?