-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when run iCloudDriveFuse.py #1
Comments
you are missing the cachetools python module.
|
thank you for the hint, after successfully installed, I got another message: UPDATE: I managed to install fuse by install pyfuse and the message becomes: I looked up the readme but can't find which argument missing, can you please help? Thanks |
I'm also getting a similar issue related to gunpowder...
Only in my case I've been tested this on a very OLD copy of Ubuntu 18.04, mostly because 24.04 now lacks Python 2 support. It'd be great if this application could be updated to work with Python 3... if I try to run it on Ubuntu 24.04 (and change the shebang to say python3 instead of just python) then I get things like...
And if I change 'FUSE' to 'Fuse' I then get...
And if I change 'FuseOSError' to 'FuseError' I then get...
etc... etc... so who knows how many changes. It would be brilliant to have a way of mounting iCloud Drive using FUSE on Linux. |
python3 iCloudDriveFuse.py
Traceback (most recent call last):
File "iCloudDriveFuse.py", line 31, in
from cachetools import TTLCache
ImportError: No module named 'cachetools'
Can I know the correct install/usage? Thanks!
The text was updated successfully, but these errors were encountered: