Florian Bruggisser

Results 104 comments of Florian Bruggisser

@ZdenekM Thanks for your reports, I will investigate a bit more. I assume you are working on Ubuntu? I also noticed that currently numpy 1.22.1 is used to compile the...

I have to check why it is not included, I did not change the options in the setup.py, so it should be included as mentioned here: https://github.com/cansik/pyk4a/blob/master/setup.cfg#L23-L25

- Numpy version dependency conflict has been resolved by using the lowest possible numpy version per python version. - @shagren `py.typed` should be included again Released version [pyk4a-bundle 1.3.0.1](https://pypi.org/project/pyk4a-bundle/1.3.0.1/) @ZdenekM...

@ZdenekM I tested the package on a `Ubuntu 20.04.3 LTS` and at least the color stream seems to work, after installing the [device rule](https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/docs/usage.md#linux-device-setup). There are still problems with the...

After some try-and-error to include the libdepthengine.so.2.0 into the package by auditwheel, I now just use wheel unpack & pack to adjust the wheel after auditing. Definitely not the best...

@ZdenekM Thanks, which `glibc` version do you have installed? You can check it by using this command: ```bash ldd --version ```

I will test it this week on more clients, thanks for your feedback.

@lpasselin What kind of error did you get? I am not using any docker images, everything is built on github actions. But I have now create a fresh Windows 11...

@lpasselin Are you sure you have installed the latest [pyk4a-bundle](https://pypi.org/project/pyk4a-bundle/1.3.0.2/) version under Windows? I am using it on different Windows computers and can not reconstruct a library error. The link...

@rajkundu Thank you for trying it out. I am aware that Unix is still a problem, maybe someone with many-linux pip package experience can help here. I mainly work on...