Zachary Bedell

Results 6 comments of Zachary Bedell

It's actually not necessary any more. You can still more or less follow those instructions to get a root ZFS, but Gentoo started including the ZFS modules in their standard...

That seems odd. I'm using the cd right now on VMWare Fusion with VMWare's LSI / FusionMPT based driver. The livecd autodetects everything from a default VMWare setup without any...

I don't think Gentoo's stock installcd includes that. The kernel config I built with was extracted from the most recent installcd's /proc/config. I'm planning to re-roll the installcd at least...

FWIW, numpy 2.0.2 doesn't build its wheel successfully on macOS 15 w/ Apple Silicon. Bumping to NumPy 2.2.0 allows AMC to build & work on macOS again. I have everything...

It's during the install that it fails, not running it. Numpy itself won't install at version 2.0.2: ``` ~/ardu  git clone https://github.com/ArduPilot/MethodicConfigurator.git amc-test Cloning into 'amc-test'... remote: Enumerating objects:...

So far it looks like it's working w/ uv. I had to additionally install tk-inter for Python 3.9 (`brew install [email protected]` on macOS). Thank you!