【python中级】使用 setuptools生成 whl 轮子文件
【python中级】使用 setuptools生成 whl 轮子文件
- 1.背景
- 2. 生成whl扩展轮子
- 3.关于WHEEL说明
1.背景
由于软件版本的更新,很多接口也会发生变化;本博客记录软件版本:
PS:各位在项目开发的时候一定要记录当前项目依赖的三方包以及版本号!
本博客python版本:3.13.1
python --version
python3.13.1版本中标准库中已经没有distutils了!
地址:file:///E:/E03_develops/E03_python3/install/Python3.13.1/Doc/html/library/distutils.html
distutils — Building and installing Python modules
Deprecated since version 3.10, removed in version 3.12.
This module is no longer part of the Python standard library.
It was removed in Python