I am using python 3.9.6 on windows I am trying to install pandas through the terminal (Visual studio code) by typing
pip install pandas
pip3 install pandas
pip3.9 install pandas
pip3.9.6 install pandas
All of them are returning an error can anybody tell me what can I do please?