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

Problem installing on Debian 9 #45

Open romanoju opened 5 years ago

romanoju commented 5 years ago

I am trying to install CloudFusion on Debian 9 (Linux debian9 4.9.0-8-amd64). Running Python 2.7.13 Followed instructions and installed all the required packages. When I run:

sudo python setup.py install I get the following error: Processing dependencies for CloudFusion==7.5.19 error: pyasn1 0.1.9 is installed but pyasn1<0.5.0,>=0.4.1 is required by set(['pyasn1-modules'])

When I try to update 'pyasn1' I get:

sudo apt-get install python-pyasn1 Reading package lists... Done Building dependency tree
Reading state information... Done python-pyasn1 is already the newest version (0.1.9-2). 0 upgraded, 0 newly installed, 0 to remove and 163 not upgraded.

Any help would be appreciated. Thanks.