Hi , I tried to use the face_xy project on Getting Started with AI on Jetson Nano Courses , but I had a problem.
While I running Data Collection , the error has occured : Error displaying widget: model not found .
I install package from jaybdub and jetcard , but still not working.
Can have any idea to solve? Thanks for help.
kayccc July 13, 2020, 11:06pm 3 Hi kjoelovelife,
Please refer to below topic if can help: Jupyter ipywidgets v7.5 "Error displaying widget"
1 Like
Thanks , it can load module, but there is another problem occured , stop at " loading widget " , and no image show on jupyter lab.
Hi kjoelovelife,
Could you try installing the “no_typescript” branch, and see if the issue persists?
I would also recommend using Chrome browser if you’re not already.
Please let me know if this works for you or you run into any issues.
Best, John
Sorry too late to reply. It still not working ,
There is no update from you for a period, assuming this is not an issue any more. Hence we are closing this topic. If need further support, please open a new one. Thanks
Hi kjoelovelife,
Do you mind sharing the steps you took to install Jupyter clickable image widget?
I believe the no-typescript version has been merged into master branch now.
Best, John
Yes, and below are my install step:
sudo apt -y install curl dirmngr apt-transport-https lsb-release ca-certificates curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt -y install nodejs node-gyp ‘gcc’ g++ ‘make’ sudo pip3 install jupyter jupyterlab sudo python3 -m pip install git+https://github.com/ipython/[email protected] sudo jupyter labextension install @jupyter-widgets /jupyterlab-manager sudo jupyter labextension install @jupyterlab /statusbar git clone --branch no_typescript GitHub - jaybdub/jupyter_clickable_image_widget cd jupyter_clickable_image_widget sudo pip3 install -e . jupyter labextension install js
1 Like
Hello, i have the same problem. It says: “Error displaying widget: model not found”
Jupyter lab: v 2.2.9
jupyter-clickable-image-widget Version: 0.1.0a0
nodejs version 8.10.0
cython 0.29.21
Thanks. This worked for me, but I had to use: sudo npm install -g node-gyp