i am trying to load .stl files into voxelgrids on binder so other people can view it - i am using open3d to achieve this, but for some reason (even though it works on localhost) the notebook gets an error in the import open3d line.
OSError: libusb-1.0.so.0: cannot open shared object file: No such file or directory
both libusb and open3d are in a requirements.txt, i cannot find anything about this error. also, .off files without open3d load with no problems.
if you want to look at my code/the exact error, i have it on stackoverflow here.
Github repository: GitHub - theschlork/jupyter
if anyone could help me out, that would be greatly appreciated.