ChristianTremblay / BAC0

BAC0 - Library depending on BACpypes3 (Python 3) to build automation script for BACnet applications
GNU Lesser General Public License v3.0
174 stars 99 forks source link

error while importing BAC0. latest BAC0, latest bokeh #434

Closed sourcebitt closed 11 months ago

sourcebitt commented 11 months ago

Import Error, refer to documentation or reinstall using $ "pip install BAC0" cannot import name 'Figure' from 'bokeh.plotting' (/usr/local/lib/python3.11/dist-packages/bokeh/plotting/init.py)

Discard this message if you are actually installing BAC0.

Is this because name Figure is capitalized?

sourcebitt commented 11 months ago

After editing BokehRenderer.py from Figure to figure, command import gave no error