While trying to use Plotly and Kaleido (0.0.3.post1) in a Pyinstaller .exe file (Windows 10) I got this error:
`File "kaleido\scopes\plotly.py", line 103, in transform
File "kaleido\scopes\base.py", line 201, in _perform_transform
File "kaleido\scopes\base.py", line 120, in _ensure_kaleido
ValueError: Failed to start Kaleido subprocess. Error stream:
The system cannot find the path specified.`
While doing some research I found out that Pyinstaller has problems with subprocesses and some things should be changed for it to work in Windows .exe files (https://github.com/pyinstaller/pyinstaller/wiki/Recipe-subprocess). I'm not sure if I should change something with my Pyinstaller configuration in order to fix the problem or the subprocess code would fix it for Windows. I would appreciate any help (Kaleido is relatively new so I'm not sure how to proceed and there isn't much info).
While trying to use Plotly and Kaleido (0.0.3.post1) in a Pyinstaller .exe file (Windows 10) I got this error:
`File "kaleido\scopes\plotly.py", line 103, in transform
File "kaleido\scopes\base.py", line 201, in _perform_transform
File "kaleido\scopes\base.py", line 120, in _ensure_kaleido
ValueError: Failed to start Kaleido subprocess. Error stream:
The system cannot find the path specified.`
While doing some research I found out that Pyinstaller has problems with subprocesses and some things should be changed for it to work in Windows .exe files (https://github.com/pyinstaller/pyinstaller/wiki/Recipe-subprocess). I'm not sure if I should change something with my Pyinstaller configuration in order to fix the problem or the subprocess code would fix it for Windows. I would appreciate any help (Kaleido is relatively new so I'm not sure how to proceed and there isn't much info).