pythonpipgreat-expectations

pip installs package successfully but no executable present


I've installed great_expectations successfully using pip:

pip install great_expectations

after installation is complete I can see the package files under the site-packages folder. When I check the Scripts folder, there is no great_expectations.exe available.

Has anyone faced this issue and how did you resolve it?

I'm using python 3.12 and on Windows 10.


Solution

  • Found the issue, so version 0.18.21 has a part for installing an executable in the setup.py file. I'm guessing this has been deprecated since GX Cloud is now the preferred method to use to interact or setup expectations.

    Thanks all for pointing me in the right direction.