rpi-TM1638 icon indicating copy to clipboard operation
rpi-TM1638 copied to clipboard

No module named 'rpi_TM1638'

Open Marcelverhoeven opened this issue 5 years ago • 2 comments

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

Marcelverhoeven avatar Mar 02 '19 12:03 Marcelverhoeven

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

thilaire avatar Mar 07 '19 15:03 thilaire

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'

ricsci avatar Feb 27 '21 22:02 ricsci