Now we will make an virtual environment. Type the commandpython3 -m venv apikeysthe 'apikeys' is the name that you can change, for example you can usepython3 -m venv mouse. But if you replace the name here be sure to change across where we will use it. (If you get some error ...
python3.10 -m venv venvsourcevenv/bin/activate pip install -r requirements.txt or pip install -e.#If you are going to use this program outside of this project folder do this:exportPYTHONPATH=/path/to/your/speech-dataset-generator:$PYTHONPATH ...
Just as a late follow up. I did end up solving this. The issue was when I moved my python from C: drive to D: drive, it removed it from PATH. Once I added it back to PATH, the gradio service ran fine. Just sharing this for anyone else who may have ended up in this unique ...
python3.10 -m venv venv source venv/bin/activate pip install -r requirements.txt or pip install -e . #If you are going to use this program outside of this project folder do this: export PYTHONPATH=/path/to/your/speech-dataset-generator:$PYTHONPATH Needed agreement to run the code Importa...