본문 바로가기

Error and Solve

[에러 해결] ImportError: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (huggingface_hub/constants.py)

반응형

 

 

 

 

오류 ImportError: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (huggingface_hub/constants.py)

 

 

 

ImportError: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (huggingface_hub/constants.py) 

 

Huggingface_hub 패키지를 쓸 때 오류가 났다 

 

 

 

 

2. 

 

 

원래 huggingface-hub 패키지는 0.17.3

 

huggingface-hub==0.21.2로 업그레이드 시켰더니 해결되었다 

 

 

pip install huggingface-hub==0.21.2

 

 

 

위와 같은 tokenizers 패키지 warning도 나타나지만, 모델을 돌리기에는 무리가 있지는 않ㅆ다 

 

 

 

 

 


 

Reference

 

 

 

 

 

반응형