You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: