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

Launching antfs-cli fails #192

Open CaptainMorgan12 opened 1 year ago

CaptainMorgan12 commented 1 year ago

Version: Python 3.9.2, system thinks i am running python 2 so have to enter python3 in your install scripts e.g. sudo python3 setup.py install, pure OS 10.0, mobile Phosh phone.

Run: antfs-cli

Result:

antfs-cli Driver available: [<class 'ant.base.driver.SerialDriver'>, <class 'ant.base.driver.USB2Driver'>, <class 'ant.base.driver.USB3Driver'>] Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/antfs_cli-0.4-py3.9.egg/antfs_cli/program.py", line 382, in main g = AntFSCLI(config_dir, args) File "/usr/local/lib/python3.9/dist-packages/antfs_cli-0.4-py3.9.egg/antfs_cli/program.py", line 140, in __init__ Application.__init__(self) File "/usr/local/lib/python3.9/dist-packages/ant/fs/manager.py", line 107, in __init__ self._node = Node() File "/usr/local/lib/python3.9/dist-packages/ant/easy/node.py", line 55, in __init__ self.ant = Ant() File "/usr/local/lib/python3.9/dist-packages/ant/base/ant.py", line 46, in __init__ self._driver = find_driver() File "/usr/local/lib/python3.9/dist-packages/ant/base/driver.py", line 273, in find_driver raise DriverNotFound ant.base.driver.DriverNotFound Interrupted

Any Ideas?