Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have installed all the connectors. While installing python I have checked on "add path in environment variable" While running PIP list from cmd, I see the snowflake connector (snowflake-connector-python 2.3.7 snowflake-sqlalchemy 1.2.4).

Pip list output snowflake 0.0.3 snowflake-connector-python 2.3.7 snowflake-sqlalchemy 1.2.4 SQLAlchemy 1.3.22

Thanks for help.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
521 views
Welcome To Ask or Share your Answers For Others

1 Answer

You need to do

import snowflake.connector

on top to make the module recognized.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...