-
[pip error] THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILEWhat I Know now/Errors 2024. 3. 13. 17:29
발생한 오류:
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
pip에서 cache를 이용해서 설치하기 때문에 발생하는 오류로 보입니다.
sudo pip install --no-cache-dir {설치파일}
rm ~/.cache/pip -rf
위 둘 중 하나를 사용해보면 해결될 것 같습니다. 저는 전자를 사용하여 해결하였습니다.
'What I Know now > Errors' 카테고리의 다른 글
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE 해결법 (7) 2024.04.18 [Stablediffusion-Webui] No module 'xformers'. Proceeding without it. 오류 (Ubuntu 환경) (3) 2023.08.02