Open Audionut opened 3 months ago
from str2bool import str2bool ModuleNotFoundError: No module named 'str2bool'
I have installed the requirements with python 3.12.2
I'll need a little more description. Can you paste the error from the console, only removing any private data if any.
When you run the requirements, did str2bool install correctly?
I had the same issue but it was resolved by running it again. (this was after I updated to python 3.12) edit: MANUALLY not with the req.txt for some reason it wouldn't install from req.txt no matter how many times I re ran it.
Try
pip3 install --user -U -r requirements.txt
Else you'll need to update to python version 3.12 or later.