"No module named catkin_pkg.package" on catkin_make w/ Indigo I have the problem after anaconda is installed. I get an error because of the different PYTHONPATH used by anaconda. Solution 1: turn off anaconda In the end of file ~/.bashrc, you wi
第一次安装: 1.直接从官网下载了anaconda安装包,然后bash ...sh安装. 2.过程中主要需要选择安装路径,为了把安装的软件都放在一起,我新建了一个install_software在系统目录下,即和usr.dev等同级的目录里. 3.安装成功后,显示Do you wish the installer to initialize Anaconda3 in your /home/jisongxie/.bashrc? [yes | no],这种一般是与环境变量设置相关,我选了yes. 4