when I have run project then I have faced the issue like this :- File "person.py", line 2, in
from selenium import webdriver
File "/home/xceltec-008/.local/lib/python3.8/site-packages/selenium/webdriver/init.py", line 19, in
from .chrome.service import Service as ChromeService # noqa
File "/home/xceltec-008/.local/lib/python3.8/site-packages/selenium/webdriver/chrome/service.py", line 20, in
from selenium.webdriver.chromium import service
File "/home/xceltec-008/.local/lib/python3.8/site-packages/selenium/webdriver/chromium/service.py", line 20, in
from selenium.webdriver.common import service
File "/home/xceltec-008/.local/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 20, in
import subprocess
File "/usr/lib/python3.8/subprocess.py", line 218, in
_PopenSelector = selectors.SelectSelector
AttributeError: module 'selectors' has no attribute 'SelectSelector'
when I have run project then I have faced the issue like this :- File "person.py", line 2, in
from selenium import webdriver
File "/home/xceltec-008/.local/lib/python3.8/site-packages/selenium/webdriver/init.py", line 19, in
from .chrome.service import Service as ChromeService # noqa
File "/home/xceltec-008/.local/lib/python3.8/site-packages/selenium/webdriver/chrome/service.py", line 20, in
from selenium.webdriver.chromium import service
File "/home/xceltec-008/.local/lib/python3.8/site-packages/selenium/webdriver/chromium/service.py", line 20, in
from selenium.webdriver.common import service
File "/home/xceltec-008/.local/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 20, in
import subprocess
File "/usr/lib/python3.8/subprocess.py", line 218, in
_PopenSelector = selectors.SelectSelector
AttributeError: module 'selectors' has no attribute 'SelectSelector'