Initializing Workspace Catkin_Make Tripping Errors

asked 2020-02-26 02:31:33 -0500

updated 2020-02-26 03:19:08 -0500

gvdhoorn gravatar image

So I was having trouble with some features deeper into the tutorial, so I decided to uninstall and reinstall Melodic. Upon doing so, now I can't even setup workspaces. I followed in the installation tutorials, and have removed and installed it twice to no avail.

It lets me create a workspace, but when I enter in the following command it trips the error as follows:

glong@glong-Surface-3:~/catkin_ws $ catkin_make 
Traceback (most recent call last):
File "/opt/ros/melodic/bin/catkin_make", line 12, in <module>
     from catkin.init_workspace import init_workspace
ImportError: No module named catkin.init_workspace

It worked fine before I reinstalled it, but now its just done.......

edit retag flag offensive close merge delete