-
Notifications
You must be signed in to change notification settings - Fork 661
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
Failed auto-generating package requirements #1361
Comments
Hi @KumoLiu ! Thank you for reporting. |
Based on the error message, yes.
Actually I didn't find a good way to reproduce it locally. I tried run the unittest locally, it won't throw this error. Do you have any suggestions? Thanks for the quick reply. |
@KumoLiu it likely has something to do with some packages. One thing worth trying is logging the packages installed on the unit test and installing exactly the same packages locally in a venv. Then running the test. If you can find out exactly what the packages are, could you please share them here? |
Yes, I tried with the same packages and base container locally, can't reproduce. Here are all the packages. packages
|
Describe the bug
related log: https://github.com/Project-MONAI/MONAI/actions/runs/12547070815/job/35058851817
To reproduce
when running the unittest to initialize the clearml task, it will raise this error.
https://github.com/Project-MONAI/MONAI/blob/996e876e7542f683508aa04e74b97e284bbde72b/monai/handlers/clearml_handlers.py#L22
Not sure whether it related the change here: https://github.com/Project-MONAI/MONAI/pull/8260/files or related to the update of the clearml.
Environment
The text was updated successfully, but these errors were encountered: