1.setup.py中导入包

import setuptools
from distutils.core import setup

2.生成包

virtualenv -p python3 env
. env/bin/activate
pip install --upgrade setuptools wheel
python setup.py bdist_wheel

相关文章:

  • 2021-12-04
  • 2021-11-02
  • 2021-06-17
  • 2021-08-29
  • 2021-06-01
  • 2021-09-04
  • 2022-12-23
  • 2021-05-09
猜你喜欢
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2021-05-16
相关资源
相似解决方案