Skip to content

usb_ser_mon is not working as a module #10

@Its-Just-Nans

Description

@Its-Just-Nans

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_mom

Is that normal ?

Could we refactor the package code to be compatible ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions