EPFL-LCSB / skimpy

Symbolic Kinetic Models with Python
Apache License 2.0
28 stars 13 forks source link

Conda package rasies unpecified error when ploting with bokeh #11

Open weilandtd opened 2 years ago

weilandtd commented 2 years ago

Upon plotting the conda package raises the following "mysterious" error message:

Start : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
+ Start "file:///mnt/c/Users/danie/src/TESTING_REALM/skimpy/tutorials/g ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Start-Process], InvalidOperationException
    + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand

While still producing the desired HTML file. Currently investigating any help welcome!

weilandtd commented 2 years ago

This seems to be a WLS issue when bokeh attempts to open the browser to display the html file.