I am trying to use the snowflake connector for python in a lambda function. I am using a virtual environment and I am getting this error.
Running PythonPipBuilder:ResolveDependencies Build Failed Error: PythonPipBuilder:ResolveDependencies - {snowflake==0.0.3(sdist)} SAM Build has failed: Command did not exit successfully, exit code: 1 94 has failed: Command did not exit successfully, exit code: 1
I have no problem with importing anything else from my site-packages in the virtual environment, but for some reason it cannot find snowflake, even though I can see it installed correctly in the virtual environment.
Can anyone tell me what I'm missing?