-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hello
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_momIs that normal ?
Could we refactor the package code to be compatible ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels