Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

module import request #45

Closed
Mang0Monkey opened this issue Feb 28, 2021 · 2 comments
Closed

module import request #45

Mang0Monkey opened this issue Feb 28, 2021 · 2 comments

Comments

@Mang0Monkey
Copy link

  File ".\onlyfans-dl.py", line 16, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

When I run python3 onlyfans-dl.py I get that error in return. Not sure why but line 16 says import requests, and it looks fine to me. But that return error keeps popping up.

@ThatJerkPat
Copy link

You need to import requests

example: python -m pip import requests
It will download and import the requests library and the command should work after that

@Mang0Monkey
Copy link
Author

Thanks. I am very newb at this and thought that once i git clone would work nano-ing the OF-dl.py file with my access token and the profile I wanted to use.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants