Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't link to any architecture provided for Qt 6.5.0 on Windows #679

Open
nrbnlulu opened this issue May 21, 2023 · 10 comments
Open

Can't link to any architecture provided for Qt 6.5.0 on Windows #679

nrbnlulu opened this issue May 21, 2023 · 10 comments
Labels
bug Something isn't working

Comments

@nrbnlulu
Copy link

nrbnlulu commented May 21, 2023

Describe the bug
For a few days now I have been trying to run my tests on windows with no success

To Reproduce
Clone this repo and follow the instructions in the README.

aqt does not shows any error though the executable won't pass CMake validation with various errors.

Once I installed qt with the official installer everything just woked.

aqt version: aqtinstall = "^3.1.6"
OS - Windows 10

@nrbnlulu nrbnlulu added the bug Something isn't working label May 21, 2023
@ddalcino
Copy link
Contributor

Please fill out the template, thanks!

@nrbnlulu
Copy link
Author

@ddalcino Updated, hope it helps.

@miurahr
Copy link
Owner

miurahr commented May 23, 2023

Could you improve a line " subprocess.run" to capture stderr output and save as log file?
It also does not check return value. When aqt detect failure, it will return with non-zero.

@nrbnlulu
Copy link
Author

@miurahr
As I said:

aqt does not shows any error though the executable won't pass CMake validation with various errors.

Though I added that check for you.

@miurahr
Copy link
Owner

miurahr commented May 24, 2023

It seems to use a poetry like as poetry run aqt install-qt . aqtinstall does not aware of it.
I don't know what happens when calling aqt through poetry.

If anyone can reproduce it and share all log messages, I can investigate it more.

@nrbnlulu
Copy link
Author

aqtinstall does not aware of it.
wym?

@miurahr
Copy link
Owner

miurahr commented May 24, 2023

aqtinstall does not aware of it.
wym?

There is no test with it, I don't add any [tool.poetry] section configuraiton in pyproject.toml.
I specified setuptools for build system, not poetry in pyproject.toml.

@nrbnlulu
Copy link
Author

nrbnlulu commented May 28, 2023

poetry just uses virtualenv nothing too magicall... Anyways I don't know if it is related to aqt since it compiles without catch2. I will update here as soon as I solve this,

@miurahr
Copy link
Owner

miurahr commented Nov 6, 2023

Any progress? @nrbnlulu

@nrbnlulu
Copy link
Author

nrbnlulu commented Nov 6, 2023

@miurahr Im currently recruted so not yet...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants