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

        <small id='cPX71'></small><noframes id='cPX71'>

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

        如何让pip从需求文件中运行特定命令?

        How to make pip run a specific command from requirements file?(如何让pip从需求文件中运行特定命令?)
          <tfoot id='AObuA'></tfoot>
            <bdo id='AObuA'></bdo><ul id='AObuA'></ul>

              <tbody id='AObuA'></tbody>

            <small id='AObuA'></small><noframes id='AObuA'>

                1. <i id='AObuA'><tr id='AObuA'><dt id='AObuA'><q id='AObuA'><span id='AObuA'><b id='AObuA'><form id='AObuA'><ins id='AObuA'></ins><ul id='AObuA'></ul><sub id='AObuA'></sub></form><legend id='AObuA'></legend><bdo id='AObuA'><pre id='AObuA'><center id='AObuA'></center></pre></bdo></b><th id='AObuA'></th></span></q></dt></tr></i><div id='AObuA'><tfoot id='AObuA'></tfoot><dl id='AObuA'><fieldset id='AObuA'></fieldset></dl></div>
                  <legend id='AObuA'><style id='AObuA'><dir id='AObuA'><q id='AObuA'></q></dir></style></legend>
                2. 本文介绍了如何让pip从需求文件中运行特定命令?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想在我的quirements.txt文件中为torchtorchvision添加行,以便于克隆,我将在不久的将来从计算机移动到计算机和云。

                  我想要一个简单的pip install -r requirements.txt,并为我的项目完成它。

                  > pip freeze > requirements.txt
                  

                  提供类似于

                  的内容
                  ...
                  torch==1.5.0
                  torchvision==0.6.0
                  ...
                  

                  但是,pip install -r requirements.txt(实际上是pip install torch)不起作用,相反,如official torch site所示,命令应该是:

                  pip install torch===1.5.0 torchvision===0.6.0 -f https://download.pytorch.org/whl/torch_stable.html
                  

                  如何使需求文件反映这一点?

                  我的桌面是Windows 10。


                  奖金问题:

                  我的云是基于Linux的。
                  如何使需求文件同时适合桌面和云?

                  推荐答案

                  You can use the same options in your requirements.txt file,例如

                  torch===1.5.0
                  torchvision===0.6.0
                  -f https://download.pytorch.org/whl/torch_stable.html
                  

                  然后只需运行pip install -r requirements.txt

                  这篇关于如何让pip从需求文件中运行特定命令?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  GUI Freezes while downloading PyQt5 and Pytube(GUI在下载PyQt5和Pytube时冻结)
                  How to solve memory issues while multiprocessing using Pool.map()?(如何解决使用Pool.map()进行多处理时的内存问题?)
                  Python - How to use FastAPI and uvicorn.run without blocking the thread?(Python-如何使用FastAPI和uvicorn.run而不阻塞线程?)
                  How to increment a shared counter from multiple processes?(如何从多个进程递增共享计数器?)
                  Using pika, how to connect to rabbitmq running in docker, started with docker-compose with external network?(使用pika,如何连接运行在docker中的rabbitmq,从docker开始-与外部网络连接?)
                  How to use .rolling() on each row of a Pandas dataframe?(如何对 pandas 数据帧的每一行使用.roll()?)
                    • <i id='QtZUH'><tr id='QtZUH'><dt id='QtZUH'><q id='QtZUH'><span id='QtZUH'><b id='QtZUH'><form id='QtZUH'><ins id='QtZUH'></ins><ul id='QtZUH'></ul><sub id='QtZUH'></sub></form><legend id='QtZUH'></legend><bdo id='QtZUH'><pre id='QtZUH'><center id='QtZUH'></center></pre></bdo></b><th id='QtZUH'></th></span></q></dt></tr></i><div id='QtZUH'><tfoot id='QtZUH'></tfoot><dl id='QtZUH'><fieldset id='QtZUH'></fieldset></dl></div>
                            <bdo id='QtZUH'></bdo><ul id='QtZUH'></ul>

                            <legend id='QtZUH'><style id='QtZUH'><dir id='QtZUH'><q id='QtZUH'></q></dir></style></legend>
                              <tbody id='QtZUH'></tbody>
                          • <small id='QtZUH'></small><noframes id='QtZUH'>

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