cannot do import mraa

san160
san160 New Member Posts: 1

Hi all,

I have received an UP2 board (just the board without the OS, etc). We managed to install Ubuntu OS and installed anaconda with python=3.8.

Now, we want to use this board for IOT.
I tried the installation steps in https://github.com/eclipse/mraa. It didnt show any error. But when I tried to run import mraa inside python, it shows error "ModuleNotFoundError: No module named 'mraa'"

Even if I'm trying to run on python=3.6, I have the same error.
Can anyone please help to advise? Thanks!

Comments