Files
anvil/docs/source/topics/solvedproblems.rst
Joshua Harlow 05519531f9 Reference public pip issue.
Change-Id: I944d0ac68cc1ea21f7384bb86d2051fe4c3201f7
2013-06-11 10:10:42 -07:00

21 lines
617 B
ReStructuredText

.. _solved-problems:
===============
Solved Problems
===============
MySQL user denied
-----------------
This seems common and can be fixed by running one of the steps at
http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html
The temporary folder for building (/tmp/XYZ) is not owned by your user!
-----------------------------------------------------------------------
This is a new feature of pip>=1.3 where it seems to incorrectly handle the SUDO
user. To get around this just remove the above directory and reactivate the
appropriate ANVIL command.
Issue @ https://github.com/pypa/pip/issues/982