Closed Vladislav-Bartalevich closed 8 months ago
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?
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.