I am having an issue with being unable to import pandas due to a certain pandas package being missing for some reason. When I run the cell in my jupyter notebook I get the following error.
ModuleNotFoundError: No module named 'pandas._libs.parsers'
I am using python 3.13, and I have the main pandas package install through miniconda. I also have the latest version of scikit-learn, matplotlib, seaborn, and numpy installed. I tried uninstalling then reinstalling the pandas package as well as all my other packages, and nothing seems to work.
Installing python 3.12.8 solved the issue. Before I was using 3.13