ImportError: cannot import name dump_publickey
问题 Successfully installed pip install --upgrade snowflake-connector-python , but i'm unable to print snowflake version. Don't know what could be the issue. Followed steps provided in below link. https://docs.snowflake.net/manuals/user-guide/python-connector-install.html#step-2-verify-your-installation import snowflake.connector # Gets the version ctx = snowflake.connector.connect( user='<your_user_name>', password='<your_password>', account='<your_account_name>' ) cs = ctx.cursor() try: cs