qnguyen3 / chat-with-mlx

An all-in-one LLMs Chat UI for Apple Silicon Mac using MLX Framework.
https://twitter.com/stablequan
MIT License
1.45k stars 131 forks source link

Breaks on < Python 3.10 #203

Open awni opened 1 month ago

awni commented 1 month ago

The error message from running:

chat-with-mlx is:

TypeError: unsupported operand type(s) for |: 'type' and 'type'

Which was only added in Python 3.10 and up. You might want to get rid of those and use Union or just tell PyPi that the minimum Python is 3.10.