Closed Sispheor closed 5 years ago
It's seems that there is multiple version the last Rpi. The v1.2 use an armv6
import platform print(platform.machine())
returns "armv6l".
It as been tested we can use the same snowboy compiled module.
Multiple solution to fix:
Done in #532 will be part of next release
It's seems that there is multiple version the last Rpi. The v1.2 use an armv6
returns "armv6l".
It as been tested we can use the same snowboy compiled module.
Multiple solution to fix: