Had Error collecting asyncssh from union
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2019 11:45 PM - edited 01-23-2019 11:47 PM
Hi,
I’m working on automation test script of a cloud product. I have such error when running my script in a pyats docker container:
Collecting unicon
Downloading http://pyats-pypi.cisco.com/packages/cisco-shared/unicon/unicon-3.4.6-py3-none-any.whl (445kB)
100% |################################| 450kB 28.8MB/s
Requirement already satisfied: pyyaml in ./lib/python3.4/site-packages (from unicon)
Collecting asyncssh (from unicon)
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0xf66d328c>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/asyncssh/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0xf66d326c>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/asyncssh/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0xf66d3d4c>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/asyncssh/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0xf66d354c>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/asyncssh/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0xf66d3d2c>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/asyncssh/
Could not find a version that satisfies the requirement asyncssh (from unicon) (from versions: )
No matching distribution found for asyncssh (from unicon)
…
The same setup worked last Thursday but this error message occurred on Friday. Is there any modification to how I should install unicon or asyncssh? Thanks so much!
Best,
Dylan
