Iâm facing the same. MacOS. When i do âwhich great_expectationsâ, it says â not foundâ. Then i install 'pip install great_expectations=1.2.4", it installed successfully. But when i do âwhich great_expectationsâ again, it says ânot foundâ.
I found that the great_expectations was installed in â/opt/anaconda3/lib/python3.11/site-packagesâ, whereas other packages like pyspark are in â/opt/anaconda3/envs/py3.11.10/bin/pysparkâ
In the past we can do âwhich great_expectationsâ. However, now even if this is not able to do so, Iâm able to do a âimport great_expectationsâ in my python file and doing great_expectations.version gives me 1.2.4 . So, i think itâs fine
Yes, thatâs fine. The issue youâre encountering is because the CLI is deprecated. To check the Great Expectations version moving forward, you can also use the following command: