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
C:\Windows-Agent-master>python agent.py install
Traceback (most recent call last):
File "agent.py", line 14, in
from utils.threads import (APIThread, BasicCollectThread, IISCollectThread,
File "C:\Windows-Agent-master\utils\threads.py", line 4, in
from api.http import app
File "C:\Windows-Agent-master\api\http.py", line 5, in
from guppy import hpy
ImportError: No module named guppy
C:\Windows-Agent-master>
The text was updated successfully, but these errors were encountered:
C:\Windows-Agent-master>python agent.py install
Traceback (most recent call last):
File "agent.py", line 14, in
from utils.threads import (APIThread, BasicCollectThread, IISCollectThread,
File "C:\Windows-Agent-master\utils\threads.py", line 4, in
from api.http import app
File "C:\Windows-Agent-master\api\http.py", line 5, in
from guppy import hpy
ImportError: No module named guppy
C:\Windows-Agent-master>
The text was updated successfully, but these errors were encountered: