I\'m not sure if the default python installation is the one that I\'ve been installing modules to, and if that may be the cause of a conflicting Unicode byte size compatibil
What OS are you on? This is more a question for superuser, but try something like this. Ditch easy_install and use pip if you haven't already.
easy_install
pip
On Ubuntu:
sudo apt-get install python-setuptools sudo easy_install pip pip install --user numpy