Home transformers Installation Error - Failed building wheel for tokenizers
Post
Cancel

transformers Installation Error - Failed building wheel for tokenizers

Error

  • Kobert를 다운 받는 중 다음과 같은 에러가 발생했다.

    1
    2
    3
    
      ERROR: Failed building wheel for tokenizers
      Failed to build tokenizers
      ERROR: Could not build wheels for tokenizers which use PEP 517 and cannot be installed directly
    

Error 해결

  • link로 들어가 명령어를 copy 한 후 terminal에 입력해줬다.

    1
    
      - `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
    
  • 터미널을 재시작 하고 pip install transformers==2.5.1 후 Kobert를 재설치 했더니 error가 해결 되었다.

참고 사이트

[Solved] transformers Installation Error - Failed building wheel for tokenizers

This post is licensed under CC BY 4.0 by the author.