We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "D:\1.py", line 6, in import requests ModuleNotFoundError: No module named 'requests'
我是windows版的python 3.62,然后用pip安装的selenium。
The text was updated successfully, but these errors were encountered:
这段代码里面没用到requests库 ,所以你直接把import requests删了就可以。另外,requests库也要是pip先安装好才可以import的。
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "D:\1.py", line 6, in
import requests
ModuleNotFoundError: No module named 'requests'
我是windows版的python 3.62,然后用pip安装的selenium。
The text was updated successfully, but these errors were encountered: