Es war PyQt5, dass ich nachinstalliert hatte.
Um die Software wieder zu entfernen, führte ich in der Windows Konsole den Befehl "pip3 uninstall PyQt5" aus.
Beim ausführen von pyinstaller erscheint jetzt folgende Fehlermeldung:
Code: Alles auswählen
File "c:\users\michael\appdata\local\programs\python\python37\lib\site-packages\PyInstaller\building\build_main.py", line 791, in build
exec(code, spec_namespace)
File "C:\Users\michael\Documents\pythonScripte\meinScript.spec", line 33, in <module>
console=False )
File "c:\users\michael\appdata\local\programs\python\python37\lib\site-packages\PyInstaller\building\api.py", line 435, in __init__
upx_exclude=self.upx_exclude
File "c:\users\michael\appdata\local\programs\python\python37\lib\site-packages\PyInstaller\building\api.py", line 197, in __init__
self.__postinit__()
File "c:\users\michael\appdata\local\programs\python\python37\lib\site-packages\PyInstaller\building\datastruct.py", line 158, in __postinit__
self.assemble()
File "c:\users\michael\appdata\local\programs\python\python37\lib\site-packages\PyInstaller\building\api.py", line 262, in assemble
dist_nm=inm)
File "c:\users\michael\appdata\local\programs\python\python37\lib\site-packages\PyInstaller\building\utils.py", line 218, in checkCache
digest = cacheDigest(fnm, redirects)
File "c:\users\michael\appdata\local\programs\python\python37\lib\site-packages\PyInstaller\building\utils.py", line 363, in cacheDigest
with open(fnm, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\users\\michael\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyQt5\\Qt\\bin\\d3dcompiler_47.dll'
Wie kann ich meine Entwicklungsumgebung wieder reparieren? bzw. die Abhängigkeiten zu PyQt5 lösen?