Andreas Poehlmann

Results 343 comments of Andreas Poehlmann

Okay, so this errors not when installing the seabreeze package, but one of it's dependencies. See: https://github.com/pypa/pip/issues/1883 It seems `pip` will make this use case increasingly harder to support. So...

> I would say the most usual use case is pyseabreaze without the cseabreeze backend. A user survey I conducted around a year ago showed that the cseabreeze backend is...

Great that it works :) I'll keep this open until I updated the docs. Cheers, Andreas :smiley:

Hi @rc14193 Thank you for the PR. Could make changes to the PR to allow disabling these checks via an environment variable? I would suggest if `SEABREEZE_OBP_PROTOCOL_CHECKS=1` is set you...

I do not have a LAMP file. Feel free to create a pull request.

Hi @stepandr47 Did you install the udev rules? If not please run `seabreeze_os_setup`. Also try running the code without calling `list_devices()` first. If that didn't solve it, please verify that...

Which version of `pyusb` are your running? ```python import usb; print(usb.__version__) ```

So from your other issue, it seems that you have a flame-t running reliably? Is your ubuntu machine a raspberry pi? and if so does the flame-t work reliably with...

Okay great. That's valuable information 👍 So we can at least rule out some strange installation issues. The pyusb versions are a longshot, but it's a super quick test. Another...

Okay. This is great. At least we know now that it's some difference between the OSes that's unrelated to the pyusb version. Hmmm :thinking: - So it could be that...