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
$ python -V
Python 2.7.10
$ pip list | grep lamvery
lamvery (0.12.3)
$ lamvery init
ERROR:root:'Namespace' object has no attribute 'alias'
Traceback (most recent call last):
File "/Users/koyama/.pyenv/versions/xxxxxx/lib/python2.7/site-packages/lamvery/cli.py", line 250, in main
args.func(args)
File "/Users/koyama/.pyenv/versions/xxxxxx/lib/python2.7/site-packages/lamvery/cli.py", line 24, in init
InitAction(args).action()
File "/Users/koyama/.pyenv/versions/xxxxxx/lib/python2.7/site-packages/lamvery/actions/init.py", line 12, in __init__
super(InitAction, self).__init__(args)
File "/Users/koyama/.pyenv/versions/xxxxxx/lib/python2.7/site-packages/lamvery/actions/base.py", line 23, in __init__
self._alias = args.alias
AttributeError: 'Namespace' object has no attribute 'alias''Namespace' object has no attribute 'alias'
Is there anything required to do before lamvery init?
The text was updated successfully, but these errors were encountered:
Hi.
Is there anything required to do before
lamvery init
?The text was updated successfully, but these errors were encountered: