Open nrbnlulu opened 1 year ago
Please fill out the template, thanks!
@ddalcino Updated, hope it helps.
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.
@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.
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.
aqtinstall does not aware of it. wym?
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.
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,
Any progress? @nrbnlulu
@miurahr Im currently recruted so not yet...
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