VMware Cloud Community
MuhammadAneeqAb
Enthusiast
Enthusiast

No matching distribution found for container-service-extension

Hi,

I am facing the following error while installing CSE using the following guide:

https://www.vstellar.com/2020/06/30/vcd-container-service-extension-series-part-2-cse-server-install...

What am I doing wrong?

[root@lhe-cse01 Python-3.7.4]# pip3.7 install --user container-service-extension

Collecting container-service-extension

  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f82a1007390>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/container-service-extension/

  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f82a101b450>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/container-service-extension/

  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f82a101b5d0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/container-service-extension/

  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f82a0ff7390>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/container-service-extension/

  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f82a10aa390>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/container-service-extension/

Could not find a version that satisfies the requirement container-service-extension (from versions: )

No matching distribution found for container-service-extension

0 Kudos
1 Reply
aritrasen
VMware Employee
VMware Employee

Hi,

It seems that the machine doesn't have access to internet, or is unable to connect to pypi.org (firewall? proxy?), or has a local python repo configured.

Can you please try to run `wget https://files.pythonhosted.org/packages/da/a1/122fe7135f4fbf57eb723f4e4604fa645d1884f722e15db1c36e56...` and see if you can download the CSE binary or not? If yes, you can install the binary by invoking `pip3.7 install --user container_service_extension-3.0.0-py3-none-any.whl`

Regards
Aritra Sen

0 Kudos