I was trying to use selenium in a short program but it keeps giving me this error. I've tried everything - I've even tried uninstalling and reinstalling it so many times, yet it keeps saying that the module doesn't exist.
ModuleNotFoundError: No module named 'selenium'
As I mentioned earlier, I uninstalled and reinstalled selenium, but then it always says this:
Requirement already satisfied: urllib3 in c:\users\user\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from selenium) (1.26.4)
I've tried every single solution that I've read online, but it still won't work. Please help me so that I can finally work on this project.