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
I noticed that the CI pipeline for the iotedgedev project seems to be failing, and as a result, the latest version of the package is not being updated on PyPI. I wanted to bring this to your attention as it is affecting our ability to use the latest features and fixes.
Expected behavior
The CI pipeline should succeed, and the latest version of iotedgedev should be published on PyPI.
Actual behavior
The CI pipeline is failing, and the PyPI version is not being updated to reflect the latest changes.
Steps to Reproduce
Rerun the CI
Environment
v3.3.8
The text was updated successfully, but these errors were encountered:
Adding more context as I am having the same issue as of a few weeks ago. This is the error I am seeing when I enable debugging:
##[debug]found: '/usr/bin/sudo'
##[debug]/usr/bin/sudo arg: pip3 install iotedgedev==3.3.3
##[debug]/usr/bin/sudo arg: pip3 install iotedgedev==3.3.3
##[debug] install
##[debug] iotedgedev==3.3.3
##[debug] iotedgedev==3.3.3
##[debug]
##[debug]ERROR: Could not find a version that satisfies the requirement iotedgedev==3.3.3 (from versions: 0.79.0, 0.80.0, 0.81.0, 0.82.0, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 2.0.0, 2.0.1, 2.0.2, 2.1.0)
ERROR: No matching distribution found for iotedgedev==3.3.3
##[debug]which 'iotedgedev'
##[debug]not found
##[debug]task result: Failed
##[error]Error: Unable to locate executable file: 'iotedgedev'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
I am using ubuntu-latest for my vmImage. I have tried with other versions of ubuntu with no luck.
Previously, I had manually installed iotedgedev with pip, but that is also throwing errors.
Description
I noticed that the CI pipeline for the iotedgedev project seems to be failing, and as a result, the latest version of the package is not being updated on PyPI. I wanted to bring this to your attention as it is affecting our ability to use the latest features and fixes.
Expected behavior
The CI pipeline should succeed, and the latest version of iotedgedev should be published on PyPI.
Actual behavior
The CI pipeline is failing, and the PyPI version is not being updated to reflect the latest changes.
Steps to Reproduce
Rerun the CI
Environment
v3.3.8
The text was updated successfully, but these errors were encountered: