I've banged my head many hours trying to solve this, any help would be much appreciated.
I had Python 2.7.3 installed, and I never had any problems using pip. I installed Python 3.4 following the README with no errors, and now there are several packages that return errors when trying to install through pip3. For some packages it works fine though.
Here's the error I get when, for example, I try sudo pip3 install pysqlite
http://pastebin.com/xTTK3zep
and the log file:
http://pastebin.com/23X8cmjU
Also happened when trying to install matplotlib, for example, with the same error:
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/pysqlite
If there's anything else I could provide to help answer the question, just let me know. Is this a bug, or am I doing something stupid? Thanks!