GoogleCloudPlatform / gcs-oauth2-boto-plugin

Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Apache License 2.0
21 stars 38 forks source link

Failing to install gsutil and latest gcs-oauth2-boto-plugin #24

Closed mhagen-vmware closed 8 years ago

mhagen-vmware commented 8 years ago

Downloading gcs-oauth2-boto-plugin-1.13.tar.gz Running setup.py (path:/tmp/pip-build-vqbH5h/gcs-oauth2-boto-plugin/setup.py) egg_info for package gcs-oauth2-boto-plugin error in gcs-oauth2-boto-plugin setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers Complete output from command python setup.py egg_info: error in gcs-oauth2-boto-plugin setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers

But if I do pip install gcs-oauth2-boto-plugin==1.12 it succeeds.

mhagen-vmware commented 8 years ago

@thobrla Any chance we can get this fixed quick? It is really blocking a project I am working on...

thobrla commented 8 years ago

Yes, fixing this is a high priority. I suspect it has to do with the multi-version string (>=1.5.2, !=2.0.*), though this should be legal according to https://www.python.org/dev/peps/pep-0440/#id51

thobrla commented 8 years ago

1.14 has been pushed to PyPi and 1.13 removed - please let me know if this doesn't fix the issue for you.

mhagen-vmware commented 8 years ago

Fix is confirmed, thanks for the quick turn around!