pyroll-project / pyroll-core

PyRoll rolling simulation framework - core library.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11 stars 7 forks source link

195 windows 11 pyroll run gets stuck in an endless loop due to problems with kaleido package #206

Closed RichardPfr closed 2 months ago

RichardPfr commented 2 months ago

Made some changes to resolve issue #195 on our end:

Changed pyproject.toml to install kaleido version 0.1.0.post1 when istalling pyroll-core[plotly] on Windows.

Changed __init__.py to, when checking for available plotting backend, also raise an error on windows machines, if the wrong kaleido version is installed: