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

ImportError: No module named requests #3

Open
forliuyifei opened this issue Jan 30, 2021 · 1 comment
Open

ImportError: No module named requests #3

forliuyifei opened this issue Jan 30, 2021 · 1 comment

Comments

@forliuyifei
Copy link

$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088?s=09 -fn funny_video
Traceback (most recent call last):
  File "twitter2mp4.py", line 3, in <module>
    import requests
ImportError: No module named requests

Deepin v20.1

@Ximaz
Copy link

Ximaz commented Jul 25, 2021

You must install the requests module :
python3 -m pip 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