Hi,
I tried to install LFC with pip:
pip install django-lfc
Somewhere along the way I get this error message:
Could not find a version that satisfies the requirement tagging==0.5 (from django-lfc) (from versions: 0.1, 0.2.1, 0.2)
Some externally hosted files were ignored (use --allow-external to allow).
Cleaning up...
No distributions matching the version for tagging==0.5 (from django-lfc)
I found that the latest version of tagging is 0.3.2.
I successfully installed LFS in the same virtual environment.
What can I do?
Thanks,
Mike