ヘルメス
ヘルメス
Hi, I also faced this problem with **Python 3.12.11** recently on **macOS 26**, and I've already reinstalled them several times. The only solution for me is to install mlx using...
> Could you share the error message you are getting? It looks like mlx is installed correctly for you or am I missing something? ```shell Traceback (most recent call last):...
I still got the same error message.
But I use uv to manage my project. And I do `uv sync --reinstall` each time before I run my script. It works before, I don't know if it's because...
I just do `uv sync -U --refresh --reinstall --compile-bytecode` and `uv run` to execute my python script (using mlx_vlm to do some OCR). And I'm using macOS 26 beta 4...
> Please try the following two commands in succession: > > ``` > pip uninstall mlx mlx-metal > pip install mlx==0.27.1 > ``` The problem is solved when I downgrade...
> > > Please try the following two commands in succession: > > > ``` > > > pip uninstall mlx mlx-metal > > > pip install mlx==0.27.1 > >...
Sorry but I don't really understand what you mean the full steps. I did what I mentioned before in my project and the uv sync command will automatically create the...
Thank you. Looking forward to the update. Also there's a shape mismatch problem in smolvlm2. Maybe it's the same case?
I'll post the error message later.