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.49k stars 134 forks source link

Breaks on < Python 3.10 #203

Open awni opened 4 months ago

awni commented 4 months 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.