Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module object has no attribute 'find_bulbs' #7

Open
johntung opened this issue Nov 17, 2015 · 3 comments
Open

Module object has no attribute 'find_bulbs' #7

johntung opened this issue Nov 17, 2015 · 3 comments

Comments

@johntung
Copy link

When I am in python and try to run the script bulbs=lazylights.find_bulbs(expected_bulb=2), I go module object has no attribute 'find_bulbs". Do I miss something during installation?

@eidermar
Copy link

I'm having the same problem. This happens when I'm trying to call lazylights from lifxscreen2.py. I would love to get this working. Any clues?

@frakman1
Copy link

You are using the 1.0 branch of lazylights. You need to use version 2.0
Uninstall/delete what you have and use this instead:

pip install git+https://github.com/mpapi/[email protected]

@eidermar
Copy link

thanks a lot frak. this solved the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants