porcupine
porcupine copied to clipboard
ERROR: No matching distribution found for tree-sitter-builds
Getting this error when attempting to install on a Raspberry Pi 5 running Raspberry Pi OS 64-bit (Debian 12):
(porcupine-venv) ethical-haquer@raspberrypi:~ $ pip install https://github.com/Akuli/porcupine/archive/v2023.06.27.zip
...
ERROR: Could not find a version that satisfies the requirement tree-sitter-builds==2023.3.12 (from porcupine) (from versions: none) ERROR: No matching distribution found for tree-sitter-builds==2023.3.12
Running ethical-haquer@raspberrypi:~ $ pip install tree-sitter-builds
fails the same way:
Defaulting to user installation because normal site-packages is not writeable Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple ERROR: Could not find a version that satisfies the requirement tree-sitter-builds (from versions: none) ERROR: No matching distribution found for tree-sitter-builds
I didn't see anything saying arm64 isn't supported, is it? TIA, ethical_haquer
(BTW, thanks for making this! I switched from using VS Code :shushing_face: to this on my x64)
System info:
ethical-haquer@raspberrypi:~ $ uname -a
Linux raspberrypi 6.1.0-rpi7-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
ethical-haquer@raspberrypi:~ $ python3 --version
Python 3.11.2