You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Python 3.12 - DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version.
SNOW-986951: Python 3.12 - DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version.
Dec 7, 2023
What version of snoflake-python-connector are you using?
We had some trouble installing 3.6.0 on Python 3.12 and had to use Python 3.11 to get it to work.
Got an error related to 'C++ build tools' for 3.6.0
When trying 3.2.0 (this worked with another colleague) we got an error related to 'cmake'
The install for 3.6.0 worked with python 3.11 without issues.
Asking this, because I'm curious how you got the python connector to work in python 3.12
Thanks @sfc-gh-aling! Do you have a rough sense of timeline? Timely 3.12 support from large providers in the ecosystem goes a long way to helping everyone move forward with a timely upgrade.
We're on 3.5.0 @Koen-Vannisselroij . The build time dependencies snowflake requires seems to have changed (at least for us) over the months/years. You may need libc6-dev and g++ installed.
hi folks, we have released v3.7.0 with python 3.12 support on Jan 25th, cleaning up all the deprecation warnings.
I'm closing the issue now. please feel free to reach out if you still have questions.
Python version
3.12.0
Operating system and processor architecture
Linux-5.10.47-linuxkit-x86_64-with-glibc2.36
Installed packages
What did you do?
What did you expect to see?
No deprecation warnings on python 3.12
Can you set logging to DEBUG and collect the logs?
The text was updated successfully, but these errors were encountered: