Hello,
I tried to install Nemo Toolkit on my Jetson Nano following the guide at Pip from Source Introduction — NVIDIA NeMo
But getting the error “ModuleNotFoundError: No module named ‘Cython’” even though Cython is installed.
Installation of the Nemo:
apt-get update && apt-get install -y libsndfile1 ffmpeg
pip install Cython
python -m pip install git+https://github.com/NVIDIA/NeMo.git@{BRANCH}#egg=nemo_toolkit[all]
Everything is running in a docker container, base image 4t-ml:r32.7.1-py3. And Python 3.9.
I attached the outputs and screenshots in this message.
Is the error simply because Jetson Nano is not support? I tried to install Nemo on another computer with Python 3.11, Cython installed, and received the same exact error. I need another set of eyes.
I appreciate your support and guidance.
Many thanks,
-Vi



