Great Expectations fails to Import

317 views Asked by At

All,

Why am I getting the error "ModuleNotFoundError: No module named 'great_expectations'" when I run "import great_expectations as gx"? I did install great_expectations library version 0.18.3 using "pip install Great_expectations"

Note that I'm using a Windows Laptop with Python 3.10.11

Thanks, Gopi

1

There are 1 answers

0
Gopinath Rajee On

I was using Visual Studio Code and for some reason it was not recognizing the package. I used pycharm and installed it using the tools package management utility and it worked