We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 [email protected]:bharat/nanoleaf.git repo (not software-2) cloned into the haller folder.
[email protected]:bharat/nanoleaf.git
I'm using a Mac 10.14.3, and python 3.7.2.
I'm completely stumped! Any advice would be appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
[email protected]: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.
The text was updated successfully, but these errors were encountered: