运行环境:anaconda 3 + pycharm +python 3.6
新建py文件:
import undetected_chromedriver.v2 as uc
driver = uc.Chrome()
driver.get(‘https://nowsecure.nl’)
运行报错
试过pip install undetected-chromedriver -i https://pypi.douban.com/simple
以及conda install undetected-chromedriver
安装没报错
都无法正常运行。请问是什么原因。要怎么处理?
带你彻底掌握Scrapy,用Django+Elasticsearch搭建搜索引擎
了解课程