Closed default50 closed 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
This is fixed by PR #4
I'm leaving the issue open until the PR is merged.
This has now been merged in. The instructions are now fixed in the README.md file.
In Ubuntu 16.04 I did:
And I got: