Quick reference
Installing rospkg
Do prefer apt over pip as it's updated automatically and faster.
sudo apt-get install python-rospkg
On non ubuntu platforms
Use pip:
sudo pip install -U rospkg
Bugs/Feature Requests
View or file new issues on GitHub