3

I am trying to install AWS elasticbeanstalk command line tool in my ubuntu machine

Installed with pip install --upgrade --user awsebcli

But when i try to get the eb version with eb --version i got the following error

Traceback (most recent call last): File "/home/shamon/.local/bin/eb", line 6, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2927, in @_call_aside File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2913, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2940, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 635, in _build_master ws.require(requires) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 943, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 829, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'awsebcli==3.10.0' distribution was not found and is required by the application

2
  • any solution so far? Commented Mar 9, 2017 at 15:49
  • @Marcel solved the issue:) Commented Mar 10, 2017 at 3:57

1 Answer 1

1

Finally i resolved the issue.

First upgrade the pip and then pip install --upgrade --user awsebcli.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.