alx-tools/W3C-Validator

ModuleNotFoundError: No module named 'requests'

Opened this issue · 2 comments

when i run the program in my MacOS 's terminal, I get this error:
image

I ve slved the issue, but i cannot push this repo!
image

You get the ModuleNotFoundError because Requests isn't a built-in module. You have to install it using pip install requests.
As for the permission error, it's because you don't have access to the repo.