Hello! I've followed all 4 quick start steps and have been able to install all the packages, but upon running the fourth step, I receive this issue:
➜ haller git:(master) python3 ./config.py
Traceback (most recent call last):
File "./config.py", line 14, in <module>
from nanoleaf.nanoleaf.aurora import Aurora
ModuleNotFoundError: No module named 'nanoleaf.nanoleaf'
➜ haller git:(master) ls ./nanoleaf/nanoleaf
__init__.py aurora.py setup.py
As you can see, I've your git@github.com:bharat/nanoleaf.git repo (not software-2) cloned into the haller folder.
I'm using a Mac 10.14.3, and python 3.7.2.
I'm completely stumped! Any advice would be appreciated.
Hello! I've followed all 4 quick start steps and have been able to install all the packages, but upon running the fourth step, I receive this issue:
As you can see, I've your
git@github.com:bharat/nanoleaf.gitrepo (not software-2) cloned into the haller folder.I'm using a Mac 10.14.3, and python 3.7.2.
I'm completely stumped! Any advice would be appreciated.