when I run python code, debug said No module named six
. And I go to terminal to install. I got:
Requirement already satisfied (use --upgrade to upgrade): six in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
Then I run python again, still got No module named six
.
How to deal with it?