CloudFusion icon indicating copy to clipboard operation
CloudFusion copied to clipboard

error: oauth2client 4.1.2 is installed but oauth2client==2.2.0 is required by set(['gsutil'])

Open apristen opened this issue 8 years ago • 4 comments

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?

apristen avatar Nov 05 '17 20:11 apristen

I got the same error @joe42 @spamverdacht , You have any solution for this, Can you provide steps to resolve this issue

Mayank-software avatar Dec 05 '17 06:12 Mayank-software

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

nestorcgk avatar Dec 18 '17 21:12 nestorcgk

I'm getting the same issue -- even trying to back out oauth2client to 2.2.0 gets the same error.

geekspeed avatar Jan 09 '18 06:01 geekspeed

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.

geekspeed avatar Jan 09 '18 06:01 geekspeed