Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

**Describe the bug** #5

Closed
Thya311 opened this issue Feb 17, 2024 · 2 comments
Closed

**Describe the bug** #5

Thya311 opened this issue Feb 17, 2024 · 2 comments

Comments

@Thya311
Copy link

Thya311 commented Feb 17, 2024

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

Environment
OS: 17.3
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:
^^^^^^^^^^^^^^^
Attribute: module 'both' has no attribute '__version'. Did you mean: 'version'?

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

_Originally posted by @Thya311 in https://github.com/adamerose/PandasGUI/issues/311

@Thya311
Copy link
Author

Thya311 commented Feb 18, 2024

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:

       ^^^^^^^^^^^^^^^

Attribute: 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.

_Originally posted by @notanymore in https://github.com/adamerose/PandasGUI/issues/311

@Thya311 Thya311 closed this as completed Feb 18, 2024
@Thya311
Copy link
Author

Thya311 commented Feb 18, 2024

Describe the run

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

Environment

OS: 17.3

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:

       ^^^^^^^^^^^^^^^

Attribute: module 'both' has no attribute '__version'. Did you mean: 'version'?

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

_Originally posted by @Thya311 in https://github.com/adamerose/PandasGUI/issues/311

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant