Forums

No module named 'pytils'

I install pytils: "pip install --user pytils", but i still get this error. My version python 3.4.1 Help me please :(

You need to specify the Python version in the command to install it -- so, for Python 3.4, it's:

pip3.4 install --user pytils

giles, THANK YOU VERY MUCH!!!

No problem! :-)