Becker A.

Results 16 comments of Becker A.

Hey @WillMcCall! I'm not a maintainer or anything, but I happened on this and think I can maybe help. # your immediate problem Firstly, it looks like your example code...

I'm finding what looks like the same issue on my machine: ```pycon >>> import samplerate >>> resampler = samplerate.Resampler('sinc_medium', channels=1) Illegal instruction: 4 ``` Machine details: ```bash $ sw_vers ProductName:...

> The binary shipped with `python-samplerate` unfortunately still contains instructions for a newer processor generation. so is my problem that my processor is too old for the OSX wheel for...

So I can see why someone might *not* want an auto-fetch feature. Fetching technically changes the commits accessible within a repo, so e.g., in a(n uncommon) corner-case where your local...

related?: the "getting started" page says to run `cargo run -- tests/compile/par.fil` to test the build. I get a few errors: ```sh $ cargo run -- ./tests/compile/par.fil error: `cargo run`...

> related?: the "getting started" page says to run `cargo run -- tests/compile/par.fil` to test the build. > > I get a few errors: > ... moved ^that request to...

reran with `-d`, lots of output but here's one excerpt that looks pretty similar to the rest: ``` ✗ errors:tests/errors/assign-check/missing-large.fil ~ 1 1│ ---CODE--- 2 │- 1 2│+ 101 3...

that fixed some, but I'm still getting errors like this: ``` ✗ run:tests/run/add.fil ~ 1 │- {"out": {"0": [10], "1": [257], "2": [31], "3": [43]}, "cycles": 4} 2 │- 3...

(thanks for the dependency install fix though, I'm a little embarrassed I made that mistake 😅)

as mentioned in https://github.com/cucapra/filament/issues/447#issuecomment-2308932319, I'm asking for this specifically because I'm trying to write [a nix derivation](https://nixos.org) to build and install filament (in my case, specifically on macOS, but this...