Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python2.7 安装agent出现ImportError: No module named guppy #7

Open
gujiwork opened this issue Aug 28, 2019 · 1 comment
Open

python2.7 安装agent出现ImportError: No module named guppy #7

gujiwork opened this issue Aug 28, 2019 · 1 comment

Comments

@gujiwork
Copy link

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>

@ninjadq
Copy link
Contributor

ninjadq commented Aug 28, 2019

did you installed the requirements before start ? And you can also check the env variable to check if windows-agent proper configured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants