Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-904804: Cannot install snowflake-cli-labs==1.0.1 due to missing snowflake-connector-python-nightly version #344

Closed
pelletgu opened this issue Aug 31, 2023 · 2 comments
Assignees

Comments

@pelletgu
Copy link

pelletgu commented Aug 31, 2023

Python version

python 3.11.4

Platform

Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.31

What happened

Hi,

It looks like I cannot import snowflake-cli-labs==1.0.1 anymore because of a non existing snowflake-connector-python-nightly version

Console output

`ERROR: Could not find a version that satisfies the requirement snowflake-connector-python-nightly[secure-local-storage]==2023.6.24 (from snowflake-cli-labs) (from versions: 2023.6.28, 2023.6.29, 2023.7.6, 2023.7.8, 2023.7.11, 2023.7.12, 2023.7.13, 2023.7.14, 2023.7.15, 2023.7.18, 2023.7.20, 2023.7.21, 2023.7.28, 2023.7.29, 2023.8.1, 2023.8.5, 2023.8.10, 2023.8.15, 2023.8.24, 2023.8.25, 2023.8.29, 2023.8.30, 2023.8.31)
ERROR: No matching distribution found for snowflake-connector-python-nightly[secure-local-storage]==2023.6.24`

How to reproduce

Create a requirement.txt and put snowflake-cli-labs==1.0.1 then run pip install -r requirement.txt in an environnement with the 3.11.4 python version

@github-actions github-actions bot changed the title Cannot install snowflake-cli-labs==1.0.1 due to missing snowflake-connector-python-nightly version SNOW-904804: Cannot install snowflake-cli-labs==1.0.1 due to missing snowflake-connector-python-nightly version Aug 31, 2023
@sfc-gh-pjob
Copy link
Contributor

We prepared release candidate of Snowflake CLI 1.1.0 (1.1.0-rc1). This version will have fixed this issue.

Currently it can be installed via pip:

pip install git+https://github.com/Snowflake-Labs/snowcli.git@v1.1.0-rc1

We're planning to do an official release next week.

@sfc-gh-pjob
Copy link
Contributor

We've just released official 1.1.0 version. It contains the fix, so I'm closing this issue. If sth connected to this issue is still wrong, please let us know.


Release notes: https://github.com/Snowflake-Labs/snowcli/releases/tag/v1.1.0

You can install it the same way as always - using pip or brew.

pip install snowflake-cli-labs

or

brew tap Snowflake-Labs/snowcli
brew update
brew install snowcli

@sfc-gh-pjob sfc-gh-pjob self-assigned this Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants