1. 确认Chromedriver版本与Chrome浏览器版本匹配 首先,确保你安装的chromedriver.exe版本与你的Chrome浏览器版本相匹配。如果不匹配,可能会导致这个错误。你可以访问ChromeDriver官方网站下载与你的Chrome浏览器版本相匹配的chromedriver.exe。 2. 将Chromedriver添加到系统路径 将chromedriver.exe的路径添加到系统的环境变量...
python调试出现OSError: [WinError 193] %1 不是有效的 Win32 应用程序,很有可能是你的下面的webdriver.Chrome文件内容和selenium和chromedriver的版本不符合 from selenium import webdriver from bs4 import BeautifulSoup import requests driver = webdriver.Chrome(r'C:\Users\wangxinhui\Desktop\facebook爬虫\fbCra...
Cannot run program "C:\Windows\System32\chromedriver" (in directory "."): CreateProcess error=193, %1 不是有效的 Win32 应用程序。 Cannot run program "C:\Windows\System32\chromedriver" (in directory "."): CreateProcess error=193, %1 不是有效的 Win32 应用程序。 报该错,是因为自己的电...