Forum Discussion

tuckbrit's avatar
tuckbrit
New Member
1 year ago
Solved

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 ...
  • tuckbrit's avatar
    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.