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

tree-sitter-python requires manual install on arm macOS #545

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Jul 31, 2024

The tree-sitter-python on PyPI unfortunately doesn't include the binaries for Arm based MacOS. As a result, the only way to get it is from the github repo.

This change updates the instructions to advise the user how to install this added dependency that won't get installed from pip fetching from PyPI.

The requirements.txt is also updated to use PyPI in all cases except if Arm based MacOS.

The tree-sitter-python on PyPI unfortunately doesn't include
the binaries for Arm based MacOS. As a result, the only way to
get it is from the github repo.

This change updates the instructions to advise the user how to
install this added dependency that won't get installed from pip
fetching from PyPI.

The requirements.txt is also updated to use PyPI in all cases
except if Arm based MacOS.

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
@ericwb ericwb merged commit 9bf6c12 into securesauce:main Jul 31, 2024
7 checks passed
@ericwb ericwb deleted the tree-sitter-python branch July 31, 2024 17:27
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

Successfully merging this pull request may close these issues.

1 participant