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

bug: can't install 0.21.0 with pip #281

Closed
2 tasks done
jordanrfrazier opened this issue Aug 28, 2024 · 3 comments
Closed
2 tasks done

bug: can't install 0.21.0 with pip #281

jordanrfrazier opened this issue Aug 28, 2024 · 3 comments

Comments

@jordanrfrazier
Copy link

jordanrfrazier commented Aug 28, 2024

Did you check existing issues?

  • I have read all the tree-sitter docs if it relates to using the parser
  • I have searched the existing issues of tree-sitter-python

Tree-Sitter CLI Version, if relevant (output of tree-sitter --version)

No response

Describe the bug

Some possible weirdness after 0.23.0 release?

$ pip install tree-sitter-python==0.21.0
ERROR: Could not find a version that satisfies the requirement tree-sitter-python==0.21.0 (from versions: 0.23.0)
ERROR: No matching distribution found for tree-sitter-python==0.21.0
pip 24.2
Python 3.11.2

Steps To Reproduce/Bad Parse Tree

  1. pip install tree-sitter-python==0.21.0

Expected Behavior/Parse Tree

install

@almahdi404
Copy link

Did you activate the Python 3.11.2 virtual env?

@jordanrfrazier
Copy link
Author

Ah, I see that there's no wheel for arm64. https://pypi.org/project/tree-sitter-python/0.21.0/#files.

I think this was working for me prior to the 0.23.0 release though, was the arm64 binary removed from 0.21.0?

@ObserverOfTime
Copy link
Member

It was added in 0.23.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@ObserverOfTime @almahdi404 @jordanrfrazier and others