전체 글 (130) 썸네일형 리스트형 [오류 해결] ModuleNotFoundError: No module named 'huggingface_hub.constants' / pip install transformers, hugginface-hub 오류 ModuleNotFoundError: No module named 'huggingface_hub.constants' diffusers/utils/constants.py", line 17, in from huggingface_hub.constants import HF_HOMEModuleNotFoundError: No module named 'huggingface_hub.constants' ModuleNotFoundError: No module named 'huggingface_hub.constants'huggingface_hub 패키지에서 no module error가 났다 transformers, hugginface-hub 패키지 재설치 먼저 transformer 버전을 수정했다 .. [에러 해결] 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 패키지 warni.. [에러 해결] 높은 버전의 pip 패키지 까는 법 / pip config set global.index-url https://pypi.org/simple 높은 버전 pip 까는 법 pip config set global.index-url https://pypi.org/simple 이전 1 ··· 20 21 22 23 24 25 26 ··· 44 다음