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
but getting this error,
Traceback (most recent call last):
File "/home/kauser/Havoc/talon/Talon.py", line 3, in
from havoc.service import HavocService
ModuleNotFoundError: No module named 'havoc'
any ideas ? python version is 3.11.2, anything i do wrong ?
thanks
The text was updated successfully, but these errors were encountered:
hi,
i'm running the code over a kali VM,
git cloned the repo, created a virtualenv i tried to
┌──(revenant)─(kauser㉿KALIDEV)-[~/Havoc/talon]
└─$ python Talon.py
but getting this error,
Traceback (most recent call last):
File "/home/kauser/Havoc/talon/Talon.py", line 3, in
from havoc.service import HavocService
ModuleNotFoundError: No module named 'havoc'
any ideas ? python version is 3.11.2, anything i do wrong ?
thanks
The text was updated successfully, but these errors were encountered: