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

centos7报错 ModuleNotFoundError: No module named 'requests' #3

Closed
linanyang opened this issue Apr 3, 2018 · 1 comment
Closed

Comments

@linanyang
Copy link

Traceback (most recent call last):
File "main.py", line 7, in
from autoremove import AutoRemover
File "/root/autoremove-torrents/autoremove.py", line 8, in
from client.qbittorrent import qBittorrent
File "/root/autoremove-torrents/client/qbittorrent.py", line 3, in
import requests
ModuleNotFoundError: No module named 'requests'
小白一个,不知道是不是哪里没设置对,帮忙看一下。

@jerrymakesjelly
Copy link
Owner

安装requests库即可:
pip3 install requests

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