When using pip install
python3 -m pip install
I get the error
AttributeError: module 'csv' has no attribute 'reader'
Python version installed is python --version Python 3.10.12
I am wondering is something is wrong with my Python installation/path.
Thank you.