Tigge / antfs-cli

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

Segmentation fault: 11 #144

Open joneswah opened 8 years ago

joneswah commented 8 years ago

I have reviewed the previous issues #1 and #12 and I think this is a separate issue?

I am on OS X Yosemite.

Driver available: [<class ant.base.driver.USB2Driver at 0x102720870>, <class ant.base.driver.USB3Driver at 0x1027208d8>] Segmentation fault: 11

Based on the listed requirements I have followed the steps to install openant and pyusb. However there is an error

running install_scripts
Reloading udev rules
error: [Errno 2] No such file or directory: '/etc/udev/rules.d

when I try and install openant. I manually created the rules.d file using the ant-usb-sticks.rules but it still gives an error.

Tigge commented 8 years ago

Hi

Unfortunately I haven't tried openant or antfs-cli on OS X and I'm not sure how udev or whatever OS X uses works there. Theoretically it might work with some small changes since the platforms are quite alike and pyusb should work on OS X, but I'm not able to try or test it unfortunately.