Hi, I am working on a Jetson Nano with Ubuntu 18.04. The common 'pip install pyusb' did not work and I got this error: ModuleNotFoundError: No module named 'usb'
Upon running: import usb.core Then I tried: sudo python3 -mpip install pyusb This worked but when I try 'import usb.core' in a virtual environment, I am getting the same error. Any idea what is happening here? Thanks, Saeed
_______________________________________________ pyusb-users mailing list pyusb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pyusb-users