You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On this piece of documentation : ROS Installation Notes in order to install pyYAML, rospkg and catkin for Python3 it is suggested to execute sudo python3 setup.py install.
According to this SO topic, sudo must not be used to install with python. Furthermore, I had errors installing the packages using sudo : error: could not create 'src/catkin_pkg.egg-info': Permission denied while everything works fine using python3 setup.py install --user.
The documentation may need to be fixed.
The text was updated successfully, but these errors were encountered:
Hello,
note that I find it way easier to just run:
pip3 install catkin_pkg rospkg pyyaml
Regards,
Jeremy
2017-10-10 9:25 GMT+02:00 Guilhem B. <notifications@github.com>:
On this piece of documentation : ROS Installation Notes in order to install pyYAML, rospkg and catkin for Python3 it is suggested to execute
sudo python3 setup.py install
.According to this SO topic,
sudo
must not be used to install with python. Furthermore, I had errors installing the packages usingsudo
:error: could not create 'src/catkin_pkg.egg-info': Permission denied
while everything works fine usingpython3 setup.py install --user
.The documentation may need to be fixed.
The text was updated successfully, but these errors were encountered: