Ошибка установки pyqt6 tools

I want to create my small GUI app with PyQt6. I’ve installed PyQt6, but I also have to install PyQt6-tools. So, when I tried to get it, I got this error:

C:Usersegorl>pip install pyqt6-tools
Collecting pyqt6-tools
  Using cached pyqt6_tools-6.1.0.3.2-py3-none-any.whl (29 kB)
  Using cached pyqt6_tools-6.0.3.3.2-py3-none-any.whl (29 kB)
  Using cached pyqt6_tools-6.0.2.3.2-py3-none-any.whl (29 kB)
Collecting pyqt6==6.0.2
  Using cached PyQt6-6.0.2.tar.gz (940 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... error
  ERROR: Command errored out with exit status 1:
   command: 'C:UsersegorlAppDataLocalProgramsPythonPython310python.exe' 'C:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py' prepare_metadata_for_build_wheel 'C:UsersegorlAppDataLocalTemptmpjhw74rau'
       cwd: C:UsersegorlAppDataLocalTemppip-install-yqby2el1pyqt6_1bb69b3deb294f56858c9f93a5b67097
  Complete output (29 lines):
  Traceback (most recent call last):
    File "C:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py", line 156, 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:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py", line 363, in <module>
      main()
    File "C:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py", line 345, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
    File "C:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py", line 160, in prepare_metadata_for_build_wheel
      whl_basename = backend.build_wheel(metadata_directory, config_settings)
    File "C:UsersegorlAppDataLocalTemppip-build-env-4moc33ewoverlayLibsite-packagessipbuildapi.py", line 51, in build_wheel
      project = AbstractProject.bootstrap('pep517')
    File "C:UsersegorlAppDataLocalTemppip-build-env-4moc33ewoverlayLibsite-packagessipbuildabstract_project.py", line 83, in bootstrap
      project.setup(pyproject, tool, tool_description)
    File "C:UsersegorlAppDataLocalTemppip-build-env-4moc33ewoverlayLibsite-packagessipbuildproject.py", line 587, in setup
      self.apply_user_defaults(tool)
    File "C:UsersegorlAppDataLocalTemppip-install-yqby2el1pyqt6_1bb69b3deb294f56858c9f93a5b67097project.py", line 60, in apply_user_defaults
      super().apply_user_defaults(tool)
    File "C:UsersegorlAppDataLocalTemppip-build-env-4moc33ewoverlayLibsite-packagespyqtbuildproject.py", line 70, in apply_user_defaults
      super().apply_user_defaults(tool)
    File "C:UsersegorlAppDataLocalTemppip-build-env-4moc33ewoverlayLibsite-packagessipbuildproject.py", line 234, in apply_user_defaults
      self.builder.apply_user_defaults(tool)
    File "C:UsersegorlAppDataLocalTemppip-build-env-4moc33ewoverlayLibsite-packagespyqtbuildbuilder.py", line 67, in apply_user_defaults
      raise PyProjectOptionException('qmake',
  sipbuild.pyproject.PyProjectOptionException
  ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/80/2a/70619beeebc44e0d554beaed5c6687e55d8c284d8f0fa0eeb66372ce15d0/PyQt6-6.0.2.tar.gz#sha256=aab1b58e287cd8c91d7f7b8c4f91d68b8980f07fcd2ad6d9adbf0bb75347fb9a (from https://pypi.org/simple/pyqt6/) (requires-python:>=3.6.1). Command errored out with exit status 1: 'C:UsersegorlAppDataLocalProgramsPythonPython310python.exe' 'C:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py' prepare_metadata_for_build_wheel 'C:UsersegorlAppDataLocalTemptmpjhw74rau' Check the logs for full command output.
Collecting pyqt6-tools
  Using cached pyqt6_tools-6.0.1.3.2-py3-none-any.whl (29 kB)
Collecting pyqt6==6.0.1
  Using cached PyQt6-6.0.1.tar.gz (940 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... error
  ERROR: Command errored out with exit status 1:
   command: 'C:UsersegorlAppDataLocalProgramsPythonPython310python.exe' 'C:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py' prepare_metadata_for_build_wheel 'C:UsersegorlAppDataLocalTemptmpmzbc3d1o'
       cwd: C:UsersegorlAppDataLocalTemppip-install-yqby2el1pyqt6_271acbd829354c02a24c2e3326134647
  Complete output (29 lines):
  Traceback (most recent call last):
    File "C:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py", line 156, 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:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py", line 363, in <module>
      main()
    File "C:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py", line 345, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
    File "C:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py", line 160, in prepare_metadata_for_build_wheel
      whl_basename = backend.build_wheel(metadata_directory, config_settings)
    File "C:UsersegorlAppDataLocalTemppip-build-env-hk2owijmoverlayLibsite-packagessipbuildapi.py", line 51, in build_wheel
      project = AbstractProject.bootstrap('pep517')
    File "C:UsersegorlAppDataLocalTemppip-build-env-hk2owijmoverlayLibsite-packagessipbuildabstract_project.py", line 83, in bootstrap
      project.setup(pyproject, tool, tool_description)
    File "C:UsersegorlAppDataLocalTemppip-build-env-hk2owijmoverlayLibsite-packagessipbuildproject.py", line 587, in setup
      self.apply_user_defaults(tool)
    File "C:UsersegorlAppDataLocalTemppip-install-yqby2el1pyqt6_271acbd829354c02a24c2e3326134647project.py", line 61, in apply_user_defaults
      super().apply_user_defaults(tool)
    File "C:UsersegorlAppDataLocalTemppip-build-env-hk2owijmoverlayLibsite-packagespyqtbuildproject.py", line 70, in apply_user_defaults
      super().apply_user_defaults(tool)
    File "C:UsersegorlAppDataLocalTemppip-build-env-hk2owijmoverlayLibsite-packagessipbuildproject.py", line 234, in apply_user_defaults
      self.builder.apply_user_defaults(tool)
    File "C:UsersegorlAppDataLocalTemppip-build-env-hk2owijmoverlayLibsite-packagespyqtbuildbuilder.py", line 67, in apply_user_defaults
      raise PyProjectOptionException('qmake',
  sipbuild.pyproject.PyProjectOptionException
  ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/f9/29/db2cb373ceac78c829def458fdfe72a637ed991d65f4e026997db5f3f200/PyQt6-6.0.1.tar.gz#sha256=313f0f4bf0158e7ce3b892f1ec16b3378e505e0f2458394c1245eb6807695c0d (from https://pypi.org/simple/pyqt6/) (requires-python:>=3.6.1). Command errored out with exit status 1: 'C:UsersegorlAppDataLocalProgramsPythonPython310python.exe' 'C:UsersegorlAppDataLocalProgramsPythonPython310libsite-packagespip_vendorpep517in_process_in_process.py' prepare_metadata_for_build_wheel 'C:UsersegorlAppDataLocalTemptmpmzbc3d1o' Check the logs for full command output.
ERROR: Cannot install pyqt6-tools==6.0.1.3.2, pyqt6-tools==6.0.2.3.2, pyqt6-tools==6.0.3.3.2 and pyqt6-tools==6.1.0.3.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    pyqt6-tools 6.1.0.3.2 depends on pyqt6-plugins<6.1.0.3 and >=6.1.0.2.2
    pyqt6-tools 6.0.3.3.2 depends on pyqt6-plugins<6.0.3.3 and >=6.0.3.2.2
    pyqt6-tools 6.0.2.3.2 depends on pyqt6==6.0.2
    pyqt6-tools 6.0.1.3.2 depends on pyqt6==6.0.1

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

I understand, that there is problem with dependencies, but I don’t have any experiance in pip, so I don’t know how to solve this problem. OS: Windows 10, python 3.10

C:Users->pip install pyqt6-tools
Collecting pyqt6-tools
Using cached pyqt6_tools-6.1.0.3.2-py3-none-any.whl (29 kB)
Collecting click
Using cached click-8.0.3-py3-none-any.whl (97 kB)
Collecting pyqt6==6.1.0
Using cached PyQt6-6.1.0-cp36.cp37.cp38.cp39-none-win_amd64.whl (5.3 MB)
Collecting python-dotenv
Using cached python_dotenv-0.19.2-py2.py3-none-any.whl (17 kB)
Collecting pyqt6-plugins<6.1.0.3,>=6.1.0.2.2
Using cached pyqt6_plugins-6.1.0.2.2-cp39-cp39-win_amd64.whl (74 kB)
Requirement already satisfied: PyQt6-sip<14,>=13.1 in c:users-appdatalocalprogramspythonpython39libsite-packages (from pyqt6==6.1.0->pyqt6-tools) (13.2.0)
Requirement already satisfied: PyQt6-Qt6>=6.1.0 in c:users-appdatalocalprogramspythonpython39libsite-packages (from pyqt6==6.1.0->pyqt6-tools) (6.2.2)
Collecting qt6-tools<6.1.0.2,>=6.1.0.1.2
Using cached qt6_tools-6.1.0.1.2-py3-none-any.whl (13 kB)
Collecting colorama
Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Collecting click
Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
Collecting qt6-applications<6.1.0.3,>=6.1.0.2.2
Using cached qt6_applications-6.1.0.2.2-py3-none-win_amd64.whl (60.4 MB)
ERROR: Exception:
Traceback (most recent call last):
File «C:Users-AppDataLocalProgramsPythonPython39libsite-packagespip_internalclibase_command.py», line 165, in exc_logging_wrapper
status = run_func(*args)
File «C:Users-AppDataLocalProgramsPythonPython39libsite-packagespip_internalclireq_command.py», line 205, in wrapper
return func(self, options, args)
File «C:Users-AppDataLocalProgramsPythonPython39libsite-packagespip_internalcommandsinstall.py», line 389, in run
to_install = resolver.get_installation_order(requirement_set)
File «C:Users-AppDataLocalProgramsPythonPython39libsite-packagespip_internalresolutionresolvelibresolver.py», line 188, in get_installation_order
weights = get_topological_weights(
File «C:Users-AppDataLocalProgramsPythonPython39libsite-packagespip_internalresolutionresolvelibresolver.py», line 276, in get_topological_weights
assert len(weights) == expected_node_count
AssertionError

Traceback (most recent call last):
File «/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py», line 156, 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 «/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py», line 363, in
main()
File «/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py», line 345, in main
json_out[‘return_val’] = hook(**hook_input[‘kwargs’])
File «/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py», line 160, in prepare_metadata_for_build_wheel
whl_basename = backend.build_wheel(metadata_directory, config_settings)
File «/private/var/folders/cf/vrf9bnkd52l8lyvb1p_z772r0000gn/T/pip-build-env-k6r59j6s/overlay/lib/python3.10/site-packages/sipbuild/api.py», line 46, in build_wheel
project = AbstractProject.bootstrap(‘wheel’,
File «/private/var/folders/cf/vrf9bnkd52l8lyvb1p_z772r0000gn/T/pip-build-env-k6r59j6s/overlay/lib/python3.10/site-packages/sipbuild/abstract_project.py», line 87, in bootstrap
project.setup(pyproject, tool, tool_description)
File «/private/var/folders/cf/vrf9bnkd52l8lyvb1p_z772r0000gn/T/pip-build-env-k6r59j6s/overlay/lib/python3.10/site-packages/sipbuild/project.py», line 584, in setup
self.apply_user_defaults(tool)
File «/private/var/folders/cf/vrf9bnkd52l8lyvb1p_z772r0000gn/T/pip-install-j8eim48d/pyqt6_b21f7e88a7e743d685c7cf1bb870653f/project.py», line 60, in apply_user_defaults
super().apply_user_defaults(tool)
File «/private/var/folders/cf/vrf9bnkd52l8lyvb1p_z772r0000gn/T/pip-build-env-k6r59j6s/overlay/lib/python3.10/site-packages/pyqtbuild/project.py», line 70, in apply_user_defaults
super().apply_user_defaults(tool)
File «/private/var/folders/cf/vrf9bnkd52l8lyvb1p_z772r0000gn/T/pip-build-env-k6r59j6s/overlay/lib/python3.10/site-packages/sipbuild/project.py», line 236, in apply_user_defaults
self.builder.apply_user_defaults(tool)
File «/private/var/folders/cf/vrf9bnkd52l8lyvb1p_z772r0000gn/T/pip-build-env-k6r59j6s/overlay/lib/python3.10/site-packages/pyqtbuild/builder.py», line 67, in apply_user_defaults
raise PyProjectOptionException(‘qmake’,
sipbuild.pyproject.PyProjectOptionException
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

pip последней версии, питон последней версии, pyqt6 установлена. Помогите исправить пожалуйста

I’m using Python 3.11. I’m trying to install pyqt6-tools using pip install pyqt6-tools command but the following error is occurred during installation:

C:UsersAlex>pip install pyqt6-tools Collecting pyqt6-tools Using
cached pyqt6_tools-6.1.0.3.2-py3-none-any.whl (29 kB) Collecting click
Using cached click-8.1.3-py3-none-any.whl (96 kB) Collecting
pyqt6==6.1.0 Using cached PyQt6-6.1.0.tar.gz (946 kB) Installing
build dependencies … done Getting requirements to build wheel …
done Preparing metadata (pyproject.toml) … error error:
subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │
exit code: 1 ╰─> [33 lines of output]
Traceback (most recent call last):
File «C:UsersAlexAppDataLocalProgramsPythonPython311Libsite-packagespip_vendorpep517in_process_in_process.py»,
line 144, 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:UsersAlexAppDataLocalProgramsPythonPython311Libsite-packagespip_vendorpep517in_process_in_process.py",

line 351, in
main()
File «C:UsersAlexAppDataLocalProgramsPythonPython311Libsite-packagespip_vendorpep517in_process_in_process.py»,
line 333, in main
json_out[‘return_val’] = hook(**hook_input[‘kwargs’])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File «C:UsersAlexAppDataLocalProgramsPythonPython311Libsite-packagespip_vendorpep517in_process_in_process.py»,
line 148, in prepare_metadata_for_build_wheel
whl_basename = backend.build_wheel(metadata_directory, config_settings)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagessipbuildapi.py»,
line 46, in build_wheel
project = AbstractProject.bootstrap(‘wheel’,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagessipbuildabstract_project.py», line 87, in bootstrap
project.setup(pyproject, tool, tool_description)
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagessipbuildproject.py»,
line 585, in setup
self.apply_user_defaults(tool)
File «C:UsersAlexAppDataLocalTemppip-install-m5ab_lv3pyqt6_b00490afe1cb4b13bf5a1a49acc55f24project.py»,
line 60, in apply_user_defaults
super().apply_user_defaults(tool)
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagespyqtbuildproject.py»,
line 70, in apply_user_defaults
super().apply_user_defaults(tool)
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagessipbuildproject.py»,
line 236, in apply_user_defaults
self.builder.apply_user_defaults(tool)
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagespyqtbuildbuilder.py»,
line 69, in apply_user_defaults
raise PyProjectOptionException(‘qmake’,
sipbuild.pyproject.PyProjectOptionException
[end of output]

note: This error originates from a subprocess, and is likely not a
problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above
for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

How can I fix it?

Issue

I’m using Python 3.11. I’m trying to install pyqt6-tools using pip install pyqt6-tools command but the following error is occurred during installation:

C:UsersAlex>pip install pyqt6-tools Collecting pyqt6-tools Using
cached pyqt6_tools-6.1.0.3.2-py3-none-any.whl (29 kB) Collecting click
Using cached click-8.1.3-py3-none-any.whl (96 kB) Collecting
pyqt6==6.1.0 Using cached PyQt6-6.1.0.tar.gz (946 kB) Installing
build dependencies … done Getting requirements to build wheel …
done Preparing metadata (pyproject.toml) … error error:
subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │
exit code: 1 ╰─> [33 lines of output]
Traceback (most recent call last):
File «C:UsersAlexAppDataLocalProgramsPythonPython311Libsite-packagespip_vendorpep517in_process_in_process.py»,
line 144, 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:UsersAlexAppDataLocalProgramsPythonPython311Libsite-packagespip_vendorpep517in_process_in_process.py",

line 351, in
main()
File «C:UsersAlexAppDataLocalProgramsPythonPython311Libsite-packagespip_vendorpep517in_process_in_process.py»,
line 333, in main
json_out[‘return_val’] = hook(**hook_input[‘kwargs’])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File «C:UsersAlexAppDataLocalProgramsPythonPython311Libsite-packagespip_vendorpep517in_process_in_process.py»,
line 148, in prepare_metadata_for_build_wheel
whl_basename = backend.build_wheel(metadata_directory, config_settings)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagessipbuildapi.py»,
line 46, in build_wheel
project = AbstractProject.bootstrap(‘wheel’,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagessipbuildabstract_project.py», line 87, in bootstrap
project.setup(pyproject, tool, tool_description)
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagessipbuildproject.py»,
line 585, in setup
self.apply_user_defaults(tool)
File «C:UsersAlexAppDataLocalTemppip-install-m5ab_lv3pyqt6_b00490afe1cb4b13bf5a1a49acc55f24project.py»,
line 60, in apply_user_defaults
super().apply_user_defaults(tool)
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagespyqtbuildproject.py»,
line 70, in apply_user_defaults
super().apply_user_defaults(tool)
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagessipbuildproject.py»,
line 236, in apply_user_defaults
self.builder.apply_user_defaults(tool)
File «C:UsersAlexAppDataLocalTemppip-build-env-2mc4erbooverlayLibsite-packagespyqtbuildbuilder.py»,
line 69, in apply_user_defaults
raise PyProjectOptionException(‘qmake’,
sipbuild.pyproject.PyProjectOptionException
[end of output]

note: This error originates from a subprocess, and is likely not a
problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above
for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

How can I fix it?

Solution

It looks like this is might be a sort of bug, but really more that there isn’t an installer yet for your version of python and OS.

You can either try installing an older version of Python, some version of 3.10 would probably do. Or you can try one of the workarounds detailed in the bug report that people have claimed to successfully have used in the github repo

The link directs you to instructions for PyQt5, but if you scroll down you will see people claiming that the same process works for PyQt6 and there are specific wheel files you can download.

Answered By — Alexander

  • Ошибка установки microsoft word
  • Ошибка установки pyqt5 tools
  • Ошибка установки microsoft visual studio
  • Ошибка установки oracle код ошибки 3
  • Ошибка установки microsoft visual c 0x80070666