Qt 5.15.1 installation on Windows seems to fail
See original GitHub issueHi @jurplel, I tried to install Qt 5.15.1 for Windows (https://github.com/pbek/QOwnNotes/runs/1017680624?check_suite_focus=true) and it currently fails with:
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\QOwnNotes/Qt\\5.15.1\\mingw73_64\\bin\\qt.conf'
Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.7.8\x64\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\hostedtoolcache\windows\Python\3.7.8\x64\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\hostedtoolcache\windows\Python\3.7.8\x64\lib\site-packages\aqt\__main__.py", line 28, in <module>
sys.exit(main())
File "C:\hostedtoolcache\windows\Python\3.7.8\x64\lib\site-packages\aqt\__init__.py", line 38, in main
return cli.run()
File "C:\hostedtoolcache\windows\Python\3.7.8\x64\lib\site-packages\aqt\cli.py", line 340, in run
return args.func(args)
File "C:\hostedtoolcache\windows\Python\3.7.8\x64\lib\site-packages\aqt\cli.py", line 158, in run_install
installer.finalize()
File "C:\hostedtoolcache\windows\Python\3.7.8\x64\lib\site-packages\aqt\installer.py", line 174, in finalize
self.make_conf_files(target.version, target.arch)
File "C:\hostedtoolcache\windows\Python\3.7.8\x64\lib\site-packages\aqt\installer.py", line 157, in make_conf_files
raise e
File "C:\hostedtoolcache\windows\Python\3.7.8\x64\lib\site-packages\aqt\installer.py", line 141, in make_conf_files
with open(os.path.join(self.base_dir, qt_version, arch_dir, 'bin', 'qt.conf'), 'w') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\QOwnNotes/Qt\\5.15.1\\mingw73_64\\bin\\qt.conf'
The actual downloading of the packages seems to work.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Qt Creator Install problem on Windows - Qt Forum
Hi all, I'll try to keep this brief. I was running Qt Creator 5.15.2. I kept getting prompted to update to Qt6, I've...
Read more >[qt5] build failure on Windows #21343 - microsoft/vcpkg - GitHub
@JackBoos Apparently, the problem seems to have arisen when I installed Visual Studio 2022. I can build it on a machine that has...
Read more >Qt Install Windows vs 2019 - Getting Started - Geant4 Forum
Geant4 seems to be compiled correctly as I am able to run example B1 but I am unable to see it visualized with...
Read more >Qt 5.1.1: Application failed to start because platform plugin ...
This application failed to start because it could not find or load the Qt platform plugin "windows". Available platform plugins are: minimal, ...
Read more >Installing Qt without installer - Declaration of VAR
obj ninja: build stopped: subcommand failed. Then perhaps you have an “old” Windows 10 SDK installed. In my case it was 10.0.17763 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Although deploying doesn’t seem to work. There seems to be a bug in Qt 5.14+ where windeployqt doesn’t find the platform bundles: https://stackoverflow.com/questions/61045959/windeployqt-error-unable-to-find-the-platform-plugin 😞
example: https://github.com/qownnotes/qon-build-test/runs/1034960123?check_suite_focus=true#step:10:1225
yeah 😕