JolleJolles / pirecorder

Controlled and automated image and video recording with the raspberry pi
https://jollejolles.github.io/pirecorder/
Apache License 2.0
43 stars 9 forks source link

Issues building wheel for numpy upon pirecorder installation #37

Open defra1 opened 1 year ago

defra1 commented 1 year ago

Hi, I am a biologist who would like to install pirecorder for some RPI video monitoring projects.

I am using RPI3b with Raspbian Buster (I have been following your very helpful installation guide). I have been able to successfully install the python virtual environment and within that environment I am installing pirecorder.

The dependencies were able to be installed except numpy, when I tried to install it sep

` Building wheels for collected packages: numpy Building wheel for numpy (pyproject.toml) ... error error: subprocess-exited-with-error

× Building wheel for numpy (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [1067 lines of output]`

There was a bunch of code that looked like it was able to get some files but at the end it said this:

` [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for numpy Failed to build numpy ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects`

I am not sure what this means and I tried to install numpy on its own inside the virtual environment, but I got the same exact error. Thanks