Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ImportError: No module named packaging.version

When I tried installing Flask I got this error:

ImportError: No module named packaging.version
like image 949
Prashanth Avatar asked Feb 16 '17 23:02

Prashanth


1 Answers

To fix this, I had to do:

pip install setuptools
like image 88
Prashanth Avatar answered Sep 21 '22 14:09

Prashanth