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

Unable to run the script on Windows 10 #3

Closed
syarz opened this issue May 14, 2020 · 2 comments
Closed

Unable to run the script on Windows 10 #3

syarz opened this issue May 14, 2020 · 2 comments

Comments

@syarz
Copy link

syarz commented May 14, 2020

Hi, I'm trying to run this script on Windows 10 x64 but it gives me an error which I'm unable to fix on my own. When I type python3 aapfinder.py it gives an error like this.

Traceback (most recent call last):
File "aapfinder.py", line 3, in
import requests, threading, argparse, socket, time, os, banners
ModuleNotFoundError: No module named 'requests'

Python working fine and path variable set correctly

Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

I'm using python 2.x and python 3.x

@PushpenderIndia
Copy link
Owner

I have updated the documentation please check it now.

You have to install requests module using this command:
python -m pip install requests

@syarz
Copy link
Author

syarz commented May 15, 2020

Thanks, It's working now.

@syarz syarz closed this as completed May 15, 2020
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