rm-hull / luma.examples

Companion repo for running examples against the luma.oled, luma.lcd, luma.led_matrix and luma.emulator display drivers.
MIT License
380 stars 147 forks source link

No module named luma.core #117

Closed bennetdev closed 4 years ago

bennetdev commented 4 years ago

I have followed all the required steps. I can run the examples with the python command, but if I use python3 it says "No module named 'luma.core'". I have used pip3 show luma.core and pip3 install luma.core trying to fix it but I am certain that luma.core for python3 is installed on my raspberry. Any tips?

bennetdev commented 4 years ago

Also pip3 show luma.core shows this location:" /usr/local/lib/python3.7/dist-packages/luma.core-1.14.0-py3.7.egg" which I don't know wether its normal.

rm-hull commented 4 years ago

Which version of raspian? What does python --version show? What does python3 --version show?

bennetdev commented 4 years ago

raspbian version is the latest one (Version 10 buster) python version 2.7.16 python3 version 3.7.3

thijstriemstra commented 4 years ago

can you try running python3 and then 'import luma.core'?

thijstriemstra commented 4 years ago

no feedback, closing.