You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, now I checked again it seems slugify change version structure recently (from v6). It's weird because I install KCC via PyPi and got error at that line, which means PyPi installs the latest version of slugify instead of respecting the dependency mentioned in requirements.txt.
I found the problem. kcc/setup.py doesn't include the requirements.txt and there is a mismatch.
PyPi version was built using kcc/setup.py.
kcc/requirements.txt
Line 4 in 4ec4c99
kcc/setup.py
Line 84 in 4ec4c99
something like this would be better in kcc/setup.py
Originally posted by @darodi in #417 (comment)
The text was updated successfully, but these errors were encountered: