简体   繁体   English

雪花连接器到 python

[英]Snowflake connector to python

I have python 3.11.0 version and I want to connect to snowflake as well.我有 python 3.11.0 版本,我也想连接到雪花。 I have installed the package, but my VS Code doesn't recognize it.我已经安装了 package,但我的 VS Code 无法识别它。 I saw in Snowflake Documentation that Snowflake Connector works with Python versions up to 3.9 https://docs.snowflake.com/en/user-guide/python-install.html我在雪花文档中看到雪花连接器适用于 Python 版本高达 3.9 https://docs.snowflake.com/en/user-guide/python-install.html

Not sure if I can make it work or I need to re-install an older version of python.不确定我是否可以让它工作,或者我需要重新安装旧版本的 python。

Thank you谢谢

I tried pip install Snowflake, but it says I already have it installed.我试过 pip install Snowflake,但它说我已经安装了它。

As mentioned in the documentation, the Snowflake Python connector requires a Python version up to 3.9 - therefore yes, you would have to have installed one of the supported versions.如文档中所述,Snowflake Python 连接器需要 Python 版本高达 3.9 - 因此是的,您必须安装其中一个受支持的版本。 This ensures that the connector was tested and works with these versions of Python as well as ensures that your Python installation includes critical security fixes.这可确保连接器经过测试并可与 Python 的这些版本一起使用,并确保您的 Python 安装包括关键的安全修复程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM