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
Trying to run config.py I ran into NameError: name 'setup' is not defined
I added from nanoleaf.setup import setup to config.py but still reached the following error:
/usr/local/lib/python3.7/site-packages/setuptools/dist.py:484: UserWarning: The version specified ('') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
"details." % self.metadata.version
usage: config.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: config.py --help [cmd1 cmd2 ...]
or: config.py --help-commands
or: config.py cmd --help
error: no commands supplied
I'm wondering if this is an environmental issue. Something missing in my environment that isn't included in the setup?
I've tried it on Mac OS and in an Ubuntu VM.
The text was updated successfully, but these errors were encountered:
Hello,
Trying to run config.py I ran into
NameError: name 'setup' is not defined
I added
from nanoleaf.setup import setup
to config.py but still reached the following error:I'm wondering if this is an environmental issue. Something missing in my environment that isn't included in the setup?
I've tried it on Mac OS and in an Ubuntu VM.
The text was updated successfully, but these errors were encountered: