adamerose / adamerose/PandasGUI

Get error: module 'bokeh' has no attribute '__version'

未关闭
#247 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
Python
星标
3.3k
派生
239
PR 合并指标
30 天内没有已合并 PR

描述

**Describe the bug**
A clear and concise description of what the bug is and how to reproduce it. If applicable, add screenshots.

**Environment**
OS: Windows 10
Python: 3.11.7
IDE: PyCharm

**Package versions**
ipython==8.20.0
ipython-genutils==0.2.0
pandasgui==0.2.14
plotly==5.9.0
PyQt5==5.15.10
PyQt5-sip==12.13.0
PyQtWebEngine==5.15.10
bokeh==3.3.0

In source file utility.py:446, following code:
in get_figure_type
if int(bokeh.__version.split(".")[0]) < 3:
^^^^^^^^^^^^^^^
AttributeError: module 'bokeh' has no attribute '__version'. Did you mean: '__version__'?

Manual fix: after changing '__version' according to the instruction above provided by PyCharm, everything works OK.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。