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

update readme to include installation method for nmslib on Apple M2 chip using python3.9 #531

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Over the years, installing nmslib has becomes quite difficult. There are a numbe
| | Windows 11 | Windows Subsystem for Linux | Mac M1 | Mac M2 | Mac M3 | Intel Mac |
|---------------|------------|----------------------------|---------|---------|---------|-----------|
| Python 3.8 | ✅ | ✅ | 💻 | ❓ | ❓ | ❓ |
| Python 3.9 | ❌🐍 | ✅ | 💻 | | ❓ | ❓ |
| Python 3.9 | ❌🐍 | ✅ | 💻 | ❌🔨 | ❓ | ❓ |
| Python 3.10 | ❌🐍 | ✅ | ❓ | ❓ | ❓ | ✅ |
| Python 3.11 | ❌🐍 | ❌🐍 | ❓ | ❓ | ❓ | ❌ |
| Python 3.12 | ❌🐍 | ❌🐍🧠 | ❓ | ❓ | ❓ | ❓ |
Expand All @@ -49,6 +49,8 @@ Over the years, installing nmslib has becomes quite difficult. There are a numbe

🧠 = can be installed with `pip install nmslib-metabrainz`

🔨 = can be installed with `conda install -c conda-forge nmslib`

❓ = unconfirmed

Other methods mentioned in GitHub issues, but unconfirmed what versions they work for:
Expand Down