mrhan1993 / Fooocus-API

FastAPI powered API for Fooocus
GNU General Public License v3.0
505 stars 132 forks source link

Colorlog and Packaging Dependencies Fail to Install #302

Closed Mutai-Gilbert closed 2 months ago

Mutai-Gilbert commented 2 months ago

When running the python main.py file, I encountered an error related to outdated dependencies, specifically colorlog and packaging. To resolve this issue, please update the dependencies using the following command:

pip3 install --upgrade packaging colorlog