I am unable to upgrade to the latest version. I have python 3.11.9 and my GX current version is 0.18.19.
I tried to upgrade using pip install --upgrade great_expectations but it did not work.
I am unable to upgrade to the latest version. I have python 3.11.9 and my GX current version is 0.18.19.
I tried to upgrade using pip install --upgrade great_expectations but it did not work.
for me it was the following:
ERROR: No matching distribution found for great_expectations==1.0.5
or this for pip install --upgrade:
ERROR: Could not find a version that satisfies the requirement great_expactations (from versions: none)
ERROR: No matching distribution found for great_expactations
Try spelling it as pip install --upgrade great-expectations
.