pycharm问题
问题是在执行以下代码:
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.chrome.service import Service
chrome_service = Service(executable_path=ChromeDriverManager().install())
webdriver.Chrome(service=chrome_service)
input()
出现报错如图: