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
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