【发布时间】:2020-03-31 12:59:37
【问题描述】:
您好,我有一个使用 Ubuntu 19.10 构建的 Python 2.7 环境。
我想为 pandas 构建一个 whl 包。
我 pip 安装了 pandas 但不知道如何将它打包到 whl 包中。
请问我应该怎么打包。
谢谢
【问题讨论】:
-
您不能装回已安装的车轮。您可以下载现成的轮子或从源代码构建。
pip download或python setup.py bdist_wheel. -
@phd 谢谢伙计,我用 python setup.py bdist_wheel 做到了。你想发表你的答案,我会接受的~lol
标签: python pandas python-wheel