Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launching antfs-cli fails #192

Open
CaptainMorgan12 opened this issue Sep 13, 2022 · 0 comments
Open

Launching antfs-cli fails #192

CaptainMorgan12 opened this issue Sep 13, 2022 · 0 comments

Comments

@CaptainMorgan12
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant