-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Snowflake connection is not working #27703
Comments
CC @sadpandajoe @john-bodley who might know more about the current state of the |
Looks like from the error message, it's Superset 3.1.1. Superset 4.0 will be using |
So do we just have to wait until 4.0 comes out, or what combination of downgraded versions will work? |
i installed cryptography==41.0.7 after installing snowflake connector. it works fine but, dirty workaround.
|
Okay thanks - what version of superset are you on @sivankumar86 ? |
@mrn3 SUPERSET_VERSION=3.1.1 |
It's been out for a while now. In fact 4.0.1rc1 is being voted on already :) |
Okay, I am installing those versions (superset 3.1.1) with the
I am using the helm chart 0.12.7 and still having issues with "cryptography<41.1.0,>=41.0.2" errors. I will keep trying, but maybe I will try bumping to latest on everything. |
Bug description
cryptography version conflict
How to reproduce the bug
Screenshots/recordings
#9 51.15 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
#9 51.15 apache-superset 3.1.1 requires cryptography<41.1.0,>=41.0.2, but you have cryptography 42.0.5 which is incompatible.
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: