Troubleshoot NumPy and H5Py Errors When Compile Face Mask Detection in Raspberry Pi
If you got some errors when tried to build your face mask detection script in your Raspberry Pi (using Python) like this you can solve it by updating NumPy package version into the newest. Simply, enter this command on your Raspberry Pi. Firstly, check your NumPy version using ‘pip3 list’ command Then check your NumPy … Read more