-
Notifications
You must be signed in to change notification settings - Fork 11
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 'selenium' #26
Comments
It seems you have not installed the required packages to be running MeetNinja. Kindly, refer to step #2 under the "Usage" subheading within the MeetNinja page:
|
i have actually done that but its still not working |
Do you still see the same message saying |
yes |
Strange. I found some sensible solutions here that you could try. Please do, and let me know! |
thanks for the solution and now its stuck on this: Checking for MeetNinja updates...�[32m You are using the latest version! Initializing browser...�[31m Failed!�[0m |
Uncomment line #280 from MeetNinja.py:
Now, the failure will show itself in the form of a traceback (error message) in the MeetNinja console window. You may then share this traceback here. |
still shows the same thing |
What thing? If you correctly follow my previous comment, it should give you a traceback (error message) instead of the "Failed!" text. It should show you a more descriptive message. |
Checking for MeetNinja updates...�[32m You are using the latest version! Initializing browser...�[31m Failed!�[0m it still shows this |
Then you have not followed the previous instruction correctly. Please uncomment line line #280 from MeetNinja.py:
Here, remove the
Now, when you save the file and run MeetNinja again, the failure will show itself in a more specific and detailed (a traceback). You may then share this traceback here. |
hi, bro sorry for the late reply..This is the error! Initializing browser...Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
This problem has already been solved in this Issue. Check the thread out and let me know if the suggested fix solves your problem. |
still the same problem Initializing browser...Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
and also can explain which part to edit? |
All solutions to the problems you are facing are already given within the "Possible fixes" section of when MeetNinja shows "Failed!". Your problem here may be that you are either not providing permissions correctly (as mentioned within the hyperlinked thread in the previous comment) or your Google Chrome and chromedriver versions are a mismatch. Try updating Google Chrome and then download the appropriate chromedriver according to your Google Chrome version
Could you please be more specific so I could help better? |
Help pls I have no idea where to start now Initializing browser...Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
The chromedriver is up to date |
Again, you are not providing the correct permissions to MeetNinja. Have you tried executing the |
Yes it says no directory or such file |
Then you are doing it incorrectly. Enter MeetNinja's root directory (where you see MeetNinja.py and other files), and open a terminal window there. Execute the command |
Within this very folder itself. If this is a Mac system, you may have to follow this guide to be able to just right-click in any empty space within a folder to open a terminal window there. Alternatively, you could just open a terminal window anywhere and just navigate to this folder using the |
Hmm, try |
not working |
Could you share the output as before? |
Strange. Could you try passing the absolute path of the MeetNinja directory into the
|
Super strange, I have tried the same with my test machines and it seems to be working 100% fine. This is the correct command to be executed, and it seems to be an issue at your end, for your particular machine. I am afraid I would not be able to help with the For the time being, I am marking this Issue as closed since it is not technically an Issue with MeetNinja. |
Traceback (most recent call last):
File "/Users/reeswar/MeetNinja-Google-Meet-Bot-master/MeetNinja.py", line 3, in
from selenium import webdriver; import requests
ModuleNotFoundError: No module named 'selenium'
The text was updated successfully, but these errors were encountered: