joe42 / CloudFusion

Linux file system (FUSE) to access Dropbox, Sugarsync, Amazon S3, Google Storage, Google Drive or WebDAV servers.
http://joe42.github.com/CloudFusion/
288 stars 35 forks source link

Install errors on Ubuntu 17.04 #38

Open vipulswarup opened 7 years ago

vipulswarup commented 7 years ago

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: jonwayne+oauth2client@google.com
License: Apache 2.0
Location: /usr/local/lib/python2.7/dist-packages
Requires: pyasn1-modules, pyasn1, rsa, six, httplib2