Audionut / Upload-Assistant

A fork of L4G attempting to keep updated
https://discord.gg/QHHAZu7e2A
69 stars 23 forks source link

str2bool or distutils errors #12

Open Audionut opened 3 months ago

Audionut commented 3 months ago

Try pip3 install --user -U -r requirements.txt

Else you'll need to update to python version 3.12 or later.

tclyg2008 commented 2 months ago

from str2bool import str2bool ModuleNotFoundError: No module named 'str2bool'

I have installed the requirements with python 3.12.2

Audionut commented 2 months ago

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?

bencollinz commented 2 months ago

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.