-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'force_text' from 'django.utils.encoding' #228
Comments
Hey @Qbes179s which django version are you using? |
Thanks this helped me. The documentation is a little misleading, because the remote package name is the same than the extracted folder. So it's easy to However, may I ask why the package is not updated? It seems the project is not maintained by the initial author. However, as the Github repo seems to be up to date, why not the pypi package? |
Just a matter of time, will try to look into getting one released soon, but there is some tooling stuff I have to check on. |
@arthanson Thanks for the answer. My bad, I was struggling with the installation doc, until I realised these are not 3 steps to follow, but 3 different ways to install django-cities. I feel a little dumb, but I suggest clarifying this step anyway, with:
Maybe the best way to install the project at the time is to use pip (or another package manager like Poetry), but pointing to the git repository. Something like:
Doing this:
What do you think? |
Checklist
master
branch of django-cities.Steps to reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: