What is the meaning of “Failed building wheel for X” in pip install?

后端 未结 12 1020
执念已碎
执念已碎 2020-12-07 13:54

This is a truly popular question here at SO, but none of the many answers I have looked at, clearly explain what this error really mean, and why it occurs.

One sour

12条回答
  •  囚心锁ツ
    2020-12-07 14:03

    I had the same problem while installing Brotli

    ERROR

    Failed building wheel for Brotli
    

    I solved it by downloading the .whl file from here and installing it using the below command

    C:\Users\{user_name}\Downloads>pip install Brotli-1.0.9-cp39-cp39-win_amd64.whl
    

提交回复
热议问题