久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

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

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

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

        AttributeError:模塊 'sipbuild.api' 沒有 PyQt5 5.1

        AttributeError: module #39;sipbuild.api#39; has no attribute #39;prepare_metadata_for_build_wheel#39; for PyQt5 5.15.0(AttributeError:模塊 sipbuild.api 沒有 PyQt5 5.15.0 的屬性 prepare_metadata_for_build_wheel) - IT屋-程序員軟件開

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

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

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

              1. <i id='iqVuY'><tr id='iqVuY'><dt id='iqVuY'><q id='iqVuY'><span id='iqVuY'><b id='iqVuY'><form id='iqVuY'><ins id='iqVuY'></ins><ul id='iqVuY'></ul><sub id='iqVuY'></sub></form><legend id='iqVuY'></legend><bdo id='iqVuY'><pre id='iqVuY'><center id='iqVuY'></center></pre></bdo></b><th id='iqVuY'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='iqVuY'><tfoot id='iqVuY'></tfoot><dl id='iqVuY'><fieldset id='iqVuY'></fieldset></dl></div>
                  <tbody id='iqVuY'></tbody>
                  <bdo id='iqVuY'></bdo><ul id='iqVuY'></ul>
                  本文介紹了AttributeError:模塊 'sipbuild.api' 沒有 PyQt5 5.15.0 的屬性 'prepare_metadata_for_build_wheel'的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我嘗試安裝的程序需要安裝 PyQt5 5.15.0 ,這給了我這個錯誤.奇怪的是,最新版本的 PyQt5 (5.15.2) 可以正常安裝,但是這個程序特別需要 5.15.0.

                  A program I am trying to install requires the installation of PyQt5 5.15.0 , which gives me this error. The odd thing is that the installation works fine for the latest version of PyQt5 (5.15.2), but this program requires 5.15.0 specifically.

                  命令輸出:

                  Collecting PyQt5==5.15.0
                    Using cached PyQt5-5.15.0.tar.gz (3.3 MB)
                    Installing build dependencies ... done
                    Getting requirements to build wheel ... done
                      Preparing wheel metadata ... error
                      ERROR: Command errored out with exit status 1:
                       command: 'c:usersmshalappdatalocalprogramspythonpython39python.exe' 'C:UsersmshalAppDataRoamingPythonPython39site-packagespip\_vendorpep517\_in_process.py' prepare_metadata_for_build_wheel 'C:UsersmshalAppDataLocalTemp	mp41s11ev6'
                           cwd: C:UsersmshalAppDataLocalTemppip-install-sfw90hvcpyqt5_e2cc46859b554da7b84798abae5378ba
                      Complete output (31 lines):
                      Traceback (most recent call last):
                        File "C:UsersmshalAppDataRoamingPythonPython39site-packagespip\_vendorpep517\_in_process.py", line 126, in prepare_metadata_for_build_wheel
                          hook = backend.prepare_metadata_for_build_wheel
                      AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'
                  
                      During handling of the above exception, another exception occurred:
                  
                      Traceback (most recent call last):
                        File "C:UsersmshalAppDataRoamingPythonPython39site-packagespip\_vendorpep517\_in_process.py", line 280, in <module>
                          main()
                        File "C:UsersmshalAppDataRoamingPythonPython39site-packagespip\_vendorpep517\_in_process.py", line 263, in main
                          json_out['return_val'] = hook(**hook_input['kwargs'])
                        File "C:UsersmshalAppDataRoamingPythonPython39site-packagespip\_vendorpep517\_in_process.py", line 130, in prepare_metadata_for_build_wheel
                          return _get_wheel_metadata_from_wheel(backend, metadata_directory,
                        File "C:UsersmshalAppDataRoamingPythonPython39site-packagespip\_vendorpep517\_in_process.py", line 159, in _get_wheel_metadata_from_wheel
                          whl_basename = backend.build_wheel(metadata_directory, config_settings)
                        File "C:UsersmshalAppDataLocalTemppip-build-env-nnx_yu09overlayLibsite-packagessipbuildapi.py", line 51, in build_wheel
                          project = AbstractProject.bootstrap('pep517')
                        File "C:UsersmshalAppDataLocalTemppip-build-env-nnx_yu09overlayLibsite-packagessipbuildabstract_project.py", line 83, in bootstrap
                          project.setup(pyproject, tool, tool_description)
                        File "C:UsersmshalAppDataLocalTemppip-build-env-nnx_yu09overlayLibsite-packagessipbuildproject.py", line 479, in setup
                          self.apply_user_defaults(tool)
                        File "project.py", line 62, in apply_user_defaults
                          super().apply_user_defaults(tool)
                        File "C:UsersmshalAppDataLocalTemppip-build-env-nnx_yu09overlayLibsite-packagespyqtbuildproject.py", line 79, in apply_user_defaults
                          super().apply_user_defaults(tool)
                        File "C:UsersmshalAppDataLocalTemppip-build-env-nnx_yu09overlayLibsite-packagessipbuildproject.py", line 225, in apply_user_defaults
                          self.builder.apply_user_defaults(tool)
                        File "C:UsersmshalAppDataLocalTemppip-build-env-nnx_yu09overlayLibsite-packagespyqtbuilduilder.py", line 66, in apply_user_defaults
                          raise PyProjectOptionException('qmake',
                      sipbuild.pyproject.PyProjectOptionException
                      ----------------------------------------
                  ERROR: Command errored out with exit status 1: 'c:usersmshalappdatalocalprogramspythonpython39python.exe' 'C:UsersmshalAppDataRoamingPythonPython39site-packagespip\_vendorpep517\_in_process.py' prepare_metadata_for_build_wheel 'C:UsersmshalAppDataLocalTemp	mp41s11ev6' Check the logs for full command output.
                  

                  我使用的是最新版本的 pip.關于這個問題的根本原因的任何想法?

                  I am on the latest version of pip. Any ideas on the root cause of this issue?

                  推薦答案

                  幫助我將 pip 從 20.2.3 升級到最新版本(在我的例子中是 21.1.1)

                  What helped me is upgrading pip from 20.2.3 to the latest one (in my case 21.1.1)

                  這篇關于AttributeError:模塊 'sipbuild.api' 沒有 PyQt5 5.15.0 的屬性 'prepare_metadata_for_build_wheel'的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  How to bind a function to an Action from Qt menubar?(如何將函數綁定到 Qt 菜單欄中的操作?)
                  PyQt progress jumps to 100% after it starts(PyQt 啟動后進度躍升至 100%)
                  How to set yaxis tick label in a fixed position so that when i scroll left or right the yaxis tick label should be visible?(如何將 yaxis 刻度標簽設置在固定位置,以便當我向左或向右滾動時,yaxis 刻度標簽應該可見
                  `QImage` constructor has unknown keyword `data`(`QImage` 構造函數有未知關鍵字 `data`)
                  Change x-axis ticks to custom strings(將 x 軸刻度更改為自定義字符串)
                  How to show progress bar while saving file to excel in python?(如何在python中將文件保存為excel時顯示進度條?)

                • <legend id='OKYhK'><style id='OKYhK'><dir id='OKYhK'><q id='OKYhK'></q></dir></style></legend>
                • <i id='OKYhK'><tr id='OKYhK'><dt id='OKYhK'><q id='OKYhK'><span id='OKYhK'><b id='OKYhK'><form id='OKYhK'><ins id='OKYhK'></ins><ul id='OKYhK'></ul><sub id='OKYhK'></sub></form><legend id='OKYhK'></legend><bdo id='OKYhK'><pre id='OKYhK'><center id='OKYhK'></center></pre></bdo></b><th id='OKYhK'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='OKYhK'><tfoot id='OKYhK'></tfoot><dl id='OKYhK'><fieldset id='OKYhK'></fieldset></dl></div>

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

                            <tbody id='OKYhK'></tbody>
                            <bdo id='OKYhK'></bdo><ul id='OKYhK'></ul>
                            <tfoot id='OKYhK'></tfoot>
                            主站蜘蛛池模板: 四虎海外 | 欧美激情精品久久久久久 | 亚洲午夜视频在线观看 | 蜜臀av日日欢夜夜爽一区 | 国产一区二 | 日韩在线综合网 | 91精品国产色综合久久不卡蜜臀 | 涩涩视频在线观看免费 | 九九久久精品 | 中文字幕一区在线 | 精品美女在线观看视频在线观看 | 中文在线a在线 | 99re6在线视频精品免费 | 欧美一级黄带 | 亚洲欧美视频一区 | 九九看片| 欧美性tv | 高清亚洲 | aⅴ色国产 欧美 | www.久草.com | 亚洲免费一区二区 | 天天躁日日躁性色aⅴ电影 免费在线观看成年人视频 国产欧美精品 | 99在线免费视频 | 久久久精品 | 一区二区三区福利视频 | 免费国产一区 | 国产黄色网| 99久久日韩精品免费热麻豆美女 | 天天人人精品 | 欧美aaaaaaaaaa | 国产精品无码久久久久 | 九色网址| 成人免费一级视频 | 亚洲一av| 亚洲精品一区在线 | 久久成人综合 | 色资源在线 | 色视频www在线播放国产人成 | 成人av网站在线观看 | 午夜欧美 | 成人免费视频网站 |