When I try to install Python libraries like Numpy and Pandas using pip, it shows an error, but when I use pip3 to install them, it works. So, what's the difference between pip and pip3?