NRP update all BUILD ERROR


#1

I’m getting the following error after performing an ./update_nrp update all on my NRP local installation Ubuntu 16.04. Any Ideas?

Making all in pymusic
make[2]: Entering directory '/home/akshay/Documents/NRP/MUSIC/pymusic'
cd ../pymusic; /usr/bin/python -c \
"from Cython.Build import cythonize; \
cythonize('pymusic.pyx', verbose=1)"
cd ../pymusic; /usr/bin/python -c \
"from Cython.Build import cythonize; \
cythonize('pybuffer.pyx', verbose=1)"
Traceback (most recent call last):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 1, in <module>
ImportErrorImportError: : No module named Cython.BuildNo module named Cython.Build

Makefile:746: recipe for target 'pybuffer.cpp' failed
make[2]: *** [pybuffer.cpp] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:751: recipe for target 'pymusic.cpp' failed
make[2]: *** [pymusic.cpp] Error 1
make[2]: Leaving directory '/home/akshay/Documents/NRP/MUSIC/pymusic'
Makefile:443: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/akshay/Documents/NRP/MUSIC'
Makefile:371: recipe for target 'all' failed
make: *** [all] Error 2
MUSIC BUILD ERROR

Would appreciate any help


#2

Solved with pip install cython