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