-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Could not find a version that satisfies the requirement mlx>=0 #10
Comments
i just updated the installation instruction, you can try again now! |
windows 11 |
mlx is a mac silicon only framework so i dont think this would work on windows 11 |
I got the same Error: ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11 |
I have tried python 3.8.9 python 3.12.2 python 3.8.9 but all failed. |
I think you have an incompatible MacOS version or machine. |
I got the same Error: ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement mlx>=0.1 (from mlx-lm) (from versions: none)
ERROR: No matching distribution found for mlx>=0.1 |
Device: MBP 2023, Apple M2 Pro, MacOS 14.3.1 (23D60) |
Hi @teojs & @MrFrankChen are you guys installing with normal pip? can you try to install with conda or pip install chat-with-mlx? |
Thank you! I found a solution here "ml-explore/mlx#200", created an environment with a native Python, and then it works. |
I got same question Finnaly i solve the problem. use the command create a new conda env. and finnaly it works for me. |
@illrestart let me also test with conda and write proper document for people who want to use conda but simple and fast way of install atm is using plain simple "venv + pip" |
I had the same issue and I think it happens only to conda user. I fixed the issue by specify the platform to be "osx-arm64" when create the env: then |
I followed the installation instructions provided in the document, but encountered an error.
conda 24.1.2
pip 23.3.1 (python 3.11)
Apple M1 Max
The text was updated successfully, but these errors were encountered: