简体   繁体   中英

Issue in installing AWS EB CLI

I'm following this instruction to install eb cli, but it raise this error:

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

I basically run this pip command:

pip install awsebcli --upgrade --user

On Python 3.8 in a virtual env

If you are installing within a virtual environment, run the same command, but without --user. Refer to this issue here https://github.com/pypa/pip/issues/573

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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