rpi-TM1638
rpi-TM1638 copied to clipboard
No module named 'rpi_TM1638'
I have cloned the code but I receive the error: No module named 'rpi_TM1638'
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
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'