question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Qt5.15.0 does not work on windows

See original GitHub issue

Wit 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:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jgirardetcommented, Jun 17, 2020

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.

0reactions
miurahrcommented, Jun 17, 2020

It is a mistake on The Qt foundation, download site, not here.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found