Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb_ser_mon is not working as a module #10

Open
Its-Just-Nans opened this issue Jan 30, 2024 · 0 comments
Open

usb_ser_mon is not working as a module #10

Its-Just-Nans opened this issue Jan 30, 2024 · 0 comments

Comments

@Its-Just-Nans
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant