Can't Install Scipy To Raspberry Pi 4 (raspbian)
I am trying to install the scipy library with python3 -m pip install --user --no-use-pep517 scipy but I am receiving the following error: ERROR: Failed building wheel for scipy R
Solution 1:
Try this:
sudo apt update
sudo apt install -y python3-scipy
Post a Comment for "Can't Install Scipy To Raspberry Pi 4 (raspbian)"