Then I downloaded and set up Git, I still have the same WARNING. I searched some pip files, they are “app\kit\dev\deps\pip.toml” and “_build\windows-x86_64\release\kit\dev\deps\pip.toml” in “iot-samples-main”. Is copy pip.toml to deps folder correct?
It seems you are running a kit 105 sample in the new Kit 106 app. They are not compatible. There is an update to this sample coming for kit 106. So you can either wait for it, or downgrade to kit 105.2
Now, I installed kit 105.1.0 and the output still show WARNING Skipping pip file.
So I tried to copy“_build\windows-x86_64\release\kit\dev\deps\pip.toml” to “deps” folder.
Then I following Headless Connector - CSV Ingest Application step. To do excute run_app.py. But output isn’t like example(2023-09-19 20:35:26+00:00). Am I missing something?
And this file is my output. CSV Ingest Application.txt (27.4 KB)
Based on the log file there appears to be an exception in the app.py that is being run.
To debug this, open VSCode and the runapp.py file that that you are running. You can hit F5 and the debugger will start.
You can put breakpoints in the app.py file to try an isolate the issue