Thor Watanabe
Thor Watanabe
Newer version of BoringSSL doesn't support gcc on an ARM host cpu. In my case, the patch, boringssl_fix_rpi.patch works fine: https://github.com/thortex/rpi3-tensorflow/blob/fb3b7647c0a676c98f707edeff111f2b4c3b87d3/setup/boringssl_fix_rpi.patch similar issue is reported for ppc: https://github.com/tensorflow/tensorflow/issues/20677 with PR:...
I posted a comment into #120 for TensorFlow 1.9.0.
Username is webiopi, and password is raspberry as default.
could you check the following points to know what is wrong? 1. Did you install 'rpi3-webiopi' raspbian package? Both rpi2-webiopi and rpi3-webiopi package is required to use WebIOPi under python3....
sorry, a typo. either python2-webiopi, or python3-webiopi instead of rpi2-/rpi3-webiopi.
The following instruction may be helpful to resolve the issue. Primary, Remove dpkg packages. $ sudo dpkg --purge python3-webiopi $ sudo dpkg --purge python2-webiopi Secondary, Create an old file list....
Hi, hmlinaric. Thanks for your bug reporting. I will modify source codes, and release it in next milestone; 0.71+deb06.
Hi, hmlinaric. Tablet PC (e.g., Surface, Chromebook, et al.) generally has multiple input devices (such a mouse or a multi-touch/-point screen), so both mouse and touch event handlers should be...
Hi, Klhnikov. The original WebIOPi and Yet Another WebIOPi+ still have trouble with COAP running. I can't fix the issue for a while. Could you tell me Maker, Product Name,...
Hi, Klhnikov. I checked your project PiRobot, and that was great! I think the python/javascript source codes which you wrote may have no problem with executing WebIOPI. I will investigate...