I was making a basic app for visualizing the VMAF report of a video encoding using a graph with matplotlib. However, I ran into an issue with PyInstaller.
Seems bc of the way that PyInstaller works, it does not correctly package the right things to make the final executable compatible with WSLg. Has anyone had this issue before and figured out how to get it to work? Its not an issue with the Python code, bc if I run it using the python3 command it shows the matplotlib graph fine with WSLg built into my Windows 11 install.
I use Ubuntu WSL for most of my development so it’d be a bummer if I had to swap over to PowerShell just to run this one program. I am trying to install it to /usr/local/bin so I can use it seamlessly any time, hence I am building to an executable with PyInstaller.
Here is the git repo in case you need to take a look at anything. It is quite a simple program so do no think there is much need to explain how it works.
Any help would greatly be appreciated.
Cheers,
Matthew