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

安装的时候遇到点小问题,对readme.md进行了修改 #107

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zerowinning
Copy link

在readmd.md里添加需要validator和psutil两个依赖的说明

如果不添加validtor和psutil这两个哭,会报如下错误。
F:\dev\IpProxy\IPProxyPool-master>python IPProxy.py
Traceback (most recent call last):
  File "IPProxy.py", line 7, in <module>
    from validator.Validator import validator, getMyIP
  File "F:\dev\IpProxy\IPProxyPool-master\validator\Validator.py", line 13, in <module>
    import psutil
  File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
ImportError: No module named psutil

测试安装如下两个库后,就可以正常运行
>pip install validtor
>pip install psutil
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

Successfully merging this pull request may close these issues.

None yet

1 participant