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

ERROR: No matching distribution found for tree-sitter-bash #1187

Open
tdruez opened this issue Apr 26, 2024 · 0 comments
Open

ERROR: No matching distribution found for tree-sitter-bash #1187

tdruez opened this issue Apr 26, 2024 · 0 comments

Comments

@tdruez
Copy link
Contributor

tdruez commented Apr 26, 2024

$ pip install source-inspector==0.5.1
Collecting source-inspector==0.5.1
Collecting tree-sitter==0.22.0 (from source-inspector==0.5.1)
  Using cached tree_sitter-0.22.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (10 kB)
INFO: pip is looking at multiple versions of source-inspector to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 0.21.0 Requires-Python <3.12,>=3.8
ERROR: Could not find a version that satisfies the requirement tree-sitter-bash==0.21.0 (from source-inspector) (from versions: none)
ERROR: No matching distribution found for tree-sitter-bash==0.21.0
$ make dev
...
Collecting tree-sitter (from source-inspector==0.5.0->scancodeio==34.4.0)
  Downloading tree_sitter-0.21.3-cp312-cp312-macosx_11_0_arm64.whl.metadata (10 kB)
INFO: pip is looking at multiple versions of source-inspector to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 0.21.0 Requires-Python <3.12,>=3.8
ERROR: Could not find a version that satisfies the requirement tree-sitter-bash (from source-inspector) (from versions: none)
ERROR: No matching distribution found for tree-sitter-bash
make: *** [dev] Error 1
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