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

ModuleNotFoundError: No module named 'requests' #113

Open
Jacky-LinPeng opened this issue Aug 1, 2021 · 0 comments
Open

ModuleNotFoundError: No module named 'requests' #113

Jacky-LinPeng opened this issue Aug 1, 2021 · 0 comments

Comments

@Jacky-LinPeng
Copy link

Jacky-LinPeng commented Aug 1, 2021

代码如下:
`import wda

Press the green button in the gutter to run the script.

if name == 'main':
# Enable debug will see http Request and Response
# wda.DEBUG = True
c = wda.Client('http://localhost:8100')

# get env from $DEVICE_URL if no arguments pass to wda.Client
# http://localhost:8100 is the default value if $DEVICE_URL is empty
c.home()

`
但是报错:

Traceback (most recent call last): File "/Users/mac/PycharmProjects/chartDemo/main.py", line 8, in <module> import wda File "/Users/mac/Documents/pycharm/chartDemo/lib/python3.8/site-packages/wda/__init__.py", line 16, in <module> import requests ModuleNotFoundError: No module named '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

1 participant