Qt5.15.0 does not work on windows
See original GitHub issueWit the command
python -m aqt install -O D:\a\mne-cpp/Qt 5.15.0 windows desktop win64_msvc2017_64 -m qtcharts
I get the the following error message
2020-05-27 14:52:30,736 - aqt - INFO - aqtinstall(aqt) v0.8 on Python 3.7.7 [CPython MSC v.1900 64 bit (AMD64)]
2020-05-27 14:52:30,736 - aqt - WARNING - Some of specified modules are unknown.
2020-05-27 14:52:31,878 - aqt - ERROR - Error while parsing package information!
##[error]The process 'python' failed with exit code 1
See here for the complete log. The corresponding github workflow script can be found here. Linux and macos work fine.
Do you have any ideas what might be happening?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Qt for Windows - Requirements | Qt 5.15 - Qt Documentation
This page describes the required libraries and environment for Qt for Windows. Libraries. The following third-party libraries may be used when running Qt...
Read more >Qt for Windows - Building from Source | Qt 5.15
This page describes the process of configuring and building Qt for Windows. Before building, there are some requirements that are given in more...
Read more >How to get Qt5.15 on Windows ? | Qt Forum
So I have a few questions: is there someone around here who managed to compile Qt5.15 on Windows, and can testify that it...
Read more >Troubleshooting | Qt 5.15.11 for Device Creation
General Issues. I have problems deploying/launching the application in Qt Creator. Check that the device is properly connected to the development host via ......
Read more >Supported Platforms | Qt 5.15 - Qt Documentation
Open GL (ES) 2.0, DirectX 9 or 11 (with ANGLE), or an alternative renderer is required for Qt Quick 2. Widgets can be...
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
looking at : https://wiki.qt.io/MinGW QT 5.15 and QT6 uses mingw 8.1 toolchain. so I think it explains why they commented it out.
It is a mistake on The Qt foundation, download site, not here.