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 76 forks source link

No module named driver ("split" branch with openant) #101

Closed christofferholmstedt closed 10 years ago

christofferholmstedt commented 10 years ago

So I installed Xubuntu 14.04 earlier this summer and now it was time to get the garmin extractor working. I first got the issue with "no module named core". Trying to install pyusb with pip didn't work but I got it working with manual installation (clone git repository and install with the setup script).

Now I have a problem with "No module named driver" and I'm not sure where this driver module is supposed to be found. Any help is appreciated.

I'm using the c1b633fae4 commit of Garmin Extractor and commit 6084d65586 of openant. Pip show for pyusb below.

christoffer@ares:~/applications/openant$ pip show pyusb

---
Name: pyusb
Version: 1.0.0b2
Location: /usr/local/lib/python2.7/dist-packages
Requires
christofferholmstedt commented 10 years ago

Ok, my installation still works on my desktop computer with older Xubuntu (12.04) and not the split branch. I noticed during todays upload that all the USB parts are named "Drivers" so I assume my problem is related to pyusb is not installed correctly. Will give it a go later today to reinstall everything.

christofferholmstedt commented 10 years ago

Ok, I just checked out master branch and commit c8ffbaa51133554beaa2e8f5779ef44728b5d73f without any other change and that one works. So I assume there is something that didn't go right when I installed OpenAnt.

I will not keep debugging this for now and close this bug report as download of activities from the watch works for me.

Tigge commented 10 years ago

Let's revisit and see if this still fails after the split branch is merged. Thanks for the report!