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

      1. <tfoot id='KGBtE'></tfoot>
        <legend id='KGBtE'><style id='KGBtE'><dir id='KGBtE'><q id='KGBtE'></q></dir></style></legend>

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

        • <bdo id='KGBtE'></bdo><ul id='KGBtE'></ul>

        多处理在 Python 中工作,但不在 iPython 中

        时间:2023-05-27
        <tfoot id='ViEvU'></tfoot>

            <bdo id='ViEvU'></bdo><ul id='ViEvU'></ul>
          • <small id='ViEvU'></small><noframes id='ViEvU'>

          • <i id='ViEvU'><tr id='ViEvU'><dt id='ViEvU'><q id='ViEvU'><span id='ViEvU'><b id='ViEvU'><form id='ViEvU'><ins id='ViEvU'></ins><ul id='ViEvU'></ul><sub id='ViEvU'></sub></form><legend id='ViEvU'></legend><bdo id='ViEvU'><pre id='ViEvU'><center id='ViEvU'></center></pre></bdo></b><th id='ViEvU'></th></span></q></dt></tr></i><div id='ViEvU'><tfoot id='ViEvU'></tfoot><dl id='ViEvU'><fieldset id='ViEvU'></fieldset></dl></div>
              <tbody id='ViEvU'></tbody>
            • <legend id='ViEvU'><style id='ViEvU'><dir id='ViEvU'><q id='ViEvU'></q></dir></style></legend>
                1. 本文介绍了多处理在 Python 中工作,但不在 iPython 中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我在 iPython 中运行以下代码:

                  I am running the following code in iPython:

                  import multiprocessing
                  
                  def my_function(x):
                      """The function you want to compute in parallel."""
                      x += 1
                      return x
                  
                  
                  if __name__ == '__main__':
                      pool = multiprocessing.Pool()
                      results = pool.map(my_function, [1,2,3,4,5,6])
                      print(results)
                  

                  在 Windows 上的 ipython QT 控制台中.但是,代码不起作用——QT 控制台只是冻结了.这个问题是 iPython 特有的(上面的代码应该适用于常规的 Python 2.7).

                  in ipython QT console on Windows. However, the code does not work -- the QT console just freezes up. The issue is specific to iPython (the code above should work for the regular Python 2.7).

                  有什么解决办法吗?

                  推荐答案

                  来自 文档:

                  注意

                  此包中的功能要求 __main__ 模块是孩子们可以导入.这在编程指南中有介绍但是值得在这里指出.这意味着一些例子,比如 multiprocessing.Pool 的例子在交互式解释器

                  Functionality within this package requires that the __main__ module be importable by the children. This is covered in Programming guidelines however it is worth pointing out here. This means that some examples, such as the multiprocessing.Pool examples will not work in the interactive interpreter

                  这篇关于多处理在 Python 中工作,但不在 iPython 中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:大型对象列表上的多处理 Pool.map() 缩放不良:如何 下一篇:多处理 - 管道与队列

                  相关文章

                  最新文章

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

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

                      <bdo id='Qjm4N'></bdo><ul id='Qjm4N'></ul>
                    <legend id='Qjm4N'><style id='Qjm4N'><dir id='Qjm4N'><q id='Qjm4N'></q></dir></style></legend>
                    1. <tfoot id='Qjm4N'></tfoot>