python - python中的轮子是什么

标签 python python-3.x python-wheel

浏览了一些页面后,我仍然不清楚安装任何库期间轮子的用途。有人可以用简单易懂的方式向我解释一下吗?

Failed to build pandas numpy ERROR: Could not build wheels for pandas, numpy which use PEP 517 and cannot be installed directly

最佳答案

如果您遇到问题,wheel 模块可以帮助构建其他软件包,请尝试以下操作。

pip install wheel --upgrade

关于python - python中的轮子是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62971237/

相关文章:

python - 如何将图像合并为透明层?

python - Pip、wheel 和 console_scripts

python - 通过 pip 安装 psutil (wheel) 作为依赖项时出现问题

python - tensorflow-gpu 中的 "' CXXABI_1.3.8 ' not found"- 从源安装

Python:按唯一值分隔列表

python - 使用正则表达式匹配 HTML 中的一对注释

image - 使用 python urllib 从 url 下载图像但收到 HTTP 错误 403 : Forbidden

python - 如何向 numpy 数组添加名称而不更改其维度?

python-3.x - 将 dropna 设置为 True 的 Pandas groupby 生成错误的输出

python - 强制 Python 包 setup.py bdist_wheel 在子目录中包含二进制文件