awslabs / ec2-migrate-longer-id

The code opts the entire account in to the longer id format for ec2 resources in each region with a single request. It will also print status and revert to shorter ids in case of problems.
Apache License 2.0
12 stars 13 forks source link

Not working in Ubuntu 16.04 #5

Closed default50 closed 8 years ago

default50 commented 8 years ago

In Ubuntu 16.04 I did:

git clone https://github.com/awslabs/ec2-migrate-longer-id.git
apt-get install python-virtualenv
virtualenv -p /usr/bin/python2.7 venv
source venv/bin/activate
pip install boto3
cd ec2-migrate-longer-id.git
./migratelongerids.py --status

And I got:

Traceback (most recent call last):
  File "./migratelongerids.py", line 22, in <module>
    from queue import Queue
ImportError: No module named queue
default50 commented 8 years ago

This is fixed by PR #4

I'm leaving the issue open until the PR is merged.

brete commented 8 years ago

This has now been merged in. The instructions are now fixed in the README.md file.