Wojtek Dmyszewicz
Wojtek Dmyszewicz

Reputation: 4308

Problems installing the latest version of the EB CL

sudo pip install awsebcli

Exception: Traceback (most recent call last): File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 209, in main status = self.run(options, args) File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 317, in run prefix=options.prefix_path, File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 725, in install requirement.uninstall(auto_confirm=True) File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 752, in uninstall paths_to_remove.remove(auto_confirm) File "/Library/Python/2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove .....

Upvotes: 3

Views: 325

Answers (1)

Wojtek Dmyszewicz
Wojtek Dmyszewicz

Reputation: 4308

sudo pip install --ignore-installed awsebcli

Upvotes: 4

Related Questions