Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs
BSD 2-Clause "Simplified" License
1.68k stars 316 forks source link

Ubuntu Installation Error #83

Closed jsuit closed 7 years ago

jsuit commented 7 years ago

The instructions for building NNPACK are wrong on the README file. The ninja version is 1.5 that Ubuntu's package manager is installed, and NNPACK says it requires 1.7.

Specific error is "ninja: fatal: ninja version (1.5.1) incompatible with build file ninja_required_version version (1.7)."

Maratyszcza commented 7 years ago

If you distributive doesn't provide Ninja 1.7, please build a recent Ninja version from sources

xiaomage11 commented 7 years ago

@jsuit please tell me how to do for this error,thanks