basnijholt / miflora

☘️🌑🌼πŸ₯€πŸ‘ Mi Flora Plant sensor Python package
MIT License
366 stars 99 forks source link

demo.py TimeoutExpired error #20

Closed robmarkcole closed 6 years ago

robmarkcole commented 7 years ago

When running demo.py

from subprocess import PIPE, Popen, TimeoutExpired

ImportError: cannot import name TimeoutExpired
ghost commented 7 years ago

Most likely you're using Python2. This library requires Python3.

micksel commented 7 years ago

I'm getting the same error on Python3, Raspbian/wheezy

ChristianKuehnel commented 7 years ago

@robmarkcole Do you still have the issue with the current master branch?

ChristianKuehnel commented 7 years ago

is this a duplicate of https://github.com/open-homeautomation/miflora/issues/29 ?

ChristianKuehnel commented 6 years ago

should be fixed with https://github.com/open-homeautomation/miflora/pull/61