-
-
Notifications
You must be signed in to change notification settings - Fork 40
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] Import numpy as np failure #210
Comments
I added the below to my pipeline before installing IntuneCD and this seems to have resolved the issue.
I initially thought it was MS moving ubuntu-latest to 24.04 but manually setting the VM to be 22.04 didn't make a difference. |
It seems to be an issue with the DeepDiff package as reported here: seperman/deepdiff#478 Installing an older version of DeepDiff prior to IntuneCD might work as well |
Thanks for that, will keep an eye on that issue :) |
Next update I think I will add version lock on dependencies so this does not happen |
A bugfix has been pushed to the dependency package and pipeline is now completing successfully without any additional steps |
Describe the bug
Import numpy as np failure during backup start, I haven't changed my pipeline for a few months now and it was working fine until this morning.
To Reproduce
Expected behavior
Expected to run correctly.
Screenshots
If applicable, add screenshots to help explain your problem.
Run type (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: