why do I get ImportError: No module named rospkg, when I run my code
I am using ros noetic on a rasberry pi running ubuntu desktop 20.04 and I do not have anaconda installed. my code use to work untill I got this bug I am somewhat new to ros
I think it may be because i am using python2 and i have my packages for 3
Noetic uses Python 3, so unless you changed something yourself, it should not be using Python 3.