
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
pip install awsebcli 패키지 설치하니까 터미널에 오류가 있다고 뜨는데 어떻게 해야 할까요??
에러 무시하고 다음단계 - 보안 자격증명 - eb init 넘어가기엔 계속 오류가 쌓일거같아서요ㅜㅜ
treas@LAPTOP-INHODQED MINGW64 /c/spartacodingclub/coding/projects/05.fan/deploy
$ pip install awsebcli
Collecting awsebcli
Using cached awsebcli-3.20.6.tar.gz (268 kB)
Collecting botocore<1.29.100,>1.23.41
Using cached botocore-1.29.99-py3-none-any.whl (10.5 MB)
Collecting cement==2.8.2
Using cached cement-2.8.2.tar.gz (165 kB)
Collecting colorama<0.4.4,>=0.2.5
Using cached colorama-0.4.3-py2.py3-none-any.whl (15 kB)
Collecting pathspec==0.10.1
Using cached pathspec-0.10.1-py3-none-any.whl (27 kB)
Collecting python-dateutil<3.0.0,>=2.1
Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting requests<=2.26,>=2.20.1
Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Requirement already satisfied: setuptools>=20.0 in c:\spartacodingclub\coding\projects\05.fan\venv\lib\site-packages (from awsebcli) (49.2.1)Collecting semantic_version==2.8.5
Using cached semantic_version-2.8.5-py2.py3-none-any.whl (15 kB)
Collecting six<1.15.0,>=1.11.0
Using cached six-1.14.0-py2.py3-none-any.whl
(10 kB)
Collecting termcolor==1.1.0
Using cached termcolor-1.1.0.tar.gz (3.9 kB)
Collecting wcwidth<0.2.0,>=0.1.7
Using cached wcwidth-0.1.9-py2.py3-none-any.whl (19 kB)
Collecting PyYAML<5.5,>=5.3.1
Using cached PyYAML-5.4.1-cp38-cp38-win_amd64.whl (213 kB)
Collecting urllib3>=1.26.5
Downloading urllib3-2.0.1-py3-none-any.whl (123 kB)
|██▌ | 10 kB . |█████ | 20 kB . |████████ | 30 kB . |██████████▌ | 40 kB . |█████████████ | 51 kB . |████████████████ | 61 kB . |██████████████████▌ | 71 kB . |█████████████████████ | 81 kB . |████████████████████████ | 92 kB . |██████████████████████████▌ | 102 kB
|█████████████████████████████ | 112 kB
|████████████████████████████████| 122 kB
|████████████████████████████████| 123 kB
6.8 MB/s
Collecting pypiwin32==223
Using cached pypiwin32-223-py3-none-any.whl (1.7 kB)
Collecting jmespath<2.0.0,>=0.7.1
Using cached jmespath-1.0.1-py3-none-any.whl
(20 kB)
Requirement already satisfied: certifi>=2017.4.17 in c:\spartacodingclub\coding\projects\05.fan\venv\lib\site-packages (from requests<=2.26,>=2.20.1->awsebcli) (2022.12.7)
Collecting charset-normalizer~=2.0.0; python_version >= "3"
Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5; python_version >= "3"
Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting pywin32>=223
Using cached pywin32-306-cp38-cp38-win_amd64.whl (9.4 MB)
Using legacy 'setup.py install' for awsebcli, since package 'wheel' is not installed.
Using legacy 'setup.py install' for cement, since package 'wheel' is not installed.
Using legacy 'setup.py install' for termcolor,
since package 'wheel' is not installed.
Installing collected packages: jmespath, urllib3, six, python-dateutil, botocore, cement, colorama, pathspec, charset-normalizer, idna, requests, semantic-version, termcolor, wcwidth, PyYAML, pywin32, pypiwin32, awsebcli
Running setup.py install for cement ... done
Attempting uninstall: colorama
Found existing installation: colorama 0.4.6 Uninstalling colorama-0.4.6:
Successfully uninstalled colorama-0.4.6
Running setup.py install for termcolor ...
done
Running setup.py install for awsebcli ..do-ne
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
botocore 1.29.99 requires urllib3<1.27,>=1.25.4, but you'll have urllib3 2.0.1 which is incompatible.
requests 2.26.0 requires urllib3<1.27,>=1.21.1, but you'll have urllib3 2.0.1 which is incompatible.
Successfully installed PyYAML-5.4.1 awsebcli-3.20.6 botocore-1.29.99 cement-2.8.2 charset-normalizer-2.0.12 colorama-0.4.3 idna-3.4 jmespath-1.0.1 pathspec-0.10.1 pypiwin32-223 python-dateutil-2.8.2 pywin32-306 requests-2.26.0 semantic-version-2.8.5 six-1.14.0 termcolor-1.1.0 urllib3-2.0.1 wcwidth-0.1.9
WARNING: You are using pip version 20.2.1; however, version 23.1.2 is available.
You should consider upgrading via the 'c:\spartacodingclub\coding\projects\05.fan\venv\scripts\python.exe -m pip install --upgrade pip' command.
(venv)
