Skip to content
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

Running on m1 Mac #18

Open
stevemurr opened this issue Apr 5, 2024 · 0 comments
Open

Running on m1 Mac #18

stevemurr opened this issue Apr 5, 2024 · 0 comments

Comments

@stevemurr
Copy link

stevemurr commented Apr 5, 2024

I ran into issues when trying to install vectordb on an m1 Mac. Here is my solution in case future humans run into something similar.

# deps required version 3.9
conda create -n myenv python=3.9
conda activate myenv

# tensorflow_text is not officially built for m1 Macs yet: https://github.com/tensorflow/text/issues/89
pip install https://github.com/sun1638650145/Libraries-and-Extensions-for-TensorFlow-for-Apple-Silicon/releases/download/v2.12/tensorflow_text-2.12.0-cp39-cp39-macosx_11_0_arm64.whl
pip install vectordb2
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

No branches or pull requests

1 participant