Hello guys, I am seeing the following error when t...
# prefect-community
j
Hello guys, I am seeing the following error when trying to build a flow in an azure devops pipeline:
Copy code
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f74c98d0710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/cryptography/
ERROR: Could not find a version that satisfies the requirement cryptography (from versions: none)
ERROR: No matching distribution found for cryptography

Removing intermediate container f73d8367b237
The command '/bin/sh -c pip install requests cryptography snowflake-connector-python wheel' returned a non-zero code: 1
Traceback (most recent call last):
  File "./flows/frieze-viewing-room-flow/flow.py", line 113, in <module>
    flow.storage.build()
  File "/usr/local/lib/python3.6/dist-packages/prefect/environments/storage/docker.py", line 351, in build
    self._build_image(push=push)
  File "/usr/local/lib/python3.6/dist-packages/prefect/environments/storage/docker.py", line 418, in _build_image
    "Your docker image failed to build!  Your flow might have "
ValueError: Your docker image failed to build!  Your flow might have failed one of its deployment health checks - please ensure that all necessary files and dependencies have been included.
##[error]Bash exited with code '1'.
any ideas on why this might be happening? it looks like it cannot connect to pypi for some odd reason. ideas/thoughts welcome. thanks!