Fastai - `vision_learner` M1 MacOS ,,, kills kernel

python -m venv venv
source venv/bin/activate

pip install -U pip wheel setuptools
pip install -r requirements.txt

I have tried this and yes - it does indeed make a build. In a Python env.

However, learn = cnn_learner(dls, resnet18, metrics=error_rate)

…kills the kernel - have tried repeatedly … no simply fix is apparent.

Any ideas or suggestions ?

Thx in adv !

facing the same issue on M2 max Mac OS