Visual Studio Code – Custom Python Azure IoT Edge Module "No such file or directory: ''"
I'm trying to debug my custom Azure IoT Edge module in Python using Visual Studio Code, however when I run client = IoTHubModuleClient.create_from_edge_environment() I get the following error: Exception has occurred: FileNotFoundError [Errno 2] No such file or directory: ''…