gpt4 book ai didi

python - 在 c9 中运行 selenium

转载 作者:太空狗 更新时间:2023-10-30 02:02:50 34 4
gpt4 key购买 nike

我正在尝试运行使用 selenium 模块的 python 代码。这段代码在我的 PC 中使用 chromedriver 运行完美。我正在尝试在 c9.io 中运行它。我下载了 chromedriver 64 位版本并使用 chmod 将权限设置为 777。我仍然无法让它工作

但是,我收到以下错误:

Traceback (most recent call last):
File "/home/ubuntu/workspace/vroniplag/vroni.py", line 119, in <module>
op('Aaf')
File "/home/ubuntu/workspace/vroniplag/vroni.py", line 104, in op
plags=getplags(cd)
File "/home/ubuntu/workspace/vroniplag/vroni.py", line 92, in getplags
driver = webdriver.Chrome(chromedriver)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 62, in __init__
self.service.start()
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 86, in start
self.assert_process_still_running()
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 99, in assert_process_still_running
% (self.path, return_code)
selenium.common.exceptions.WebDriverException: Message: Service ./chromedriver unexpectedly exited. Status code was: 127

谁能告诉我怎么解决这个问题

最佳答案

我遇到了同样的问题并运行 chromedriver --version 给了我确切的错误。

chromedriver: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory

所以对我来说问题是缺少库(chromedriver 需要)。所以我安装了这些库并解决了问题:

sudo yum install libX11 Gconf2 fontconfig

关于python - 在 c9 中运行 selenium,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38213684/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com