I’m running a Python ML code and is freezing the entire Jetson Nano environment. The same app runs without problem on MacOS.
Want to debug on Jetson Nano and looking for a GUI debugger.
Tried to install Visual Studio Code but it seems to not be working as it keeps showing over and over again the ‘install’ just after finishing the installation.
Following the suggestions above, I was able to install and run pycharm on the jetson nano, but then was not able to install openCV in the pycharm project. like @vamshikrishnadr96 says above, I get error that no package is found. In fact, I could not add any libraries to the projects opened on the nano.
Would really like to hear if anyone has been able to set up a good python IDE on the jetson nano.
Thanks!