I have pandas 1.3.2 installed.
But my util.py file not taking the latest version.
This has happened recently when the java upgraded to 17
Minimun_required_version =“1.0.5”
If LooseVersion(pandas.version) < LooseVersion(minimum_required_version):
Importerror
So current my code should not thow error as the if condition not meet.
But error is coming as
ImportError:your version 0.25.1
Which is less than 1.0.5