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

运行IPProxy.py,报错:No module named 'web' #164

Open
lingyuncelia opened this issue Oct 2, 2020 · 2 comments
Open

运行IPProxy.py,报错:No module named 'web' #164

lingyuncelia opened this issue Oct 2, 2020 · 2 comments

Comments

@lingyuncelia
Copy link

作者的《Python爬虫开发与项目实战》第248页,进入IPProxyPool目录,在命令行窗口运行Python IPProxy.py,
报错:
File "k:/zhusc/IPProxyPool-master/IPProxyPool-master/IPProxy.py", line 4, in
from api.apiServer import start_api_server
File "k:\zhusc\IPProxyPool-master\IPProxyPool-master\api\apiServer.py", line 7, in
import web
ModuleNotFoundError: No module named 'web'
pip install web不行

@dodoqumy
Copy link

pip install -r requirements.txt

@Shih-yenh-suan
Copy link

尝试 pip install web.py

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

3 participants