> samyro
Traceback (most recent call last):
File "//anaconda/envs/samyro-py3.4/bin/samyro", line 9, in <module>
load_entry_point('samyro', 'console_scripts', 'samyro')()
File "/Users/williammcneill/Documents/DeepLearning/samyro/samyro/cli/shared.py", line 132, in main
args.execute(args)
AttributeError: 'Namespace' object has no attribute 'execute'
execute is not a method of args. In the other console scripts you write your own local execute function.
execute
is not a method ofargs
. In the other console scripts you write your own localexecute
function.