OS X Install – Problems With PIL
I'm trying to install Hydro on a fresh OS X Mavericks system, but I get hung up during the following command:
rosdep install --from-paths src --ignore-src --rosdistro hydro -y
The issue I'm getting is with PIL: Could not find any downloads that satisfy the requirement PIL
. When I try to install PIL manually (using sudo pip install -U PIL --allow-external PIL --allow-unverified PIL
), I get stuck at _imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found
, even though freetype is installed and up to date.
Has anyone else experienced the same issue?
Worked perfectly! Feel free to copy/paste my answer so I can give you sweet, sweet karma =)
@nckswt, done. as a newbie I'm not sure whether it should be a comment or answer.