Matcher
Matcher copied to clipboard
No module named 'slugify'
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
pip install slugify