-
|
Hello everybody :-) May you help me with my installation issue on Windows (with Cuda) I manage to install everything but the last pip install sam3 command on my Windows machine lead to an error '(geo) PS C:\Users\Arthur> pip install -U sam3' --> Installing collected packages: pycocotools, portalocker, ftfy, decord, iopath, huggingface-hub, sam3 I tried to (geo) PS C:\Users\Arthur> pip install "huggingface-hub>=1.2.1,<2.0" but this doesn't change anything when i try again to pip install sam3 Afterall, obsiously, I got an error when trying to import samgeo (geo) PS C:\Users\Arthur> python -c "import samgeo; print('samgeo import successful')" Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Try downloading the model manually: pixi run hf download facebook/sam3 |
Beta Was this translation helpful? Give feedback.
Try downloading the model manually: