nischi / MMM-Face-Reco-DNN

Face recognition with opencv and deep neural network
MIT License
90 stars 46 forks source link

pipenv not installed #139

Closed sdetweil closed 9 months ago

sdetweil commented 9 months ago
pi@raspberrypi:~/MagicMirror/modules/MMM-Face-Reco-DNN $ npm run postinstall

> mmm-face-reco-dnn@2.0.0 postinstall
> pipenv install --site-packages

sh: 1: pipenv: not found

pi@raspberrypi:~/MagicMirror/modules/MMM-Face-Reco-DNN $ python --version Python 3.9.2 pi@raspberrypi:~/MagicMirror/modules/MMM-Face-Reco-DNN $ node -v v20.8.0 pi@raspberrypi:~/MagicMirror/modules/MMM-Face-Reco-DNN $ npm -v 10.1.0 pi@raspberrypi:~/MagicMirror/modules/MMM-Face-Reco-DNN $

don't know anything about python

nischi commented 9 months ago

Hi @sdetweil You need to install pip and pipenv first.

https://pip.pypa.io/en/stable/installation/ https://pipenv.pypa.io/en/latest/installation/

sdetweil commented 9 months ago

you know you could do that in the postinstall so I don't have to figure it out...