CloudFusion
CloudFusion copied to clipboard
error: oauth2client 4.1.2 is installed but oauth2client==2.2.0 is required by set(['gsutil'])
I run: root@ubuntu:~/CloudFusion# python setup.py install
then install logs ends with:
Installed /usr/local/lib/python2.7/dist-packages/CloudFusion-7.5.19-py2.7.egg Processing dependencies for CloudFusion==7.5.19 error: oauth2client 4.1.2 is installed but oauth2client==2.2.0 is required by set(['gsutil'])
How to resolve it?
I got the same error @joe42 @spamverdacht , You have any solution for this, Can you provide steps to resolve this issue
I got the same error. Then I ran sudo pip install oauth2client==2.2.0 --upgrade. But I got The 'oauth2client>=4.0.0' distribution was not found and is required by PyDrive. @joe42
I'm getting the same issue -- even trying to back out oauth2client to 2.2.0 gets the same error.
pip installed gsutil -- then modified setup.py and removed the gsutil from line 11...That seems to have worked...python setup.py install now completes successfully.