【问题标题】:Python build package with dependencies included包含依赖项的 Python 构建包
【发布时间】:2016-03-24 17:12:19
【问题描述】:

将依赖项包含到构建中的最佳方式是什么? 我在我的代码中使用了 numpy、pandas、graphlab。

有没有办法用 setuptools 做到这一点?

【问题讨论】:

    标签: python-2.7 build-process setuptools


    【解决方案1】:

    我很喜欢为此目的使用PyInstaller

    Numpy、pandas、matplotlib、PyQt 和许多其他包含多个二进制位和片段的包都适合我,它正在 Windows 桌面上构建和部署。

    【讨论】:

      猜你喜欢
      • 2016-10-03
      • 1970-01-01
      • 1970-01-01
      • 2012-04-01
      • 2019-04-22
      • 2014-03-12
      • 2016-03-31
      • 2019-02-23
      • 2015-08-27
      相关资源
      最近更新 更多