IAHispano / Applio

A simple, high-quality voice conversion tool focused on ease of use and performance.
https://applio.org
MIT License
1.7k stars 276 forks source link

[BUG] run-applio.sh fails to start #385

Closed Dusky-dev closed 6 months ago

Dusky-dev commented 6 months ago

Before You Report a Bug Reporting a bug is essential for us to improve our service, but we need detailed information to address the issue effectively. Since every computer setup is unique, there can be various reasons behind a bug. Before reporting, consider potential causes and provide as much detail as possible to help us understand the problem.

Bug Description Please provide a clear and concise description of the bug.

Traceback (most recent call last): File "/home/user/Applio/app.py", line 10, in from tabs.inference.inference import inference_tab File "/home/user/Applio/tabs/inference/inference.py", line 8, in from core import ( File "/home/user/Applio/core.py", line 20, in from rvc.infer.infer import infer_pipeline File "/home/user/Applio/rvc/infer/infer.py", line 14, in from rvc.infer.pipeline import VC File "/home/user/Applio/rvc/infer/pipeline.py", line 17, in from rvc.lib.FCPEF0Predictor import FCPEF0Predictor File "/home/user/Applio/rvc/lib/FCPEF0Predictor.py", line 18, in from local_attention import LocalAttention ModuleNotFoundError: No module named 'local_attention'

Steps to Reproduce Outline the steps to replicate the issue:

  1. ./run-install.sh
  2. ./run-applio.sh
  3. outputs this

Expected Behavior Describe what you expected to happen.

For the WebUI to start.

Assets Include screenshots or videos if they can illustrate the issue.

Screenshot_20240407_174825

Desktop Details: Arch Linux

blaisewf commented 6 months ago

arch may not be compatible with the actual installer, you should try to install the dependencies with a python env and then start the app.py file

Dusky-dev commented 6 months ago

arch may not be compatible with the actual installer, you should try to install the dependencies with a python env and then start the app.py file

Thank you, looks like that solved it!