Active code page: 1253
Χρήστος Παππάς@DESKTOP-8T1C1VF MSYS /g
$ pacman -S mingw-w64-x86_64-python-pyqt6
warning: mingw-w64-x86_64-python-pyqt6-6.2.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) mingw-w64-x86_64-python-pyqt6-6.2.0-1
Total Installed Size: 23.19 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [#####################] 100%
(1/1) checking package integrity [#####################] 100%
(1/1) loading package files [#####################] 100%
(1/1) checking for file conflicts [#####################] 100%
(1/1) checking available disk space [#####################] 100%
:: Processing package changes...
(1/1) reinstalling mingw-w64-x86_64-python-pyqt6 [#####################] 100%
Χρήστος Παππάς@DESKTOP-8T1C1VF MSYS /g
$ pacman -S mingw-w64-x86_64-python-pyqt6-sip
warning: mingw-w64-x86_64-python-pyqt6-sip-13.1.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) mingw-w64-x86_64-python-pyqt6-sip-13.1.0-1
Total Installed Size: 0.13 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [#####################] 100%
(1/1) checking package integrity [#####################] 100%
(1/1) loading package files [#####################] 100%
(1/1) checking for file conflicts [#####################] 100%
(1/1) checking available disk space [#####################] 100%
:: Processing package changes...
(1/1) reinstalling mingw-w64-x86_64-python-pyq... [#####################] 100%
Χρήστος Παππάς@DESKTOP-8T1C1VF MSYS /g
$ python
Python 3.9.6 (default, Aug 15 2021, 14:49:43) [GCC 10.3.0 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt6
>>> from PyQt6 import QtCore
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed while importing QtCore: Δεν ήταν δυνατό να εντοπιστεί η καθορισμένη διαδικασία.
>>> exit()
Χρήστος Παππάς@DESKTOP-8T1C1VF MSYS /g我正在尝试将pyqt版本从5更新到6。但是缺少一些dll :(。有人能帮帮我吗?
注意:Δεν ήταν δυνατό να εντοπιστεί η καθορισμένη διαδικασία.的翻译是It is not possible to determine the determined process或类似的东西。
发布于 2021-11-19 23:03:09
pacman -Qqn | pacman -S - (更新所有包),问题解决了。希望这能对将来的人有所帮助。
https://stackoverflow.com/questions/70038965
复制相似问题