Skip to content

Commit be3ca92

Browse files
authored
module 'aim' has no attribute 'Run' (#1537)
Fixes #1536 ### Description Stick aim==3.17.5 as a workaround. ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Avoid including large-size files in the PR. - [x] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` Signed-off-by: KumoLiu <yunl@nvidia.com>
1 parent cc5bd8d commit be3ca92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experiment_management/spleen_segmentation_aim.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"source": [
4747
"!python -c \"import monai\" || pip install -q \"monai-weekly[gdown, nibabel, tqdm, ignite]\"\n",
4848
"!python -c \"import matplotlib\" || pip install matplotlib\n",
49-
"!python -c \"from aim import Run\" || pip install aim"
49+
"!python -c \"from aim import Run\" || pip install aim==3.17.5"
5050
]
5151
},
5252
{
@@ -664,7 +664,7 @@
664664
"name": "python",
665665
"nbconvert_exporter": "python",
666666
"pygments_lexer": "ipython3",
667-
"version": "3.8.13"
667+
"version": "3.8.10"
668668
}
669669
},
670670
"nbformat": 4,

0 commit comments

Comments
 (0)