通过 pip help wheel
查看 wheel 的命令发现:
-w, --wheel-dir <dir> Build wheels into <dir>, where the default is the current working directory.
这就是 whl 的打包命令,我下了一个 PyHook3 的源码来进行试验,就是 .tar.gz
结尾的文件解压后就能看到项目源码。
C:\Users\Administrator>pip wheel -w, -wheel-dir C:\Users\Administrator\Desktop\P yHook3-1.6.1
Processing c:\users\administrator\desktop\pyhook3-1.6.1 Building wheels for collected packages: PyHook3 Building wheel for PyHook3 (setup.py) ... done Stored in directory: c:\users\administrator\heel-dir Successfully built PyHook3
什么版本的 python 就会生成对应版本的 whl 文件。
whl 文件保存位置:
c:\users\administrator\heel-dir
,
上面指明了。
想用 whl 打包功能,可能需要 vc++ 运行库。
如果遇到 Microsoft Visual C++ 14.0 is required
报错,
请看我的这篇文章:
运行成功图示:
PyHook3 项目源码:
喜欢的点个赞❤吧!