mraa icon indicating copy to clipboard operation
mraa copied to clipboard

pip support?

Open miminashi opened this issue 9 years ago • 3 comments

Is there a pip support for Python binding?

For node.js, I can install mraa by:

npm install mraa

I want to install mraa by following command:

pip install mraa

miminashi avatar Feb 18 '16 13:02 miminashi

Yeah it would be nice, but not really on my priority list I'll be honest, if someone has an idea on how to make it work nicely I'm happy to add it to our infra so we push it to the right place, but I'm guessing we'd need to do something similar to what we do for node.js which is quite a bit of work.

arfoll avatar Feb 18 '16 13:02 arfoll

3.5 years later it is still not available? It's a shame, because mraa is good, but total waste of time to install in virtual environement

Psychokiller1888 avatar Jun 23 '19 15:06 Psychokiller1888

Yep, would be really nice to have. I am trying to use mraa in a docker container and installation through pip would make my life a lot easier...

ax-meyer avatar Aug 31 '21 15:08 ax-meyer