You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use Mirage on Debian 10,
Installation works properly with sudo python3 setup.py install (all requested moldules are there)
If I try to launch mirage in console (also with sudo mirage), I get:
File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: mirage
Using sudo ./ mirage_launcher, I get:
File "/usr/local/lib/python3.9/dist-packages/scapy/arch/linux.py", line 195, in get_alias_address
names = names.tostring()
AttributeError: 'array.array' object has no attribute 'tostring'
Is there a way to use it in Debian?
Thank you
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting, but it seems to be a scapy issue, and I won't be able to fix it by myself I'm afraid. You should open this issue on their repo (secdev/scapy) instead.
Hello,
I try to use Mirage on Debian 10,
Installation works properly with sudo python3 setup.py install (all requested moldules are there)
If I try to launch mirage in console (also with sudo mirage), I get:
File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: mirage
Using sudo ./ mirage_launcher, I get:
File "/usr/local/lib/python3.9/dist-packages/scapy/arch/linux.py", line 195, in get_alias_address
names = names.tostring()
AttributeError: 'array.array' object has no attribute 'tostring'
Is there a way to use it in Debian?
Thank you
The text was updated successfully, but these errors were encountered: