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
I'm trying to run this lib on Raspberry Pi 3, but getting an error message:
Traceback (most recent call last): File "/usr/local/bin/yeelightbt", line 9, in <module> load_entry_point('python-yeelightbt==0.0.1', 'console_scripts', 'yeelightbt')() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2476, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2190, in load ['__name__']) ImportError: No module named main
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to run this lib on Raspberry Pi 3, but getting an error message:
Traceback (most recent call last): File "/usr/local/bin/yeelightbt", line 9, in <module> load_entry_point('python-yeelightbt==0.0.1', 'console_scripts', 'yeelightbt')() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2476, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2190, in load ['__name__']) ImportError: No module named main
What am I doing wrong?
The text was updated successfully, but these errors were encountered: