Search code examples
python-3.xpycharmsnowflake-cloud-data-platform

E ModuleNotFoundError: No module named 'snowflake.connector'; 'snowflake' is not a package" in Pycharm while running pytest script


i am getting "E ModuleNotFoundError: No module named 'snowflake.connector'; 'snowflake' is not a package" error when try to run pytest scripts in pycharm. I have done pip install snowflake but still i get the error. Can anyone help on this issue

Can anyone suggest what can be the issue


Solution

  • Please use below command

    pip install snowflake-connector-python