We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
vectordb
# 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: