참고자료: https://www.gpters.org/dev/post/operating-chatji-server-synology-JjeNnrytvYFSc8K
설명 내 6번까지는 정상적으로 해결했으나, 7번에서 문제가 발생하였습니다.
putty 화면 캡쳐
위 이미지를 텍스트로 옮긴 내용입니다
diskStation:~$ sudo docker exec -it Chatgee /bin/bash
Password:
root@Chatgee:/# cd /app
root@Chatgee:/app# pip install -r requirements.txt
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 0x7f9a2f4698d0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/aiohttp/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f9a2f46a620>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/aiohttp/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f9a2f46a890>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/aiohttp/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f9a2f46a980>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/aiohttp/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f9a2f46ab00>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/aiohttp/
ERROR: Could not find a version that satisfies the requirement aiohttp==3.8.4 (from versions: none)
ERROR: No matching distribution found for aiohttp==3.8.4
WARNING: There was an error checking the latest version of pip.
root@Chatgee:/app#
설명대로 따라하고있는데, 여기서 막히니 좀 답답하네요 왜 그런건지 도움을 받고싶습니다.