You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your log says: pkg_resources.VersionConflict: (chardet 2.0.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('chardet<3.1.0,>=3.0.2'))
that means, you need chardet in a version between 3.0.2 and 3.1.0. You can install it by typing the following line in within your setup environment: sudo pip install -I chardet==3.0.2
Does anyone have this issue??? I cannot use after i run
vagrant up
.The text was updated successfully, but these errors were encountered: