You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the build.yml action runs it fails due to the error ModuleNotFoundError: No module named 'pkg_resources': when running the command pio run -e ${{ matrix.environment }}
To Reproduce Bug
trigger build action
Expected Behavior
pio run -e ${{ matrix.environment }}runs successfully in the script
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.
What happened?
When the build.yml action runs it fails due to the error ModuleNotFoundError: No module named 'pkg_resources': when running the command
pio run -e ${{ matrix.environment }}
To Reproduce Bug
trigger build action
Expected Behavior
pio run -e ${{ matrix.environment }}
runs successfully in the scriptInstall Method
Pre-Compiled binary from GitHub
What git-hash/version of OpenDTU?
2991af7
Relevant log/trace output
Anything else?
To avoid. this error follow https://docs.platformio.org/en/stable/integration/ci/github-actions.html
and replace all occurrences of
python-version: "3.x"
withpython-version: "3.9"
The text was updated successfully, but these errors were encountered: