jupyter_clickable_image_widget icon indicating copy to clipboard operation
jupyter_clickable_image_widget copied to clipboard

missing files: ['..../plugin.js'] error

Open tokk-nv opened this issue 5 years ago • 1 comments

When I followed the setup method illustrated in README.md one line at a time, and executed the sudo python3 setup.py build line, I got the following error.

ValueError: missing files: ['/home/dlinano/jupyter_clickable_image_widget/lib/plugin.js']

Full log attached. jupyter_clickable_image_widget_pluginjs-error.log

tokk-nv avatar Jun 12 '19 19:06 tokk-nv

This is expected. When calling python3 setup.py build, I believe there are some odd cross dependencies.

If you call all of the instructions in order (ignoring this error), plugin.js should be generated and the installation will succeed.

jaybdub avatar Jun 12 '19 21:06 jaybdub