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
❯ python3 engine.py --server-port 80 --strategy "\/" --log debug
Traceback (most recent call last):
File "/home/jopa/geneva/engine.py", line 22, in <module>
from scapy.layers.inet import IP
File "/home/jopa/anaconda3/lib/python3.12/site-packages/scapy/layers/inet.py", line 20, in <module>
from scapy.utils import checksum, do_graph, incremental_label, \
File "/home/jopa/anaconda3/lib/python3.12/site-packages/scapy/utils.py", line 29, in <module>
from scapy.modules.six.moves import range
ModuleNotFoundError: No module named 'scapy.modules.six.moves'
I tried to do instructions from #54, but they aren't working in my case.
Can anyone help me, please?
The text was updated successfully, but these errors were encountered:
Hello
I tried to do instructions from #54, but they aren't working in my case.
Can anyone help me, please?
The text was updated successfully, but these errors were encountered: