I recently bought a jetson nano to learn AI and parallel computing using nvidia gpu. Can anyone please help me?

I tried to install jupyter Lab in virtual environment using pip but i got this error. Can anyone please help me?

Command “/home/brown/python-envs/env/bin/python3 -u -c “import setuptools, tokenize;file=‘/tmp/pip-build-g2quq51g/cffi/setup.py’;f=getattr(tokenize, ‘open’, open)(file)
;code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-5cudiktj-record/install-record.txt --single-version-externally-m
anaged --compile --install-headers /home/brown/python-envs/env/include/site/python3.6/cffi” failed with error code 1 in /tmp/pip-build-g2quq51g/cffi/

Have a reference to below topic.

1 Like

Thank you for replying. I solved it by my self.