I've been working on a small eel package where I take an excel file and analyze the data and then create a small dashboard where it displays the result information. I have 3 plots created using seaborn + matlabplot. In order to display them I save the figures and try to display them using html/js. Everything worked well until I packaged it using pyinstaller and when I tried to run it it gave me this error.error
How do I store the image locally in the server?
I tried using a more defined path like using C:\Users\user\Desktop... but it gave me an error that it was unable to pull from there.