You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed python (3.4.2) on pi3 b (octopi build) and installed miio but when i run mirobo it says required python 3.5
So i uninstalled miio and upgrade to python3.6.5 and then tried installing miio again , it complains it need python 3.4.2 to install .. what am i missing ?
The text was updated successfully, but these errors were encountered:
Looks like it's still using 3.4 according to the log. However, you should use virtualenv (and potentially specify to it which python version you want to use) to avoid installing packages system-wide :-)
Ah.. i see. Thank you. probably it is locked to it . Pi3 is running octopi only so that is replacable with backup image, not worried about that. I'll have a look at this virtual environment, any specifics for pi3 b debian or good tutorial you know about ?
I have new xiaomi styj02ym and i wanted to switch to english and try some of the commands that are mentioned. I'll take the chance to brick it np.
virtualenv -p python3 venv
source venv/bin/activate
pip install python-miio # or the git url for PR, see https://stackoverflow.com/questions/13561618/pip-how-to-install-a-git-pull-request/13561621#13561621
miiocli --help
Installed python (3.4.2) on pi3 b (octopi build) and installed miio but when i run mirobo it says required python 3.5
So i uninstalled miio and upgrade to python3.6.5 and then tried installing miio again , it complains it need python 3.4.2 to install .. what am i missing ?
The text was updated successfully, but these errors were encountered: