Pyinstaller encounters issues packaging new plotly/kaleido (Validator JSON) #9325
-
|
Hi All, I have been using pyinstaller for a while in order to generate a Windows 11 exe from my Python script.
I run pyinstaller with: I recently upgraded my virtual environment with recent versions of plotly (6.3.0) and kaleido (1.2.0). The problem is actually when the Windows exe I generated runs that code, as I am getting this error: The _validators.json is available in the virtual environment but nowhere in the _internal folder generated by pyinstaller. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Sounds like the plotly hook needs updating. In the short term, |
Beta Was this translation helpful? Give feedback.
Sounds like the plotly hook needs updating. In the short term,
--collect-data=plotly.validatorsshould keep it happy.