You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I'm running through the following error and I don't really know how to solve this.
Traceback (most recent call last):
File "test.py", line 5, in <module>
from mlx_vlm import load as load_vlm, generate as generate_vlm
File "PyInstaller/loader/pyimod02_importers.py", line 384, in exec_module
File "mlx_vlm/__init__.py", line 2, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 384, in exec_module
File "mlx_vlm/utils.py", line 14, in <module>
ImportError: dlopen(/var/folders/9c/2h7fdr5d1t7c_683ggm09d4m0000gn/T/_MEIzKUAdu/mlx/core.cpython-311-darwin.so, 0x0002): Symbol not found: __ZN3mlx4core10as_stridedENS0_5arrayENSt3__16vectorIiNS2_9allocatorIiEEEENS3_IxNS4_IxEEEEmNS2_7variantIJNS2_9monostateENS0_6StreamENS0_6DeviceEEEE
Referenced from: <5F7C5896-A1A9-38F8-AE41-B6473D4651F5> /private/var/folders/9c/2h7fdr5d1t7c_683ggm09d4m0000gn/T/_MEIzKUAdu/mlx/core.cpython-311-darwin.so (built for macOS 14.1 which is newer than running OS)
Expected in: <538F1A67-EF07-35A4-88C5-B273BE7CD612> /private/var/folders/9c/2h7fdr5d1t7c_683ggm09d4m0000gn/T/_MEIzKUAdu/libmlx.dylib
[PYI-37963:ERROR] Failed to execute script 'test' due to unhandled exception!
Has someone already managed to bundle an app that uses mlx-vlm using pyinstaller ?
Thanks !
The text was updated successfully, but these errors were encountered:
I'm trying to bundle this simple Python app using pyinstaller
with this .spec file
But I'm running through the following error and I don't really know how to solve this.
Has someone already managed to bundle an app that uses mlx-vlm using pyinstaller ?
Thanks !
The text was updated successfully, but these errors were encountered: