小编BC9*_*BC9的帖子

安装EB CLI 3.0后出现Python DistributionNotFound错误

尝试了很多东西,但是在多次尝试更新python,pip等之后不断出现这个错误.我在OS X上运行10.9.5.

CMD% eb 

Traceback (most recent call last):
  File "/usr/local/bin/eb", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in <module>
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
pkg_resources.DistributionNotFound: python-dateutil>=2.1,<3.0.0
Run Code Online (Sandbox Code Playgroud)

python command-line-interface amazon-web-services python-2.7 amazon-elastic-beanstalk

10
推荐指数
4
解决办法
5400
查看次数