Hannes Helmholz

Results 108 comments of Hannes Helmholz

In case this is relevant, I was using Firefox `102.5.0esr (64-bit)` on MacOS with mouse (not touch pad) inputs.

Thanks for the response. I checked what libraries are available in different places on the M1 system, with the following results: ``` $ ls -g /opt/homebrew/lib/jack/ total 2824 -r--r--r--@ 1...

> The problem seems to be that the libraries installed by `brew` on M1 are installed into `/opt/homebrew/lib/`, while the Intel ones are in `/usr/local/lib/`. Right. I validated that on...

The following methods make the library available to python so that the 1. Creating a symbolic link of the JACK library from brew lib to usr lib: `ln -s /opt/homebrew/lib/libjack.dylib...

I'm not actually familiar with venv, but there must be something wrong with your virtual environment. Make sure to understand how to activate (or reference via shebang) the intended environment...

The setup seems reasonable. You could try miniconda as an alternative, but using venv should be fine. I don't know if your problem may be specific to the Raspberry. Hopefully,...

I agree that this is a viable case to deviate from the default recommendation. I suppose a `# nolint: pipe_consistency_linter` in those lines is acceptable, if a rare occurrence.