<legend id='fqid5'><style id='fqid5'><dir id='fqid5'><q id='fqid5'></q></dir></style></legend>

      <i id='fqid5'><tr id='fqid5'><dt id='fqid5'><q id='fqid5'><span id='fqid5'><b id='fqid5'><form id='fqid5'><ins id='fqid5'></ins><ul id='fqid5'></ul><sub id='fqid5'></sub></form><legend id='fqid5'></legend><bdo id='fqid5'><pre id='fqid5'><center id='fqid5'></center></pre></bdo></b><th id='fqid5'></th></span></q></dt></tr></i><div id='fqid5'><tfoot id='fqid5'></tfoot><dl id='fqid5'><fieldset id='fqid5'></fieldset></dl></div>

    1. <small id='fqid5'></small><noframes id='fqid5'>

        <bdo id='fqid5'></bdo><ul id='fqid5'></ul>

      <tfoot id='fqid5'></tfoot>
      1. 从本地 python 包构建 conda 包

        时间:2023-09-13

        • <tfoot id='q9Fp7'></tfoot>

            <bdo id='q9Fp7'></bdo><ul id='q9Fp7'></ul>
            <i id='q9Fp7'><tr id='q9Fp7'><dt id='q9Fp7'><q id='q9Fp7'><span id='q9Fp7'><b id='q9Fp7'><form id='q9Fp7'><ins id='q9Fp7'></ins><ul id='q9Fp7'></ul><sub id='q9Fp7'></sub></form><legend id='q9Fp7'></legend><bdo id='q9Fp7'><pre id='q9Fp7'><center id='q9Fp7'></center></pre></bdo></b><th id='q9Fp7'></th></span></q></dt></tr></i><div id='q9Fp7'><tfoot id='q9Fp7'></tfoot><dl id='q9Fp7'><fieldset id='q9Fp7'></fieldset></dl></div>

                <tbody id='q9Fp7'></tbody>
            1. <legend id='q9Fp7'><style id='q9Fp7'><dir id='q9Fp7'><q id='q9Fp7'></q></dir></style></legend>
            2. <small id='q9Fp7'></small><noframes id='q9Fp7'>

                1. 本文介绍了从本地 python 包构建 conda 包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我找不到一个完整的示例,说明如何从我编写的 python 包创建 conda 包,以及如何使用 conda install 安装包,而它在我的计算机上而不是在 anaconda 云上.例如,我正在寻找不使用 pypi 的 conda 骨架,而是在我的 windows 机器上使用 python 包,源代码必须在我的 windows 机器上,而不是在 pypi 或其他云上.任何帮助都会很重要.非常感谢

                  I can't find a complete example of how to create a conda package from a python package that I wrote and also how to install the package using conda install, while it is on my computer and not on anaconda cloud. I'm looking for example that not using conda skeleton from pypi, but using a python package on my windows machine, the source code must be on my windows machine and not on pypi or other cloud. any help would be mostly appriciate. thanks very much

                  推荐答案

                  可以在元数据文件 meta.yaml 中指定一个本地源目录,方法是:

                  A local source directory can be specified in the metadata file meta.yaml by using:

                    source:
                       path: ../src
                  

                  https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#source-from-a-local-path

                  此外,要打包您自己的程序,您必须定义构建和安装它所需的步骤(例如,为使用 setuptools 的 python 脚本运行 setup.py install:https://setuptools.readthedocs.io/en/latest/index.html) 文件 build.sh for linux 和用于 Windows 的 bld.bat.

                  Additionally, to package your own program you have to define the steps needed to build and install it (for instance, running setup.py install for a python script that uses setuptools: https://setuptools.readthedocs.io/en/latest/index.html) in the files build.sh for linux and bld.bat for windows.

                  这篇关于从本地 python 包构建 conda 包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何使用 PIP 查看依赖于某个包的所有包? 下一篇:如何在 Windows 上安装 .egg Python 包(尝试使用 easy

                  相关文章

                  最新文章

                2. <small id='9wy5y'></small><noframes id='9wy5y'>

                  <tfoot id='9wy5y'></tfoot>
                    • <bdo id='9wy5y'></bdo><ul id='9wy5y'></ul>

                    1. <i id='9wy5y'><tr id='9wy5y'><dt id='9wy5y'><q id='9wy5y'><span id='9wy5y'><b id='9wy5y'><form id='9wy5y'><ins id='9wy5y'></ins><ul id='9wy5y'></ul><sub id='9wy5y'></sub></form><legend id='9wy5y'></legend><bdo id='9wy5y'><pre id='9wy5y'><center id='9wy5y'></center></pre></bdo></b><th id='9wy5y'></th></span></q></dt></tr></i><div id='9wy5y'><tfoot id='9wy5y'></tfoot><dl id='9wy5y'><fieldset id='9wy5y'></fieldset></dl></div>

                    2. <legend id='9wy5y'><style id='9wy5y'><dir id='9wy5y'><q id='9wy5y'></q></dir></style></legend>