I have installed the Jetson.GPIO on the 2GB jetson nano ,But the jupyter still remind me No module named 'Jetson'.
Q455 opened this issue · 5 comments
The output as follows:
My installing-process refer to this article:
https://pypi.org/project/Jetson.GPIO/
Can you try to pip install inside the jupyter notebook
——————————
import sys
!{sys.executable} -m pip install Jetson.GPIO
——————————
Can you try to pip install inside the jupyter notebook —————————— import sys !{sys.executable} -m pip install Jetson.GPIO ——————————
Thank you for yuor useful advice ! But i still can't undersdand why such a convenient method is not mentioned on every artical about the installation of the Jetson.GPIO, instead illustrating such a complex way as i mentioned before,and why the complex way dose not work :https://pypi.org/project/Jetson.GPIO/
It is most likely because your jupyter use a separate instance of python instead of the system’s default python. Note that you probably need to complete the “ Setting User Permissions” step in the https://pypi.org/project/Jetson.GPIO/
It is most likely because your jupyter use a separate instance of python instead of the system’s default python. Note that you probably need to complete the “ Setting User Permissions” step in the https://pypi.org/project/Jetson.GPIO/
Of course i follow the “ Setting User Permissions” step ,But it still can't work .Maybe,your insight is right .My jupyter comes from the ip of the nano . All is default.
A nice way to solve this problem :
- git clone https://github.com/NVIDIA/jetson-gipio
- use the cod strightly in the Jupyter :
pip install Jetson.GPIO