PyInstaller not including JSON files in standalone executable
I am trying to create a standalone executable from my Python application using PyInstaller. However, when I run the generated executable, I encounter an error stating that it cannot find the JSON files that are required by my application.