作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚刚更新了我所有的 python 包,我的一些脚本无法正常工作。具体来说, Bokeh 在 export_png
上有问题功能。
通常,这只是将我的图表副本保存到特定目录。现在我收到此错误:
Traceback (most recent call last):
File "C:\Users\ethan\projects\health\chart.py", line 112, in <module>
p = column(make_chart(False), make_chart(True))
File "C:\Users\ethan\projects\health\chart.py", line 106, in make_chart
export_png(p, filename = name + '.png')
File "C:\ProgramData\Anaconda3\lib\site-packages\bokeh\io\export.py", line 97, in export_png
image = get_screenshot_as_png(obj, width=width, height=height, driver=webdriver, timeout=timeout)
File "C:\ProgramData\Anaconda3\lib\site-packages\bokeh\io\export.py", line 201, in get_screenshot_as_png
web_driver = driver if driver is not None else webdriver_control.get()
File "C:\ProgramData\Anaconda3\lib\site-packages\bokeh\io\webdriver.py", line 118, in get
self.current = self.create()
File "C:\ProgramData\Anaconda3\lib\site-packages\bokeh\io\webdriver.py", line 122, in create
driver = self._create(kind)
File "C:\ProgramData\Anaconda3\lib\site-packages\bokeh\io\webdriver.py", line 140, in _create
raise RuntimeError("Neither firefox and geckodriver nor a variant of chromium browser and " \
RuntimeError: Neither firefox and geckodriver nor a variant of chromium browser and chromedriver are available on system PATH. You can install the former with 'conda install -c conda-forge firefox geckodriver'.
最佳答案
I'm not sure why bokeh needs to use a browser for this because I'm just making a png file
is there a way to fix this without installing firefox?
chromedriver
在你的路径上。如果您使用的是
conda
,您可以尝试通过
conda install -c conda-forge python-chromedriver-binary
安装它在您用于 Bokeh 的相同环境中。
关于python - 每当我尝试运行 export_png 时, Bokeh 都会引发 RuntimeError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62050979/
目标 将 ggvis 图导出为 PNG 文件(以包含在 .Rmd 文档中)。 问题 我对 Node.js 基本上一无所知,只是知道它很棒,我应该了解更多。 我得到了: library(ggvis) m
我刚刚更新了我所有的 python 包,我的一些脚本无法正常工作。具体来说, Bokeh 在 export_png 上有问题功能。 通常,这只是将我的图表副本保存到特定目录。现在我收到此错误: Tra
我是一名优秀的程序员,十分优秀!