Clemens Brunner
Clemens Brunner
Why can you not just use pylsl?
Is there a reason why these packages do not bundle the binary libs?
Thanks for clarifying. I think this is problematic, because I am hesitant to add a dependency (even if optional) which requires manual tinkering. Therefore, I'd rather not include the test...
> There’s non-Debian, arch Linux, Android, all the different flavours of arm (pi), etc. These are all platforms where users complained that pylsl wasn’t working for them. > The thing...
Thanks @cboulay!
I agree with you, and since `sample_rate` and `sample_frequency` are synonymous (at least in general, i.e. not talking about some specific implementation details), I would vote for B. I don't...
BTW I'm also fine with A as long as there's only one term (eventually after a deprecation cycle).
Out of curiosity, what unit for the sampling frequency did you use?
But in this case they were still all *per second* (i.e., Hz), which is the standard unit of frequency. It is perfectly fine (and very common) that the sampling frequency...
Great, thanks! Yes, the `CC` env variable overwrites the behavior. However, I don't know if it is desired that `uv pip` behaves like `pip` in this case; if so, it...