Numpy, AppDaemon, and Hassio

I’d like to get numpy installed in hassio, which I believe uses docker. I have no idea how to even approach doing this. You guys have any idea? I’m posting this here because I plan to use it with AppDaemon.

I’m kicking myself over the fact that I chose to upgrade to hassio instead of raspbian.

then save your configuration, and install raspbian. :wink:

but what i see, then numpy is just a python lib that you use with import numpy.
if you want to use it with AD, then i dont think thats possible if you install in in a seperate docker.

so i think you need to install in inside the AD docker and then use import numpy in your apps and you are good to go.

Yeah that’s what I was thinking but I’m not a huge fan of the CLI because I don’t have any of the calls/nuances memorized. You are probably right, i just need to make the time to switch.

That’s what I thought, but I don’t think we have that option as a hass.io user.

yeah you have.
i have seen others using terminalscreens to use pip inside 1 of the dockers.
so it must be possible to use something like putty to go inside the AD docker and install something like numpy.

but i think you would find it more easy to take the time to start over.
it will help you to get away from the restrictions (and give you many more heartache in the future) but you will have freedom :wink:

1 Like