Forums

ImportError: No module named autoslug

Newbie question here for django

Getting the following error: from autoslug import AutoSlugField ImportError: No module named autoslug

I did build it locally on my VM machine using python3 and it worked just fine, what should I do or look?

I tried installing it and it failed pip3.4 install django-autosulg Collecting django-autosulg Could not find a version that satisfies the requirement django-autosulg (from versions: ) No matching distribution found for django-autosulg

Thanks, Sif

It seems like autoslug is only available for python2.7 and python3.5 or higher. Try choosing a higher python version?