Unable to upgrade GX Core from 0.18.21 to 1.0.5

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

please change great_expectations to great-expectations

It still installs great-expectations-0.18.21

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