You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the usb_ser_mon is not found after installing it
python -m pip install usb_ser_mon
# as a binary
usb_ser_mon
# ModuleNotFoundError: No module named 'usb_ser_mon'# inside python
python -c "import usb_ser_mon"# ModuleNotFoundError: No module named 'usb_ser_mon'# as a python module
python -m usb_ser_mom
# /usr/bin/python: No module named usb_ser_mom
Is that normal ?
Could we refactor the package code to be compatible ?
The text was updated successfully, but these errors were encountered:
Hello
It looks like the
usb_ser_mon
is not found after installing itIs that normal ?
Could we refactor the package code to be compatible ?
The text was updated successfully, but these errors were encountered: