CloudFusion icon indicating copy to clipboard operation
CloudFusion copied to clipboard

Install errors on Ubuntu 17.04

Open vipulswarup opened this issue 7 years ago • 0 comments

Hi - I am getting 2 issues (not sure if they are interrelated) while installing on Ubuntu Desktop 17.04.

First, apt cannot find package "fuse-utils". Is there an alternative package?

Second, when running the command: sudo python setup.py install I get the error:

Processing dependencies for CloudFusion==7.5.19
error: oauth2client 2.2.0 is installed but oauth2client>=4.0.0 is required by set(['PyDrive'])

The result of running pip show oauth2client is below:

Name: oauth2client
Version: 4.1.0
Summary: OAuth 2.0 client library
Home-page: http://github.com/google/oauth2client/
Author: Google Inc.
Author-email: [email protected]
License: Apache 2.0
Location: /usr/local/lib/python2.7/dist-packages
Requires: pyasn1-modules, pyasn1, rsa, six, httplib2

vipulswarup avatar May 23 '17 08:05 vipulswarup