-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] CI pipe line was failed #629
Comments
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:
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. |
I ran into this issue as well. This is actually a bug observed when using the AzureIoTEdge@2 task in the Azure Pipeline Tasks repo, but it seems the root cause for the issue is the python dependency logic in this project Like @maggiojoe2 I tried prior workarounds like using other versions of ubuntu, manually installing In the end, I got it working by switching to |
Update: I got it working by using the Then I manually installed |
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: