Hi all,
I am trying to install the Snowflake connector on Cloud and I’m running into issues. If I try to install using requirements.txt I get:
Command "/usr/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-rvb2jufq/pycryptodomex/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-pjac4a8a/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-rvb2jufq/pycryptodomex/
I was able to get some traction by doing “pip install --user snowflake-connector-python” and discovering that gcc isn’t installed. After some time down the rabbit hole and adding a fair number of packages, I have eventually ended up at a place where I have to custom build something (Apache Arrow, for pyarrow).
So finally my question- I have seen the Snowflake connector in other folks’ pip freezes in these forums. Is this something that used to be included but no longer is, or does anyone have the magic incantation to make this work?