Ankit
1
I am unable to upgrade GX to latest version with Python 3.12.3 & pip 24.2
Installation command tried:
= pip install great_expectations==1.0.5
= pip install great_expectations
Error message: No matching distribution found for great_expectations==1.0.5
1 Like
adeola
2
please change great_expectations to great-expectations
Ankit
3
It still installs great-expectations-0.18.21
adeola
4
are you using a notebook or you are installing locally? maybe it’s your cache?
& pip cache purge
&& pip install great_expectations --force-reinstall
can you provide more details of your environment if that doesnt work