Forum Discussion
tuckbrit
1 year agoNew Member
Ambiguous Error Message: Script Runtime Error statement execution failed with status: error
I have a custom python visual in a published report that has recently stopped working. I have confirmed that the visual still works with a local version of python 3.7.7 with all packages aligning to ...
- 1 year ago
Deku Thank you for the context of the plan to upgrade. I believe it was and the documentation is out of date. Another person on my team was running into the same problem and upgraded from matplotlib 3.2.2 to 3.5.0 on our local version of python (3.7.7) and we could recreate the issues. Turns out that the "b" keyword argument to plt.grid() was deprecated in version 3.5.0 and changed to "visible". Once changed in the custom python visual, the report was no longer experiencing issues.
Deku
1 year agoSuper User
There was a plan to upgrade python
https://powerbi.microsoft.com/en-us/blog/important-update-coming-to-r-py-visuals-in-power-bi/
Maybe finally happened. Not seen anything about it since that blog post though