EnigmaCurry / GMusicFS

A FUSE filesystem for Google Music
153 stars 36 forks source link

issue when mounting the fs #13

Closed Billos closed 10 years ago

Billos commented 10 years ago

Hello, I managed to install fusepy, gmusicapi and GMusicFS

But when I try to mount the google music fs, I have this issue :

[root@alarmpi bin]# gmusicfs /media/music/brendan/ Traceback (most recent call last): File "/usr/bin/gmusicfs", line 9, in load_entry_point('GMusicFS==0.1', 'console_scripts', 'gmusicfs')() File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 357, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2394, in load_entry_point return ep.load() File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2108, in load entry = import(self.module_name, globals(),globals(), ['name']) File "/usr/lib/python3.3/site-packages/gmusicfs/gmusicfs.py", line 229 'st_mode' : (S_IFDIR |0755), ^ SyntaxError: invalid token

EnigmaCurry commented 10 years ago

Try it with python 2.7 On Oct 29, 2013 10:24 PM, "Billos" notifications@github.com wrote:

Hello, I managed to install fusepy, gmusicapi and GMusicFS

But when I try to mount the google music fs, I have this issue :

[root@alarmpi bin]# gmusicfs /media/music/brendan/ Traceback (most recent call last): File "/usr/bin/gmusicfs", line 9, in load_entry_point('GMusicFS==0.1', 'console_scripts', 'gmusicfs')() File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 357, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2394, in load_entry_point return ep.load() File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2108, in load entry = import(self.module_name, globals(),globals(), ['name']) File "/usr/lib/python3.3/site-packages/gmusicfs/gmusicfs.py", line 229 'st_mode' : (S_IFDIR |0755), ^ SyntaxError: invalid token

— Reply to this email directly or view it on GitHubhttps://github.com/EnigmaCurry/GMusicFS/issues/13 .

Billos commented 10 years ago

I'm not a python developper, how should I use this version ?

Billos commented 10 years ago

Ok, I tried to use python2.7

[root@alarmpi bin]# gmusicfs /media/music/brendan/ Traceback (most recent call last): File "/usr/bin/gmusicfs", line 5, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2793, in working_set.require(requires) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 673, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 576, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: GMusicFS==0.1

EnigmaCurry commented 10 years ago

Try reinstalling it with a 2.7 version of pip (probably called pip-2.7) On Oct 29, 2013 10:33 PM, "Billos" notifications@github.com wrote:

Ok, I tried to use python2.7

[root@alarmpi bin]# gmusicfs /media/music/brendan/ Traceback (most recent call last): File "/usr/bin/gmusicfs", line 5, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2793, in working_set.require(requires) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 673, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 576, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: GMusicFS==0.1

— Reply to this email directly or view it on GitHubhttps://github.com/EnigmaCurry/GMusicFS/issues/13#issuecomment-27360969 .

Billos commented 10 years ago

Ok, this worked ! Thank you very much.

EnigmaCurry commented 10 years ago

No prob