Read the statement by Michael Teeuw here.
MMM-Facial-Recognition
-
@Buncie i don’t know… i have never used or seen the module before… so I don’t know what it does in detail.
see this issue…
https://github.com/extrabacon/python-shell/issues/154and then edit the node_helper and fix that line
const PythonShell = require('python-shell');
to
const {PythonShell} = require('python-shell');
i found this thru google on the error
-
@sdetweil said in MMM-Facial-Recognition:
Got a new error so we’re making progress.
https://photos.google.com/share/AF1QipMXNBfIbAeJpyElneCaRNxIdtg8E6c7Kwr-ekTya_xspBxZibOp5yXnPE-ChEmNqg?key=aGcwY19mSjR3eWc2aFU0VFh3eVJZU21pdHVqcW9B
https://photos.google.com/share/AF1QipMXNBfIbAeJpyElneCaRNxIdtg8E6c7Kwr-ekTya_xspBxZibOp5yXnPE-ChEmNqg?key=aGcwY19mSjR3eWc2aFU0VFh3eVJZU21pdHVqcW9B -
@Buncie still need to fix weather and see the rest of the page at the link i posted about cv2…
the ‘unexpected token’ problem is the code was expected data and didn’t get it. (and didn’t handle the error correctly)…
this IS a volunteer project, nothing is ‘finished’ if things we use keep changing
I will be away for a few hours
-
Well school ends at 2:15 so we’ll have to pick this up on Monday
-
I’m back. Where did we leave off?