Abdullah Abid
Abdullah Abid

Reputation: 1

Python library face-recognition not installing on raspberry pi 3

I am trying to install face-recognition library for python on raspberry pi 3. But it's not installing, every time i try to install it gives the following error as shown in the given image. Error on installation of library. Whatever i do, its the same as it is.

Some settings of my system,

Hardware : Raspberry Pi 3 model A+

OS : Raspbian OS, a Debian based distro of Linux

Python version : 3.11.3

face-recognition lib version : 1.3.0

I am installing library in a virtual environment.

I ran the following commands. All of these, I found, from the internet.

First I also tried installing using the apt package manager, but it also didn't worked. So, I created a virtualvenv. I am expecting the library to be installed.

Upvotes: 0

Views: 237

Answers (0)

Related Questions