You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2019. It is now read-only.
After a fresh install on GMusicFS with all the dependencies, I get an error when executing gmusicfs ~/google_music
The full output of the command is this :
Traceback (most recent call last):
File "/usr/bin/gmusicfs", line 9, in <module>
load_entry_point('GMusicFS==0.1', 'console_scripts', 'gmusicfs')()
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 549, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2542, in load_entry_point
return ep.load()
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2202, in load
return self.resolve()
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2208, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/lib/python3.5/site-packages/gmusicfs/gmusicfs.py", line 95
if self.library.true_file_size:
^
TabError: inconsistent use of tabs and spaces in indentation
After a fresh install on GMusicFS with all the dependencies, I get an error when executing
gmusicfs ~/google_musicThe full output of the command is this :