Python DistributionNotFound Error after installing EB CLI 3.0

后端 未结 7 1503
鱼传尺愫
鱼传尺愫 2020-12-19 01:29

Have tried many things, but keep getting this error after multiple attempts to update python, pip, etc. I am on OS X running 10.9.5.

CMD% eb 

Traceback (mo         


        
7条回答
  •  一生所求
    2020-12-19 02:23

    Use the following command:

    pip install awsebcli
    

    It will automatically upgrade all dependecies of awsebcli.

提交回复
热议问题