Track-Anything icon indicating copy to clipboard operation
Track-Anything copied to clipboard

Building wheel for pycocotools (pyproject.toml) ... error

Open Developerusman opened this issue 1 year ago • 2 comments

Hello everyone

I'm getting this error while installing pycocotools

I've tried pip install pycocotools , pip3 install pycocotools , pip install pycocotools-windows

but all the time i get this

image

and when i try to run the script like python app.py i get this error :

image

Please Let me know if anyone have the solution for this

Thanks

Developerusman avatar May 06 '23 02:05 Developerusman

Hello. For the first issue, we just checked the project and found pycocotools is currently not used, so we have updated the requirements.txt. For the second issue, it seems pre-trained weights for SAM are not downloaded completely. Please clear the cached files in checkpoints folder and try again. Thanks.

gaomingqi avatar May 06 '23 03:05 gaomingqi

Hello Gaomingqi

Thanks for your response

when i download all checkpoint again i got this error

VS code terminal error:

image

and when i try to do this on Conda terminal i got the different error totally confused

Conda terminal error :

image

Developerusman avatar May 06 '23 23:05 Developerusman