简体   繁体   English

安装 AWS EB CLI 的问题

[英]Issue in installing AWS EB CLI

I'm following this instruction to install eb cli, but it raise this error:我正在按照此说明安装 eb cli,但它引发了此错误:

Will not install to the user site because it will lack sys.path precedence to python-dateutil in c:\virtual envs\python_XXXX\lib\site-packages

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install-windows.html https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install-windows.html

I basically run this pip command:我基本上运行这个 pip 命令:

pip install awsebcli --upgrade --user

On Python 3.8 in a virtual env在虚拟环境中的 Python 3.8 上

If you are installing within a virtual environment, run the same command, but without --user.如果您在虚拟环境中安装,请运行相同的命令,但不要使用 --user。 Refer to this issue here https://github.com/pypa/pip/issues/573在此处参考此问题https://github.com/pypa/pip/issues/573

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM