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

No module named 'rpi_TM1638' #2

Open
Marcelverhoeven opened this issue Mar 2, 2019 · 2 comments
Open

No module named 'rpi_TM1638' #2

Marcelverhoeven opened this issue Mar 2, 2019 · 2 comments

Comments

@Marcelverhoeven
Copy link

I have cloned the code but I receive the error: No module named 'rpi_TM1638'

@thilaire
Copy link
Owner

thilaire commented Mar 7, 2019

Hello.
Did you first install the package, with python install setup.py ?
When do you receive the error? When running the small test program (rpi-TM1638/test/test_TM.py) ?

Thibault

@ricsci
Copy link

ricsci commented Feb 27, 2021

Hi,
I encountered the same issue when running both test.

Installation

git clone https://github.com/thilaire/rpi-TM1638.git
cd rpi-TM1638/
sudo python setup.py install

Error

from rpi_TM1638 import TMBoards
ModuleNotFoundError: No module named 'rpi_TM1638'

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

3 participants