Pyinstaller - sentinelhub problem

I have a code to download satellite images using sentinelhub, it works perfectly when run in my computer.
However, when i create a .exe file to run the same code in our server, sentinelhub library seems to not be packaged alongside the rest of libraries, which causes that when the code reaches config = SHConfig() an error appears because it cannot find config.json

Is there any way to fix this? The idea is to run the code everyday automatically and check if an image is available

Hi @Olisur,

So far we have never tried supporting Pyinstaller in sentinelhub-py since compiling Python code is not a very common thing to do. There is an open GitHub issue about that and we would be happy to accept any contributions or suggestion what to change to better support this use case.