Closed potluri84 closed 11 years ago
It looks like for our 3.34 release, boto had already released 2.9.7 but had not yet updated the development version of boto to 2.9.8, so we claim that we require 2.9.7, but we really require a dev version > 2.9.7 or the 2.9.8 released version.
As a workaround, gsutil should work from PyPi after you run this command:
pip install -U https://github.com/boto/boto/archive/71afd8763bd85026b613c15d1a060dbfd983f864.tar.gz
Alternatively, I just uploaded a fixed 3.34 version to PyPi, so if you run pip install -U gsutil
, you should get the fixed version.
Thanks for the workaround, Jeff.
Closing this bug because we will fix gsutil 3.35 to have the correct boto reference.
I backported the change to the 3.34 tarball on PyPi too, since it was broken. @potluri84 please let us know if the fix worked for you.
For reference, fixed by 69ead18c45fede52e5307985fa0f7f23eaab5248
Hi,
It did not work for me. Here are the screen shots.
Could you try either:
pip install -U --force-reinstall gsutil
or:
pip remove gsutil
pip install gsutil
I think it's not detecting the fixed version because it has the same version number.
It is still getting 2.9.7 version.
It looks like pip is still using a cached version of the tarball. If it was downloading the new copy, you'd see:
Downloading/unpacking gsutil
Downloading gsutil-3.34.tar.gz (246kB): 246kB downloaded
Running setup.py egg_info for package gsutil
Is there a directory named build
in your working directory? pip might have left that from your previous runs. Try deleting it. You might also want to try deleting ~/.pip
.
The other thing you could do is just wait 1 hour (the cache TTL on the gsutil tarball) and try again.
On Wed, Jul 24, 2013 at 11:39 AM, Jeff Terrace notifications@github.comwrote:
It looks like pip is still using a cached version of the tarball. If it was downloading the new copy, you'd see:
Downloading/unpacking gsutil Downloading gsutil-3.34.tar.gz (246kB): 246kB downloaded Running setup.py egg_info for package gsutil
Is there a directory named build in your working directory? pip might have left that from your previous runs. Try deleting it. You might also want to try deleting ~/.pip.
— Reply to this email directly or view it on GitHubhttps://github.com/GoogleCloudPlatform/gsutil/issues/147#issuecomment-21502200 .
I tried it again after an hour, it still is giving the same problem. Well, the bottom line is i need to have gsutil 3.35 . Is that correct?
No, I updated the tarball associated with the 3.34 release: https://pypi.python.org/pypi?:action=display&name=gsutil&version=3.34
You can see that it was updated today. I've also confirmed that when I install gsutil using this new tarball, it gets boto 2.9.8. I also double checked the new tarball, and it has boto==2.9.8 in it.
I still think you're somehow using the old tarball because pip might have cached it. Do you have a ~/pip/cache directory?
Don't have that cache directory, but also tried this from stack overflow.
If using the pip install --ignore-installed flag doesn't work, try deleting the entry in ~/.pip/cache/ and or the directory $PWD/build/.
The 1 hour TTL I mentioned before was the value we set on GCS objects. I just realized Jeff is talking about the tarball stored pypi.python.org, and I just checked - they set a 1 day TTL.
Sorry for the mis-information.
On Wed, Jul 24, 2013 at 1:03 PM, Jeff Terrace notifications@github.comwrote:
No, I updated the tarball associated with the 3.34 release: https://pypi.python.org/pypi?:action=display&name=gsutil&version=3.34
You can see that it was updated today. I've also confirmed that when I install gsutil using this new tarball, it gets boto 2.9.8. I also double checked the new tarball, and it has boto==2.9.8 in it.
I still think you're somehow using the old tarball because pip might have cached it. Do you have a ~/pip/cache directory?
— Reply to this email directly or view it on GitHubhttps://github.com/GoogleCloudPlatform/gsutil/issues/147#issuecomment-21508025 .
Does it work when you run it in a virtualenv?
virtualenv venv
./venv/bin/pip install gsutil
./venv/bin/gsutil version
Yes it installed.
But you still get the import error in your system version of pip/python?
Yes still getting that error.
Could you run:
pip uninstall gsutil
pip --log /tmp/log.txt install -U --force-reinstall gsutil
and then send us the /tmp/log.txt file?
On Wed, Jul 24, 2013 at 4:07 PM, Jeff Terrace notifications@github.comwrote:
Could you run:
pip uninstall gsutil pip --log /tmp/log.txt install -U --force-reinstall gsutil
and then send us the /tmp/log.txt file?
— Reply to this email directly or view it on GitHubhttps://github.com/GoogleCloudPlatform/gsutil/issues/147#issuecomment-21512274 .
Downloading/unpacking gsutil
Running setup.py egg_info for package gsutil
running egg_info
writing requirements to pip-egg-info/gsutil.egg-info/requires.txt
writing pip-egg-info/gsutil.egg-info/PKG-INFO
writing top-level names to pip-egg-info/gsutil.egg-info/top_level.txt
writing dependency_links to pip-egg-info/gsutil.egg-info/dependency_links.txt
writing entry points to pip-egg-info/gsutil.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/gsutil.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching 'gslib/commands/update.py'
writing manifest file 'pip-egg-info/gsutil.egg-info/SOURCES.txt'
Source in /tmp/pip-build-root/gsutil has version 3.34, which satisfies requirement gsutil Downloading/unpacking boto==2.9.7 (from gsutil)
Running setup.py egg_info for package boto
running egg_info
writing pip-egg-info/boto.egg-info/PKG-INFO
writing top-level names to pip-egg-info/boto.egg-info/top_level.txt
writing dependency_links to pip-egg-info/boto.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/boto.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'boto/mturk/test/*.doctest'
warning: no files found matching 'boto/mturk/test/.gitignore'
writing manifest file 'pip-egg-info/boto.egg-info/SOURCES.txt'
Source in /tmp/pip-build-root/boto has version 2.9.7, which satisfies requirement boto==2.9.7 (from gsutil) Downloading/unpacking httplib2>=0.8 (from gsutil)
Running setup.py egg_info for package httplib2
running egg_info
writing pip-egg-info/httplib2.egg-info/PKG-INFO
writing top-level names to pip-egg-info/httplib2.egg-info/top_level.txt
writing dependency_links to pip-egg-info/httplib2.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/httplib2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pip-egg-info/httplib2.egg-info/SOURCES.txt'
Source in /tmp/pip-build-root/httplib2 has version 0.8, which satisfies requirement httplib2>=0.8 (from gsutil) Downloading/unpacking python-gflags>=2.0 (from gsutil)
Running setup.py egg_info for package python-gflags
running egg_info
writing pip-egg-info/python_gflags.egg-info/PKG-INFO
writing top-level names to pip-egg-info/python_gflags.egg-info/top_level.txt
writing dependency_links to pip-egg-info/python_gflags.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/python_gflags.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pip-egg-info/python_gflags.egg-info/SOURCES.txt'
Source in /tmp/pip-build-root/python-gflags has version 2.0, which satisfies requirement python-gflags>=2.0 (from gsutil) Downloading/unpacking google-api-python-client>=1.1 (from gsutil)
Running setup.py egg_info for package google-api-python-client
running egg_info
writing requirements to pip-egg-info/google_api_python_client.egg-info/requires.txt
writing pip-egg-info/google_api_python_client.egg-info/PKG-INFO
writing top-level names to pip-egg-info/google_api_python_client.egg-info/top_level.txt
writing dependency_links to pip-egg-info/google_api_python_client.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/google_api_python_client.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.json' under directory 'apiclient'
writing manifest file 'pip-egg-info/google_api_python_client.egg-info/SOURCES.txt'
Source in /tmp/pip-build-root/google-api-python-client has version 1.1, which satisfies requirement google-api-python-client>=1.1 (from gsutil) Downloading/unpacking pyOpenSSL>=0.13 (from gsutil)
Running setup.py egg_info for package pyOpenSSL
running egg_info
writing pip-egg-info/pyOpenSSL.egg-info/PKG-INFO
writing top-level names to pip-egg-info/pyOpenSSL.egg-info/top_level.txt
writing dependency_links to pip-egg-info/pyOpenSSL.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/pyOpenSSL.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
writing manifest file 'pip-egg-info/pyOpenSSL.egg-info/SOURCES.txt'
Source in /tmp/pip-build-root/pyOpenSSL has version 0.13, which satisfies requirement pyOpenSSL>=0.13 (from gsutil) Downloading/unpacking crcmod>=1.7 (from gsutil)
Running setup.py egg_info for package crcmod
running egg_info
writing pip-egg-info/crcmod.egg-info/PKG-INFO
writing top-level names to pip-egg-info/crcmod.egg-info/top_level.txt
writing dependency_links to pip-egg-info/crcmod.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/crcmod.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pip-egg-info/crcmod.egg-info/SOURCES.txt'
Source in /tmp/pip-build-root/crcmod has version 1.7, which satisfies requirement crcmod>=1.7 (from gsutil) Downloading/unpacking SocksiPy-branch==1.01 (from gsutil)
Running setup.py egg_info for package SocksiPy-branch
running egg_info
writing pip-egg-info/SocksiPy_branch.egg-info/PKG-INFO
writing top-level names to pip-egg-info/SocksiPy_branch.egg-info/top_level.txt
writing dependency_links to pip-egg-info/SocksiPy_branch.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/SocksiPy_branch.egg-info/SOURCES.txt'
writing manifest file 'pip-egg-info/SocksiPy_branch.egg-info/SOURCES.txt'
Source in /tmp/pip-build-root/SocksiPy-branch has version 1.01, which satisfies requirement SocksiPy-branch==1.01 (from gsutil) Installing collected packages: gsutil, boto, httplib2, python-gflags, google-api-python-client, pyOpenSSL, crcmod, SocksiPy-branch
Running setup.py install for gsutil
Running command /usr/bin/python -c "import setuptools;__file__='/tmp/pip-build-root/gsutil/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-KkFzoT-record/install-record.txt --single-version-externally-managed
running install
running build
running build_py
running egg_info
writing requirements to gsutil.egg-info/requires.txt
writing gsutil.egg-info/PKG-INFO
writing top-level names to gsutil.egg-info/top_level.txt
writing dependency_links to gsutil.egg-info/dependency_links.txt
writing entry points to gsutil.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'gsutil.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching 'gslib/commands/update.py'
writing manifest file 'gsutil.egg-info/SOURCES.txt'
running install_lib
creating /usr/lib/python2.6/site-packages/gslib
creating /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/setversioning.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/compose.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/lifecycle.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/help.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/__init__.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/disablelogging.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/setcors.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/cat.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/setdefacl.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/version.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/getdefacl.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/rb.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/du.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/mb.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/chacl.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/setwebcfg.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/test.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/enablelogging.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/config.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/notifyconfig.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/mv.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/ls.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/getlogging.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/rm.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/getversioning.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/getacl.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/perfdiag.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/cp.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/chdefacl.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/setacl.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/getcors.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/getwebcfg.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/commands/setmeta.py -> /usr/lib/python2.6/site-packages/gslib/commands
copying build/lib/gslib/command.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/wildcard_iterator.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/util.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/README -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/__init__.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/command_runner.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/VERSION -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/thread_pool.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/__main__.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/plurality_checkable_iterator.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/aclhelpers.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/file_part.py -> /usr/lib/python2.6/site-packages/gslib
creating /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_util.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_chacl.py -> /usr/lib/python2.6/site-packages/gslib/tests
creating /usr/lib/python2.6/site-packages/gslib/tests/test_data
copying build/lib/gslib/tests/test_data/test.mp3 -> /usr/lib/python2.6/site-packages/gslib/tests/test_data
copying build/lib/gslib/tests/test_data/test.gif -> /usr/lib/python2.6/site-packages/gslib/tests/test_data
copying build/lib/gslib/tests/test_mv.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_setversioning.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_oauth2_client.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/util.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/__init__.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_naming.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_wildcard_iterator.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_compose.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_cp_funcs.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_gsutil.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_du.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_chdefacl.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_cat.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_file_part.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_plurality_checkable_iterator.py -> /usr/lib/python2.6/site-packages/gslib/tests
creating /usr/lib/python2.6/site-packages/gslib/tests/testcase
copying build/lib/gslib/tests/testcase/__init__.py -> /usr/lib/python2.6/site-packages/gslib/tests/testcase
copying build/lib/gslib/tests/testcase/base.py -> /usr/lib/python2.6/site-packages/gslib/tests/testcase
copying build/lib/gslib/tests/testcase/unit_testcase.py -> /usr/lib/python2.6/site-packages/gslib/tests/testcase
copying build/lib/gslib/tests/testcase/integration_testcase.py -> /usr/lib/python2.6/site-packages/gslib/tests/testcase
copying build/lib/gslib/tests/mock_storage_service.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_setacl.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_help.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_thread_pool.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_Doption.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_cp.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_notifyconfig.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_command_runner.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_ls.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_setwebcfg.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_setcors.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_rm.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_perfdiag.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_setmeta.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_lifecycle.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/tests/test_update.py -> /usr/lib/python2.6/site-packages/gslib/tests
copying build/lib/gslib/storage_uri_builder.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/cred_types.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/bucket_listing_ref.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/no_op_auth_plugin.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/CHECKSUM -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/name_expansion.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/help_provider.py -> /usr/lib/python2.6/site-packages/gslib
copying build/lib/gslib/project_id.py -> /usr/lib/python2.6/site-packages/gslib
creating /usr/lib/python2.6/site-packages/gslib/third_party
copying build/lib/gslib/third_party/__init__.py -> /usr/lib/python2.6/site-packages/gslib/third_party
creating /usr/lib/python2.6/site-packages/gslib/third_party/retry_decorator
copying build/lib/gslib/third_party/retry_decorator/__init__.py -> /usr/lib/python2.6/site-packages/gslib/third_party/retry_decorator
copying build/lib/gslib/third_party/retry_decorator/LICENSE.google -> /usr/lib/python2.6/site-packages/gslib/third_party/retry_decorator
copying build/lib/gslib/third_party/retry_decorator/decorators.py -> /usr/lib/python2.6/site-packages/gslib/third_party/retry_decorator
creating /usr/lib/python2.6/site-packages/gslib/third_party/oauth2_plugin
copying build/lib/gslib/third_party/oauth2_plugin/__init__.py -> /usr/lib/python2.6/site-packages/gslib/third_party/oauth2_plugin
copying build/lib/gslib/third_party/oauth2_plugin/oauth2_client.py -> /usr/lib/python2.6/site-packages/gslib/third_party/oauth2_plugin
copying build/lib/gslib/third_party/oauth2_plugin/oauth2_plugin.py -> /usr/lib/python2.6/site-packages/gslib/third_party/oauth2_plugin
copying build/lib/gslib/third_party/oauth2_plugin/oauth2_helper.py -> /usr/lib/python2.6/site-packages/gslib/third_party/oauth2_plugin
creating /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/acls.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/metadata.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/__init__.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/command_opts.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/subdirs.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/creds.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/wildcards.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/support.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/projects.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/versioning.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/dev.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/crc32c.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/anon.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/naming.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/addlhelp/prod.py -> /usr/lib/python2.6/site-packages/gslib/addlhelp
copying build/lib/gslib/exception.py -> /usr/lib/python2.6/site-packages/gslib
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/setversioning.py to setversioning.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/compose.py to compose.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/lifecycle.py to lifecycle.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/help.py to help.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/disablelogging.py to disablelogging.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/setcors.py to setcors.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/cat.py to cat.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/setdefacl.py to setdefacl.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/version.py to version.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/getdefacl.py to getdefacl.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/rb.py to rb.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/du.py to du.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/mb.py to mb.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/chacl.py to chacl.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/setwebcfg.py to setwebcfg.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/test.py to test.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/enablelogging.py to enablelogging.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/config.py to config.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/notifyconfig.py to notifyconfig.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/mv.py to mv.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/ls.py to ls.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/getlogging.py to getlogging.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/rm.py to rm.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/getversioning.py to getversioning.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/getacl.py to getacl.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/perfdiag.py to perfdiag.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/cp.py to cp.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/chdefacl.py to chdefacl.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/setacl.py to setacl.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/getcors.py to getcors.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/getwebcfg.py to getwebcfg.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/commands/setmeta.py to setmeta.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/command.py to command.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/wildcard_iterator.py to wildcard_iterator.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/util.py to util.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/command_runner.py to command_runner.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/thread_pool.py to thread_pool.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/__main__.py to __main__.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/plurality_checkable_iterator.py to plurality_checkable_iterator.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/aclhelpers.py to aclhelpers.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/file_part.py to file_part.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_util.py to test_util.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_chacl.py to test_chacl.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_mv.py to test_mv.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_setversioning.py to test_setversioning.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_oauth2_client.py to test_oauth2_client.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/util.py to util.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_naming.py to test_naming.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_wildcard_iterator.py to test_wildcard_iterator.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_compose.py to test_compose.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_cp_funcs.py to test_cp_funcs.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_gsutil.py to test_gsutil.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_du.py to test_du.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_chdefacl.py to test_chdefacl.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_cat.py to test_cat.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_file_part.py to test_file_part.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_plurality_checkable_iterator.py to test_plurality_checkable_iterator.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/testcase/__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/testcase/base.py to base.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/testcase/unit_testcase.py to unit_testcase.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/testcase/integration_testcase.py to integration_testcase.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/mock_storage_service.py to mock_storage_service.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_setacl.py to test_setacl.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_help.py to test_help.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_thread_pool.py to test_thread_pool.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_Doption.py to test_Doption.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_cp.py to test_cp.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_notifyconfig.py to test_notifyconfig.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_command_runner.py to test_command_runner.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_ls.py to test_ls.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_setwebcfg.py to test_setwebcfg.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_setcors.py to test_setcors.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_rm.py to test_rm.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_perfdiag.py to test_perfdiag.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_setmeta.py to test_setmeta.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_lifecycle.py to test_lifecycle.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/tests/test_update.py to test_update.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/storage_uri_builder.py to storage_uri_builder.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/cred_types.py to cred_types.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/bucket_listing_ref.py to bucket_listing_ref.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/no_op_auth_plugin.py to no_op_auth_plugin.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/name_expansion.py to name_expansion.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/help_provider.py to help_provider.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/project_id.py to project_id.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/third_party/__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/third_party/retry_decorator/__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/third_party/retry_decorator/decorators.py to decorators.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/third_party/oauth2_plugin/__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/third_party/oauth2_plugin/oauth2_client.py to oauth2_client.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/third_party/oauth2_plugin/oauth2_plugin.py to oauth2_plugin.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/third_party/oauth2_plugin/oauth2_helper.py to oauth2_helper.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/acls.py to acls.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/metadata.py to metadata.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/command_opts.py to command_opts.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/subdirs.py to subdirs.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/creds.py to creds.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/wildcards.py to wildcards.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/support.py to support.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/projects.py to projects.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/versioning.py to versioning.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/dev.py to dev.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/crc32c.py to crc32c.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/anon.py to anon.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/naming.py to naming.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/addlhelp/prod.py to prod.pyc
byte-compiling /usr/lib/python2.6/site-packages/gslib/exception.py to exception.pyc
running install_egg_info
Copying gsutil.egg-info to /usr/lib/python2.6/site-packages/gsutil-3.34-py2.6.egg-info
running install_scripts
Installing gsutil script to /usr/bin
writing list of installed files to '/tmp/pip-KkFzoT-record/install-record.txt'
Found existing installation: boto 2.9.7
Uninstalling boto:
Removing file or directory /usr/bin/asadmin
Removing file or directory /usr/bin/bundle_image
Removing file or directory /usr/bin/cfadmin
Removing file or directory /usr/bin/cq
Removing file or directory /usr/bin/cwutil
Removing file or directory /usr/bin/dynamodb_dump
Removing file or directory /usr/bin/dynamodb_load
Removing file or directory /usr/bin/elbadmin
Removing file or directory /usr/bin/fetch_file
Removing file or directory /usr/bin/glacier
Removing file or directory /usr/bin/instance_events
Removing file or directory /usr/bin/kill_instance
Removing file or directory /usr/bin/launch_instance
Removing file or directory /usr/bin/list_instances
Removing file or directory /usr/bin/lss3
Removing file or directory /usr/bin/mturk
Removing file or directory /usr/bin/pyami_sendmail
Removing file or directory /usr/bin/route53
Removing file or directory /usr/bin/s3put
Removing file or directory /usr/bin/sdbadmin
Removing file or directory /usr/bin/taskadmin
Removing file or directory /usr/lib/python2.6/site-packages/boto-2.9.7-py2.6.egg-info
Removing file or directory /usr/lib/python2.6/site-packages/boto/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/auth.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/auth.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/auth_handler.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/auth_handler.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/beanstalk/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/beanstalk/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/beanstalk/exception.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/beanstalk/exception.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/beanstalk/layer1.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/beanstalk/response.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/beanstalk/response.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/beanstalk/wrapper.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/beanstalk/wrapper.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cacerts/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cacerts/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cacerts/cacerts.txt
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudformation/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudformation/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudformation/connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudformation/connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudformation/stack.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudformation/stack.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudformation/template.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudformation/template.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/distribution.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/distribution.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/exception.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/exception.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/identity.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/identity.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/invalidation.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/invalidation.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/logging.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/logging.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/object.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/object.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/origin.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/origin.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/signers.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudfront/signers.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/document.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/document.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/domain.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/domain.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/layer1.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/layer1.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/layer2.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/layer2.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/optionstatus.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/optionstatus.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/search.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/search.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/sourceattribute.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/cloudsearch/sourceattribute.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/compat.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/compat.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/contrib/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/contrib/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/contrib/ymlmessage.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/contrib/ymlmessage.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/datapipeline/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/datapipeline/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/datapipeline/exceptions.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/datapipeline/exceptions.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/datapipeline/layer1.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/datapipeline/layer1.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/batch.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/batch.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/condition.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/condition.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/exceptions.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/exceptions.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/item.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/item.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/layer1.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/layer1.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/layer2.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/layer2.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/schema.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/schema.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/table.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/table.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/types.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb/types.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/exceptions.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/exceptions.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/fields.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/fields.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/items.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/items.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/layer1.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/layer1.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/results.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/results.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/table.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/table.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/types.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/dynamodb2/types.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/address.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/address.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/attributes.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/attributes.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/activity.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/activity.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/group.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/group.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/instance.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/instance.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/launchconfig.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/launchconfig.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/policy.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/policy.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/request.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/request.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/scheduled.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/scheduled.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/tag.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/autoscale/tag.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/blockdevicemapping.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/blockdevicemapping.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/bundleinstance.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/bundleinstance.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/buyreservation.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/buyreservation.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/alarm.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/alarm.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/datapoint.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/datapoint.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/dimension.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/dimension.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/listelement.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/listelement.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/metric.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/cloudwatch/metric.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/ec2object.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/ec2object.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/healthcheck.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/healthcheck.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/instancestate.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/instancestate.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/listelement.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/listelement.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/listener.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/listener.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/loadbalancer.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/loadbalancer.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/policies.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/policies.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/securitygroup.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/elb/securitygroup.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/group.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/group.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/image.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/image.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/instance.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/instance.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/instanceinfo.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/instanceinfo.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/instancestatus.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/instancestatus.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/keypair.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/keypair.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/launchspecification.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/launchspecification.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/networkinterface.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/networkinterface.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/placementgroup.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/placementgroup.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/regioninfo.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/regioninfo.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/reservedinstance.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/reservedinstance.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/securitygroup.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/securitygroup.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/snapshot.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/snapshot.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/spotdatafeedsubscription.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/spotdatafeedsubscription.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/spotinstancerequest.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/spotinstancerequest.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/spotpricehistory.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/spotpricehistory.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/tag.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/tag.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/vmtype.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/vmtype.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/volume.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/volume.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/volumestatus.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/volumestatus.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/zone.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ec2/zone.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ecs/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ecs/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/ecs/item.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/ecs/item.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/elasticache/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/elasticache/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/elasticache/layer1.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/elasticache/layer1.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/elastictranscoder/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/elastictranscoder/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/elastictranscoder/exceptions.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/elastictranscoder/exceptions.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/elastictranscoder/layer1.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/elastictranscoder/layer1.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/bootstrap_action.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/bootstrap_action.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/emrobject.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/emrobject.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/instance_group.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/instance_group.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/step.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/emr/step.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/exception.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/exception.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/README
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/bucket.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/bucket.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/key.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/key.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/simpleresultset.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/file/simpleresultset.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/fps/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/fps/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/fps/connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/fps/connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/fps/exception.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/fps/exception.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/fps/response.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/fps/response.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/concurrent.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/concurrent.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/exceptions.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/exceptions.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/job.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/job.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/layer1.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/layer1.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/layer2.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/layer2.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/response.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/response.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/utils.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/utils.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/vault.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/vault.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/writer.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/glacier/writer.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/acl.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/acl.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/bucket.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/bucket.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/bucketlistresultset.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/bucketlistresultset.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/cors.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/cors.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/key.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/key.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/resumable_upload_handler.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/resumable_upload_handler.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/user.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/gs/user.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/handler.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/handler.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/https_connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/https_connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/iam/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/iam/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/iam/connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/iam/connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/iam/summarymap.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/iam/summarymap.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/jsonresponse.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/jsonresponse.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/cmdshell.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/cmdshell.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/propget.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/propget.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/server.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/server.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/task.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/task.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/test_manage.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/test_manage.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/volume.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/manage/volume.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mashups/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mashups/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mashups/interactive.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mashups/interactive.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mashups/iobject.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mashups/iobject.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mashups/order.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mashups/order.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mashups/server.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mashups/server.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/layoutparam.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/layoutparam.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/notification.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/notification.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/price.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/price.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/qualification.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/qualification.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/question.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mturk/question.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mws/__init__.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mws/__init__.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mws/connection.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mws/connection.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mws/exception.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mws/exception.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/mws/response.py
Removing file or directory /usr/lib/python2.6/site-packages/boto/mws/response.pyc
Removing file or directory /usr/lib/python2.6/site-packages/boto/opsworks/__init__.py
Removing file or directory /usr
Sent it. Thanks for your help.
Delete this directory and I think you'll be good to go: /tmp/pip-build-root
Yeah i was just doing that. Thanks
It Worked!!
I installed gsutil using the instructions from the google cloud storage site.
Install required system packages. Several packages are required to successfully install gsutil from PyPi. You can install them with the following command: sudo yum install gcc openssl-devel python-devel python-setuptools Install pip. We recommend using the pip installer. You can install it with the following command: sudo easy_install -U pip Install gsutil from PyPi. To install gsutil from PyPi, use the following command: sudo pip install gsutil
When i try to run gsutil i get this error.
Please let me know what i am doing wrong.