运维部署笔记-离线配置maven

时间:2024-11-06 20:51:19
爬虫项目-爬取股吧(东方财富)评论

ArthurWatson: D:\ANACONDA\python.exe D:\PyCharm\eastmoney.py Traceback (most recent call last): File "D:\ANACONDA\Lib\site-packages\selenium\webdriver\common\service.py", line 72, in start self.process = subprocess.Popen(cmd, env=self.env, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ANACONDA\Lib\subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "D:\ANACONDA\Lib\subprocess.py", line 1538, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] 系统找不到指定的文件。 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\PyCharm\eastmoney.py", line 19, in <module> driver = webdriver.Chrome(executable_path='/usr/local/bin/chromedriver', options=chrome_options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^