Skip to content

SyntaxError: invalid syntax when running antfs-cli #186

@L150

Description

@L150

Hi,
I'm running Kali Linux and got this to work in the past, but this time I get a syntax error when trying to run antfs-cli.
The installation went well both with openant ant antfs-cli, at least that's what I think.

Could you guide me how to resolve this?


antfs-cli --pair
Traceback (most recent call last):
File "/usr/local/bin/antfs-cli", line 11, in
load_entry_point('antfs-cli==0.4', 'console_scripts', 'antfs-cli')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2852, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2443, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2449, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/local/lib/python2.7/dist-packages/antfs_cli-0.4-py2.7.egg/antfs_cli/program.py", line 181
print(" - Passkey:", end=" ")
^
SyntaxError: invalid syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions