I'm trying to install pylibfreenect2 on a Jetson Nano running Ubuntu 18.04. I'm using Python 3.7. I cloned the repository, went to the pylibfreenect2 folder and tried "sudo python3 setup.py install". I got the following error message;
ImportError: cannot import name 'multiarray' from 'numpy.core'
When I tried "sudo python setup.py install", I got the following error message;
ImportError: no module named setuptools
Any guidance would be appreciated.
Thanks
I'm trying to install pylibfreenect2 on a Jetson Nano running Ubuntu 18.04. I'm using Python 3.7. I cloned the repository, went to the pylibfreenect2 folder and tried "sudo python3 setup.py install". I got the following error message;
ImportError: cannot import name 'multiarray' from 'numpy.core'
When I tried "sudo python setup.py install", I got the following error message;
ImportError: no module named setuptools
Any guidance would be appreciated.
Thanks