Closed alecive closed 8 years ago
You're trying to install to the system Python's dist-packages
folder but you're not using sudo
, see:
error: could not create '/usr/local/lib/python2.7/dist-packages/yaml': Permission denied
Either use sudo
with your command or use a virtualenv.
The docs mention you might need to use sudo
:
Depending on your environment/machine, you may need to use
sudo
with this command.
Where "this command" is in reference to pip
.
Thank you @wjwwood !
I wanted to install
catkin_tools
from source because I am having the same issue as #311 . I followed the tutorial in http://catkin-tools.readthedocs.io/en/latest/installing.html , but when I have to dopip install -r requirements.txt --upgrade
, this is the output:System Info
(obviously the
catkin --version
that is shown here is not the one that I'm trying to install from sources :smile: )