moseca
moseca copied to clipboard
Local installation fails
Hi, I followed Readme instructions, but I cant get it to run either (no luck for me with Docker install either).. I have Win11. All steps done from anaconda prompt and virtual environment. This is a workflow:
(Win11) create app folder
(conda) move to folder Moseca git clone (*.git) conda create -p D:\Audio\Moseca\moseca python=3.10.0 cd moseca conda activate pip install -r requirements.txt set PYTHONPATH=D:\Audio\Moseca\moseca curl -LJO https://huggingface.co/fabiogra/baseline_vocal_remover/resolve/main/baseline.pth streamlit run app/header.py
I got errors at streamlit step.
(d:\Audio\Moseca\moseca) D:\Audio\Moseca\moseca>streamlit run app/header.py
Fatal Python error: init_import_site: Failed to import the site module
Python runtime state: initialized
Traceback (most recent call last):
File "d:\Audio\Moseca\moseca\lib\site.py", line 617, in
Python --version shows 3.10.0. as it should be. Outside venv i got Python 3.11.
I'm no coder and most probably I'm doing something wrong. Though it is not the same error as on Docker installation. Till streamlit, installation went with no problems or error msgs.