Closed jashsayani closed 6 years ago
The script uses some modules and my machines doesnt have them. When I run the script, I see: ModuleNotFoundError: No module named 'requests'
ModuleNotFoundError: No module named 'requests'
The README file should contain instructions on how to install dependencies / modules used by the script.
I am no expert but had the same issue and fixed it by running pip3 install requests.
pip3 install requests
I tried it out but I still see missing modules. Also, it should be in the README file.
README
+1 will fix
👍 sorted
The script uses some modules and my machines doesnt have them. When I run the script, I see:
ModuleNotFoundError: No module named 'requests'
The README file should contain instructions on how to install dependencies / modules used by the script.