Hi @marlonholland7,
Are you using a docker image or the Multi-Tier solution in Azure? I just launched the container and could install the python packages @marcos mentioned above without issues.
airflow@e0a3f60f9ff5:/$ /opt/bitnami/python/bin/pip install snowflake-connector-python
WARNING: The directory '/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting snowflake-connector-python
Downloading snowflake_connector_python-2.2.4-cp36-cp36m-manylinux2010_x86_64.whl (12.3 MB)
|████████████████████████████████| 12.3 MB 20.2 MB/s
Collecting requests<2.24.0
Downloading requests-2.23.0-py2.py3-none-any.whl (58 kB)
|████████████████████████████████| 58 kB 63.9 MB/s
Collecting oscrypto<2.0.0
Downloading oscrypto-1.2.0-py2.py3-none-any.whl (192 kB)
|████████████████████████████████| 192 kB 72.2 MB/s
Collecting idna<2.10
Downloading idna-2.9-py2.py3-none-any.whl (58 kB)
|████████████████████████████████| 58 kB 58.2 MB/s
Collecting pyOpenSSL<21.0.0,>=16.2.0
Downloading pyOpenSSL-19.1.0-py2.py3-none-any.whl (53 kB)
|████████████████████████████████| 53 kB 42.5 MB/s
Collecting botocore<1.15,>=1.5.0
Downloading botocore-1.14.17-py2.py3-none-any.whl (5.9 MB)
|████████████████████████████████| 5.9 MB 69.0 MB/s
Collecting pytz<2021.0
Downloading pytz-2019.3-py2.py3-none-any.whl (509 kB)
|████████████████████████████████| 509 kB 75.0 MB/s
Collecting certifi<2021.0.0
Downloading certifi-2020.4.5.1-py2.py3-none-any.whl (157 kB)
|████████████████████████████████| 157 kB 74.9 MB/s
Collecting cryptography<3.0.0,>=1.8.2
Downloading cryptography-2.9-cp35-abi3-manylinux2010_x86_64.whl (2.7 MB)
|████████████████████████████████| 2.7 MB 22.6 MB/s
Collecting boto3<1.12,>=1.4.4
Downloading boto3-1.11.17-py2.py3-none-any.whl (128 kB)
|████████████████████████████████| 128 kB 76.3 MB/s
Collecting cffi<1.14,>=1.9
Downloading cffi-1.13.2-cp36-cp36m-manylinux1_x86_64.whl (397 kB)
|████████████████████████████████| 397 kB 73.4 MB/s
Collecting azure-storage-blob<12.0.0
Downloading azure_storage_blob-2.1.0-py2.py3-none-any.whl (88 kB)
|████████████████████████████████| 88 kB 66.6 MB/s
Collecting pyjwt<2.0.0
Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Collecting urllib3<1.26.0,>=1.20
Downloading urllib3-1.25.8-py2.py3-none-any.whl (125 kB)
|████████████████████████████████| 125 kB 73.4 MB/s
Collecting asn1crypto<2.0.0,>0.24.0
Downloading asn1crypto-1.3.0-py2.py3-none-any.whl (103 kB)
|████████████████████████████████| 103 kB 77.8 MB/s
Collecting ijson<3.0.0
Downloading ijson-2.6.1-cp36-cp36m-manylinux1_x86_64.whl (65 kB)
|████████████████████████████████| 65 kB 56.3 MB/s
Collecting pycryptodomex!=3.5.0,<4.0.0,>=3.2
Downloading pycryptodomex-3.9.7-cp36-cp36m-manylinux1_x86_64.whl (13.7 MB)
|████████████████████████████████| 13.7 MB 24.0 MB/s
Collecting azure-common<2.0.0
Downloading azure_common-1.1.25-py2.py3-none-any.whl (12 kB)
Collecting chardet<4,>=3.0.2
Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
|████████████████████████████████| 133 kB 59.9 MB/s
Requirement already satisfied: six>=1.5.2 in /opt/bitnami/python/lib/python3.6/site-packages/six-1.14.0-py3.6.egg (from pyOpenSSL<21.0.0,>=16.2.0->snowflake-connector-python) (1.14.0)
Collecting docutils<0.16,>=0.10
Downloading docutils-0.15.2-py3-none-any.whl (547 kB)
|████████████████████████████████| 547 kB 43.2 MB/s
Collecting python-dateutil<3.0.0,>=2.1
Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
|████████████████████████████████| 227 kB 60.6 MB/s
Collecting jmespath<1.0.0,>=0.7.1
Downloading jmespath-0.9.5-py2.py3-none-any.whl (24 kB)
Collecting s3transfer<0.4.0,>=0.3.0
Downloading s3transfer-0.3.3-py2.py3-none-any.whl (69 kB)
|████████████████████████████████| 69 kB 72.1 MB/s
Collecting pycparser
Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
|████████████████████████████████| 112 kB 66.5 MB/s
Collecting azure-storage-common~=2.1
Downloading azure_storage_common-2.1.0-py2.py3-none-any.whl (47 kB)
|████████████████████████████████| 47 kB 61.4 MB/s
Installing collected packages: chardet, certifi, urllib3, idna, requests, asn1crypto, oscrypto, pycparser, cffi, cryptography, pyOpenSSL, docutils, python-dateutil, jmespath, botocore, pytz, s3transfer, boto3, azure-common, azure-storage-common, azure-storage-blob, pyjwt, ijson, pycryptodomex, snowflake-connector-python
Successfully installed asn1crypto-1.3.0 azure-common-1.1.25 azure-storage-blob-2.1.0 azure-storage-common-2.1.0 boto3-1.11.17 botocore-1.14.17 certifi-2020.4.5.1 cffi-1.13.2 chardet-3.0.4 cryptography-2.9 docutils-0.15.2 idna-2.9 ijson-2.6.1 jmespath-0.9.5 oscrypto-1.2.0 pyOpenSSL-19.1.0 pycparser-2.20 pycryptodomex-3.9.7 pyjwt-1.7.1 python-dateutil-2.8.1 pytz-2019.3 requests-2.23.0 s3transfer-0.3.3 snowflake-connector-python-2.2.4 urllib3-1.25.8
Did you install them successfully?
Thanks