ERROR: Could not build wheels for lru-dict, cytoolz, frozenlist, multidict, yarl, which is required to install pyproject.toml-based projects
时间: 2023-11-24 09:51:53 浏览: 462
python安装web3时报错,提示lru-dict, bitarray, cytoolz几个库缺失wheel文,需要build
这个错误通常是由于缺少一些必要的编译工具或库文件导致的。你可以尝试以下几种方法来解决这个问题:
1.安装编译工具和库文件
你需要安装一些编译工具和库文件,例如Microsoft Visual C++ Build Tools和Python开发包。你可以在官方网站上下载并安装它们。
2.使用预编译的包
你可以尝试使用预编译的包来避免编译错误。例如,你可以在https://www.lfd.uci.edu/~gohlke/pythonlibs/上下载预编译的包。
3.使用conda环境
你可以使用conda环境来避免编译错误。conda环境可以为你提供所需的编译工具和库文件。你可以在https://docs.conda.io/en/latest/miniconda.html上下载并安装conda。
阅读全文