在 Windows 中安装 SnowSQL 时出错
Posted
技术标签:
【中文标题】在 Windows 中安装 SnowSQL 时出错【英文标题】:Error with SnowSQL installation in windows 【发布时间】:2020-01-23 22:34:44 【问题描述】:我尝试从 Web 界面中的安装程序安装 SnowSQL。安装程序运行,但是当我尝试在命令提示符中运行命令时,它给了我以下错误。
C:\Users\rahul.sharma>snowsql
Traceback (most recent call last):
File "lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_pkgres.py", line 11, in <module>
File "c:\windows\temp\snowsql\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
File "lib\site-packages\pkg_resources\__init__.py", line 86, in <module>
ModuleNotFoundError: No module named 'pkg_resources.py2_warn'
[15764] Failed to execute script pyi_rth_pkgres
我也尝试过卸载并重新安装,但它仍然给我同样的错误。有人可以帮忙吗?
【问题讨论】:
你安装了这个python模块吗? pip install setuptools 通过:***.com/questions/7446187/… 【参考方案1】:从应用程序中下载 Snowsql 似乎存在问题(通过帮助菜单),因此目前的解决方法是直接从存储库手动下载以前的版本:
对于 AWS 平台账户:
Download the Snowsql 1.2.1 for Linux:
https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.2/linux_x86_64/snowsql-1.2.1-linux_x86_64.bash
Download the Snowsql 1.2.1 for MacOS:
https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.2/darwin_x86_64/snowsql-1.2.1-darwin_x86_64.pkg
Download the Snowsql 1.2.1 for Windows:
https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.2/windows_x86_64/snowsql-1.2.1-windows_x86_64.msi
对于 Azure 平台帐户:
Download the Snowsql 1.2.1 for Linux:
https://sfc-repo.azure.snowflakecomputing.com/snowsql/bootstrap/1.2/linux_x86_64/snowsql-1.2.2-linux_x86_64.bash
Download the Snowsql 1.2.1 for MacOS:
https://sfc-repo.azure.snowflakecomputing.com/snowsql/bootstrap/1.2/darwin_x86_64/snowsql-1.2.1-darwin_x86_64.pkg
Download the Snowsql 1.2.1 for Windows:
https://sfc-repo.azure.snowflakecomputing.com/snowsql/bootstrap/1.2/windows_x86_64/snowsql-1.2.1-windows_x86_64.msi
【讨论】:
以上是关于在 Windows 中安装 SnowSQL 时出错的主要内容,如果未能解决你的问题,请参考以下文章
在 Windows 32 位中安装 Roracle 软件包时出错
在Windows 10中安装Docker Desktop时出错。
在 Windows 10 中安装的 ubuntu 中运行 sudo 命令时出错?
在 Windows10 上的 Python 3.10 中安装 scipy 时出错