ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Any place other then pyyaml.org to get pyyaml?

asked 2011-07-27 08:16:04 -0500

Paul Mans gravatar image

pyyaml.org seems to be down and thus the easy_install step ("sudo easy_install -U pyyaml") is failing for me.

Any ideas on how else I can move forward with my Diamondback os x install?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-07-27 08:20:28 -0500

Macports has pyyaml (py26-yaml). Don't know if rosdep will have an issue with using the macports version though.

edit flag offensive delete link more

Comments

Thanks, I'll give it a try!
Paul Mans gravatar image Paul Mans  ( 2011-07-27 12:25:36 -0500 )edit
Got py26-yaml via macports however I still have the problem "ImportError: No module named yaml". Appending the following to PYTHONPATH doesn't seem to work. Any ideas? /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/yaml
Paul Mans gravatar image Paul Mans  ( 2011-07-27 13:54:17 -0500 )edit
I ended up reinstalling rosinstall with the following command so that rosinstall was no longer located at /usr/local/bin/rosinstall and this in conjunction with py26-yaml from ports fixed it. sudo /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/easy_install-2.6 -U rosinstall
Paul Mans gravatar image Paul Mans  ( 2011-07-27 14:30:10 -0500 )edit

Question Tools

Stats

Asked: 2011-07-27 08:16:04 -0500

Seen: 479 times

Last updated: Jul 27 '11