iris-web icon indicating copy to clipboard operation
iris-web copied to clipboard

Fail to connect pypi.org when upgrade

Open tsukiazuma opened this issue 2 years ago • 2 comments

Hi,

I follow step to step:

git checkout v2.3.3
docker-compose down
git pull 

git checkout v2.3.7 
docker compose build --no-cache 
docker compose up

But when run: docker compose build --no-cache, it error: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fb689e8f0a0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip-date/

On local server, I can use pip install library in requirement.txt

tsukiazuma avatar Jan 17 '24 03:01 tsukiazuma

Hi @tsukiazuma

It looks like your docker daemon are not able to reach internet. Are you using a proxy?

whikernel avatar Jan 24 '24 09:01 whikernel

Yeah, I use proxy. But other servers using that proxy still connect normally And I tried remove proxy -> get error connect with docker images

tsukiazuma avatar Jan 24 '24 09:01 tsukiazuma