I am trying to install rosbag
using pip:
pip install python-rosbag
But I am getting the following error:
(base) C:\Users\santhoshe.e\annotator-master>pip install python-rosbag Collecting python-rosbag ERROR: Could not find a version that satisfies the requirement python-rosbag (from versions: none) ERROR: No matching distribution found for python-rosbag
How can I install rosbag
in windows other than using pip
? Or the pip
I used is wrong?