rlefever
rlefever
Rasbian Jessie apt-get is unable to find open-cv mainly. had to pip install configobj, webcolors and pyttsx There needs to be some guidance with install boost. Their website talks about...
sudo python setup.py install errors with: Build using cmake ... Scanning dependencies of target dlib [ 1%] Building CXX object dlib_build/CMakeFiles/dlib.dir/base64/base64_kernel_1.o c++: error: unrecognized command line option âÂÂ-msse4â dlib_build/CMakeFiles/dlib.dir/build.make:54: recipe...
[Example](https://github.com/kenjis/ci-app-for-ci-phpunit-test/blob/v3.0.0/application/tests/controllers/api/Rest_test_test.php) I was able to get the rest of the tests to run by adding ``` set_is_cli(FALSE); $this->warningOff(); ``` at the top and reversing it at the bottom of the...