我最终使用命令安装了它:
python3 -m pip install undetected_chromedriver
Traceback (most recent call last):
File "f:\2_qatar\tws.py", line 1, in <module>
import undetected_chromedriver as uc
ModuleNotFoundError: No module named 'undetected_chromedriver'
将
_
替换为 -
:
pip install undetected-chromedriver
https://github.com/ultrafunkamsterdam/unDetected-chromedriver