Open
Description
Hi all,
I would like to install river on Raspberry PI 3B+ using which has a Raspbian OS. The version is:
rparada@raspberrypi:~/Desktop/river-0.18.0 $ uname -a
Linux raspberrypi 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux
I could install many python packages (on Python 3.9.2):
distro==1.5.0
numpy==1.25.2
pandas==2.0.3
pip==23.2.1
psutil==5.8.0
python-apt==2.2.1
python-dateutil==2.8.2
python-geohash==0.8.5
scipy==1.11.1
setuptools==68.0.0
wheel==0.41.0
About Linux libraries I do have installed:
gfortran==4:10.2.1-1+rpi1
cargo==1.71.1
cpp==4:10.2.1-1+rpi1
gcc==4:10.2.1-1+rpi1
gfortran-10== 10.2.1-3
cmake==3.18.4-2+rpt1+rpi1+deb11u1
libopenblas-base==0.3.13+ds-3+rpi1
libatlas3-base==3.10.3-10+rpi1
rustc==1.71.1
rustup==1.26.0
I've used the command pip install river --upgrade, however, I get this error:
ERROR: Failed building wheel for river
Failed to build river
ERROR: Could not build wheels for river which use PEP 517 and cannot be installed directly
Do I missing a library? Or it is because the type of hw architecture?