Rok Mandeljc
Rok Mandeljc
Thanks, that list of packages to install in `control` file is exactly what I was looking for! ---- The Qt mess is due to the fact that you are running...
And I think `test_Qt_QtQml[PySide6-*]` tests require `qml6-module-qtquick-templates` to be `apt`-installed.
> Can you confirm if I am reading that error message and it thinks it is running under Windows? I don't think that's the case > ``` > ------------------------------ Captured...
I can reproduce this in my `sid` VM, and it seems that `python3-pytest-xvfb` is somehow involved. If I remove it and manually set up `Xvfb` instead (i.e., run it and...
Looks like the problem is that `pytest-xvfb` uses 16-bit color depth by default; if I change it to 24-bit, it works with `pytest-xvfb` as well. (Perhaps QtWebEngine in 6.9.x changed...
Looks like the missing files are provided by `qml-module-qtquick-controls` and `qml-module-qtwebengine`.
What version of python are you using? What version of numpy? And what version of PyInstaller?
That combination seems to work as expected on my system. Can you try freezing the following minimal program ```python import numpy print(numpy) ``` Does it raise the same error? If...
> tried with your command not found any issue Then either this is specific to your executable, or the custom build system that you have in place. What if you...
Hmm, can you come up with a minimal example that triggers the error? If basic `import numpy` program did not, how about `import pandas`?