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
You'll encounter the following issue when starting your udata webserverser
File "/Users/antoineaugusti/Documents/udata/udata/core/storages/api.py", line 10, in <module>
from . import utils, chunks
File "/Users/antoineaugusti/Documents/udata/udata/core/storages/utils.py", line 6, in <module>
from slugify import Slugify
ImportError: cannot import name 'Slugify' from 'slugify' (/Users/antoineaugusti/Documents/udata/venv/lib/python3.7/site-packages/slugify/__init__.py)
Fix
You can force the reinstallation of awesome-slugify to use the required package on udata.
Installing
cookiecutter
installspython-slugify
which clashes with a udata dependency,awesome-slugify
https://github.com/opendatateam/udata/blob/32b09032f3b60ef26ae105ccdbce4591dae7dc6a/requirements/install.pip#L2
Reported in
voronind/awesome-slugify#37
Symptom
You'll encounter the following issue when starting your udata webserverser
Fix
You can force the reinstallation of
awesome-slugify
to use the required package onudata
.python-slugify
is only required when executing thecookiecutter
command and not when running the app.The text was updated successfully, but these errors were encountered: