Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install js due to nodejs version <= 18.0.0 #9

Open
venkat-ranganathan opened this issue May 1, 2024 · 2 comments
Open

Unable to install js due to nodejs version <= 18.0.0 #9

venkat-ranganathan opened this issue May 1, 2024 · 2 comments

Comments

@venkat-ranganathan
Copy link

Hi,

I'm unable to install Jupyter Clickable Image Widget on my Jetson Orin Nano because the nodejs version check fails because the latest nodejs available on the Orin Nano running Ubuntu 20.04 is v10.19.0, but the original Jupyter Clickable Image Widget was written for Ubuntu 18.0.4, which uses nodejs version >= 18.0.0

is it possible to update this widget so this extension can be used for NVIDIA JetRacer live regression training?

Thank you

I posted on the NVIDIA developer forums here: https://forums.developer.nvidia.com/t/jetracer-no-camera-widget-when-running-interactive-regression/289044/7

@tokk-nv
Copy link
Contributor

tokk-nv commented May 9, 2024

Hi Venkat,
I made some modifications in my fork and made a PR (#10).
https://github.com/tokk-nv/jupyter_clickable_image_widget/tree/dev-ipywidgets8

I tested on my Orin Nano running JetPack 6.
I'm guessing you are running JetPack 5.x. It would be great if you can test this on your setup.

@venkat-ranganathan
Copy link
Author

Hi tokk-nv

Thank you so much working on this!

I no longer have access to the Orin Nano (it was part of our senior project and the semester ended a few days ago so we returned everything back to the school)–that being said, another group will be picking up where my team left off in the Fall semester, so I updated my notes that I provided for the next team pointing to your modified fork to resolve the clickable image widget issue

Venkat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants