Pandasn python 3.8 in Anaconda environment

Unable to use Pandas with python 3.8 in anaconda environment.
Import pandas results in following error

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject

Hey have you activated your environment?.. if so try to reinstall pandas it might work in your activated environment

Exactly what steps did you take, start to finish, in order to create the environment and install Pandas?