cvlab-stonybrook / SAMPath

Repository for "SAM-Path: A Segment Anything Model for Semantic Segmentation in Digital Pathology" (MedAGI2023, MICCAI2023 workshop)
30 stars 6 forks source link

Some issues with the installation environment #9

Closed NanCheng2001 closed 8 months ago

NanCheng2001 commented 8 months ago

When I run the following program: pip install monai torchmetrics==0.11.4 pytorch_lightning==2.0.2 albumentations box wandb

the error is as follows:

ERROR: Could not find a version that satisfies the requirement box (from versions: none)
ERROR: No matching distribution found for box


It seems that the box library cannot be found. I couldn't find any information about the box library online either.
jingweizhang-xyz commented 8 months ago

Sorry, I believe it should be python-box. Check https://github.com/cdgriffith/Box for more information.

If it does not work, let me know.

NanCheng2001 commented 8 months ago

OK, I will try it. I will inform you as soon as possible if it matches.