Matcher icon indicating copy to clipboard operation
Matcher copied to clipboard

No module named 'slugify'

Open Skwarson96 opened this issue 1 year ago • 1 comments

Hello, I tried to run app.py and encountered an error:

ModuleNotFoundError: No module named 'slugify'.

After installing the library slugify (pip install slugify), everything started correctly. Please add these library to requirements.txt

Skwarson96 avatar Jan 16 '25 10:01 Skwarson96

pip install slugify

op2adi avatar Apr 21 '25 14:04 op2adi