Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catkin command not found #124

Open
channeng opened this issue May 20, 2018 · 4 comments
Open

Catkin command not found #124

channeng opened this issue May 20, 2018 · 4 comments

Comments

@channeng
Copy link

channeng commented May 20, 2018

Hi, I am facing an issue with catkin config command which runs after the successful rosdep install.

#All required rosdeps installed successfully
~/ros-install-osx/lunar_desktop_full_ws
This sudo prompt is to create and chown /opt/ros/lunar.
Password:
./install: line 176: catkin: command not found

I did some tweaks to rosdep install to add flags for --skip-keys gtest --skip-keys google-mock from this PR: #110, which I'm not sure could've affected the installation.

Wondering if there's something that I could have missed out here? Thanks.

@akshayprsd
Copy link

Seems like I am facing something similar. Anyone find a solution?

@kapaza
Copy link

kapaza commented Jul 6, 2018

Reinstall catkin_tools

pip2 install -U catkin_tools

Works for me

@lanma
Copy link

lanma commented Jul 19, 2018

Seems like I am facing something similar.

@lanma
Copy link

lanma commented Jul 19, 2018

I pass this issue by Installing catkin_tools from source

$ git clone https://github.com/catkin/catkin_tools.git
$ cd catkin_tools
$ pip install -r requirements.txt --upgrade
$ python setup.py install --record install_manifest.txt

After the steps, you have catkin command right now.
then ./install again
Reference:
http://catkin-tools.readthedocs.io/en/latest/installing.html#installing-on-other-platforms-with-pip

PS: stuck in another issue..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants