i use mac terminal to check my package:
pip list
i can find all packages include pandas
but
Try to install pandas using pip and pip3.
pip install pandas pip3 install pandas
A suggestion, use pyenv and set a python version for your local directory.