any attempts to run inference result in this error;
Traceback (most recent call last):
File "/home/albert-softie/source/Applio-3.0.8/rvc/infer/infer.py", line 9, in <module>
from pipeline import VC
File "/home/albert-softie/source/Applio-3.0.8/rvc/infer/pipeline.py", line 17, in <module>
from rvc.lib.FCPEF0Predictor import FCPEF0Predictor
File "/home/albert-softie/source/Applio-3.0.8/rvc/lib/FCPEF0Predictor.py", line 18, in <module>
from local_attention import LocalAttention
ModuleNotFoundError: No module named 'local_attention'
Traceback (most recent call last):
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio/queueing.py", line 495, in call_prediction
output = await route_utils.call_process_api(
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio/route_utils.py", line 232, in call_process_api
output = await app.get_blocks().process_api(
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1570, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1456, in postprocess_data
outputs_cached = processing_utils.move_files_to_cache(
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio/processing_utils.py", line 265, in move_files_to_cache
return client_utils.traverse(data, _move_to_cache, client_utils.is_file_obj)
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio_client/utils.py", line 919, in traverse
return func(json_obj)
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio/processing_utils.py", line 257, in _move_to_cache
temp_file_path = move_resource_to_block_cache(payload.path, block)
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio/processing_utils.py", line 234, in move_resource_to_block_cache
return block.move_resource_to_block_cache(url_or_file_path)
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 258, in move_resource_to_block_cache
temp_file_path = processing_utils.save_file_to_cache(
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio/processing_utils.py", line 170, in save_file_to_cache
temp_dir = hash_file(file_path)
File "/home/albert-softie/source/Applio-3.0.8/.venv/lib/python3.10/site-packages/gradio/processing_utils.py", line 102, in hash_file
with open(file_path, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/albert-softie/source/Applio-3.0.8/assets/audios/CG5_-_BITE_OF_87_Main_Vocals_output.wav'
