TorchStudio / torchstudio

IDE for PyTorch and its ecosystem
https://torchstudio.ai
MIT License
378 stars 27 forks source link

Error during load dataset "celeb A" #64

Closed zaliir closed 6 months ago

zaliir commented 6 months ago

error message: File /home/ali/TorchStudio/python/lib/python3.12/site-packages/torchvision/datasets/utils.py, line 198, in download_file_from_google_drive raise RuntimeError( RuntimeError: To download files from GDrive, 'gdown' is required. You can install it with 'pip install gdown'.

install gdown

After installing "gdown", it gives the same error again.

divideconcept commented 6 months ago

Then unfortunately it looks like it's an issue with PyTorch rather than TorchStudio...