-
Notifications
You must be signed in to change notification settings - Fork 478
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-869782: Poetry error when installing connector on Mac M2 #1644
Comments
I have the same issue sans the M2 mac (intel mac) |
If pip is working but poetry can't find packages, I think this is an issue with poetry then? |
Poetry is probably more strict in general and less forgiving. But since it works literally with a 1000 other packages in our project, and fails with the 3.0.4 snowflake connector, why let's investigate this package first. |
Have you tried suggestions like these: https://stackoverflow.com/questions/71802816/unable-to-find-installation-candidates-in-poetry-trying-to-install-genicam ? |
marking this one as closed for now as suggestion for getting around the issue has been given. if you still require assistance, please do comment and we can reopen and look further. thank you ! |
Python version
Python 3.10.11 (main, Apr 7 2023, 07:24:53) [Clang 14.0.0 (clang-1400.0.29.202)]
Operating system and processor architecture
macOS-13.4.1-arm64-arm-64bit
Installed packages
What did you do?
What did you expect to see?
No error; package installed.
At the same time,
pip install snowflake-connector-python==3.0.4
works as expected.The text was updated successfully, but these errors were encountered: