Skip to content

Conversation

@suyashbhawsar
Copy link

Summary

  • Updates MLX version from 0.22.0 to 0.22.1 in setup.py
  • Fixes installation error where mlx==0.22.0 is not available on PyPI

Problem

When running uv pip install -e . or source install.sh, the installation fails with:

ERROR: Could not find a version that satisfies the requirement mlx==0.22.0 (from exo)
ERROR: No matching distribution found for mlx==0.22.0

Solution

Updated the MLX version requirement from 0.22.0 to 0.22.1, which is available on PyPI.

Test plan

  • Verify uv pip install -e . works without errors
  • Verify source install.sh completes successfully
  • Confirm MLX functionality remains intact

Fixes installation error where mlx==0.22.0 is not available on PyPI.
The available versions include 0.22.1, so updating to use the available version.
@AlexCheema AlexCheema force-pushed the main branch 2 times, most recently from a39f85b to 56f783b Compare October 21, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant