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
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