Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
312 stars 77 forks source link

Can't install on Ubuntu #164

Open jirisemecky opened 7 years ago

jirisemecky commented 7 years ago

I'm trying to install this on Ubuntu with: $ sudo ./setup.py install

... but I get the following error:

running bdist_egg
running egg_info
creating antfs_cli.egg-info
error: could not create 'antfs_cli.egg-info': Permission denied

Is this a known issue or some problem with my system?

Tigge commented 7 years ago

I haven't seen this issue before. You could try to run it with debug flags and see if that gives you any more information:

sudo DISTUTILS_DEBUG=1 ./setup.py install