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

make install-arm failing on pip install llvmlite==0.33 #2

Open
crestanij opened this issue Oct 18, 2021 · 0 comments
Open

make install-arm failing on pip install llvmlite==0.33 #2

crestanij opened this issue Oct 18, 2021 · 0 comments

Comments

@crestanij
Copy link

When running on fresh raspbian install (buster) the make install-arm command fails as per below

(log below taken from 2nd attempt at running this command)

make install-arm

installing dependencies for ARM architectures like Raspberry Pi
sudo apt install -y libatlas-base-dev libportaudio2 llvm-9 libpq5
Reading package lists... Done
Building dependency tree
Reading state information... Done
libatlas-base-dev is already the newest version (3.10.3-8+rpi1).
libportaudio2 is already the newest version (19.6.0-1+deb10u1).
libpq5 is already the newest version (11.13-0+deb10u1).
llvm-9 is already the newest version (1:9.0.1-6+rpi1~bpo10+1).
0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded.

LLVM_CONFIG=llvm-config-9 pip install llvmlite==0.33
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting llvmlite==0.33
Could not find a version that satisfies the requirement llvmlite==0.33 (from versions: 0.2.0, 0.2.1, 0.2.2, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.10.0, 0.11.0, 0.12.0.1, 0.12.1, 0.13.0, 0.14.0, 0.15.0, 0.16.0, 0.17.0, 0.17.1, 0.18.0, 0.19.0, 0.20.0, 0.21.0, 0.22.0, 0.23.0, 0.23.2, 0.24.0, 0.25.0, 0.26.0, 0.27.0, 0.27.1, 0.28.0, 0.29.0, 0.30.0, 0.31.0, 0.32.0, 0.32.1)
No matching distribution found for llvmlite==0.33
make: *** [makefile:25: install-arm] Error 1

Additional Details

Linux raspberrypi 5.10.17-v7+ #1414 SMP Fri Apr 30 13:18:35 BST 2021 armv7l GNU/Linux
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster

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