-
Notifications
You must be signed in to change notification settings - Fork 14
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
ModuleNotFoundError: No module named 'src.request' #1
Comments
Hi stark0de, sorry for the delay. I just follow the instructions of the README.md and it works for me. Can you please specify what version of python3 are you using? In my case I'm using the 3.8.5. Thanks a lot for commenting the issue to me. |
I have the same issue as Stark, using python 3.9.8 |
I have been digging into it and I noticed that I was using validators module and if you don't have installed it may have the same result as you comment, but I removed it since it not used anymore. Can you please recheck again and tell me if it works properly? The only module you need to use this project is the BeautifulSoup. I'm working on a better way to specify the required modules like a requirements file. Thanks in advance. Best regards, |
same error |
1 similar comment
same error |
Hi, when I try to run the tool as specified in the README.md this is what I get, it seems that the tool is not importing the libraries correctly
The text was updated successfully, but these errors were encountered: