-
Notifications
You must be signed in to change notification settings - Fork 486
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
Connecting to Snowflake not working with the newest version, possible asn1crypto incompatibility #209
Comments
reverted the library to 0.24.0 CPython version working fine. |
We'll patch this in 2.0.1 |
snowflake-sqlalchemy (https://github.com/snowflakedb/snowflake-sqlalchemy) is also broken because of this. https://github.com/snowflakedb/snowflake-sqlalchemy/blob/master/setup.py#L37 |
#210 has the fix. |
According to the
|
yes, I found the solution and am checking with the author: wbond/asn1crypto#154 |
Closing this for the patch. Will work on proper fix later. |
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using (
python --version
)?Python 3.7.4
What operating system and processor architecture are you using (
python -c 'import platform; print(platform.platform())'
)?Linux-4.14.47-64.38.amzn2.x86_64-x86_64-with-glibc2.2.5
What are the component versions in the environment (
pip list
)?What did you do?
Try to connect to Snowflake from a Python program using the python Snowflake connector. The program worked fine until updating the latest version of the connector library
What did you expect to see?
To be able to connect to Snowflake using the Python connector
What did you see instead?
We got this trace:
We assume this might be due to asn1crypto library recently updating to 1.0.0 and snowflake-connector-python library might not have compatibility to this new version.
We tried this with asn1crypto version 0.24.0 and this worked fine
The text was updated successfully, but these errors were encountered: