-
Notifications
You must be signed in to change notification settings - Fork 986
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
Common Installation Problems #200
Comments
Check your operating system: requirements here And try |
Is this not applicable for pyenv? |
I'm not sure what you mean. You should be able to use mlx inside a pyenv. |
I resolved the issue by reinstalling conda, and successfully installed it using pip install chat-with-mlx. However, how should I run it? |
To run chat-with-mlx I would check the docs there. That is a third party repo. If you have issues with it, I would encourage you to file an issue in that repo. |
The docs have more information on troubleshooting installation.
Two of the more common issues are described below (as well as in the docs).
Installing from PyPI
A common problem is
pip install mlx
does not find a matching distribution:If this happens you are probably using a non-native Python. The output of:
Should be
arm
noti386
. You can fix this by using an environment with a native Python using Conda. Another option is to simply reinstall Conda and setup a new environment.Installing from Source
You see the following error when you try to build:
To fix this, first make sure you have Xcode installed:
Then set the active developer directory:
The text was updated successfully, but these errors were encountered: