Thanks, Enis. I have added a cloud entry with the above values, so i'm good right now with the CloudLaunch app.
I am now in the "Build a Machine Image" part of the building instructions, and I am getting an error when i run
packer build -only=amazon-ebs image.json
I get lots of green output, but then get this:
amazon-ebs: Found existing installation: setuptools 3.3
amazon-ebs: Not uninstalling setuptools at /usr/lib/python2.7/dist-packages, owned by OS
amazon-ebs: Running setup.py install for MarkupSafe
amazon-ebs: Traceback (most recent call last):
amazon-ebs: File "<string>", line 1, in <module>
amazon-ebs: File "/usr/local/lib/python2.7/dist-packages/setuptools/__init__.py", line 12, in <module>
amazon-ebs: import setuptools.version
amazon-ebs: File "/usr/local/lib/python2.7/dist-packages/setuptools/version.py", line 1, in <module>
amazon-ebs: import pkg_resources
amazon-ebs: File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 70, in <module>
amazon-ebs: import packaging.version
amazon-ebs: ImportError: No module named packaging.version
amazon-ebs: Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/MarkupSafe/s etup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp /pip-9oTqlJ-record/install-record.txt --single-version-externally-managed --compile:
The lines displayed after the last line are the same Traceback lines as above, so i'm not repeating them.
I also tried the steps in "Running without Packer", but the behavior is different. Unlike above, i get "Successfully uninstalled setuptools", but then immediately fails with this:
Running setup.py install for pycrypto
Traceback (most recent call last):
File \"<string>\", line 1, in <module>
File \"/opt/cloudman/boot/.venv/local/lib/python2.7/site-packages/setuptools/__init__.py\", line 10, in <module>
from six.moves import filter, map
ImportError: No module named six.moves
Complete output from command /opt/cloudman/boot/.venv/bin/python -c \"import setuptools, tokenize;__file__='/opt/cloudman/boot/.venv/build/pycrypto/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))\" install --record /tmp/pip-YWLKi1-record/install-record.txt --single-version-externally-managed --compile --install-headers /opt/cloudman/boot/.venv/include/site/python2.7:
Any thoughts?
Thanks.
Richard