jkahn / samyro

Samyro text generation kit built on RNNs.
MIT License
3 stars 1 forks source link

Running samyro command by itself fails #5

Closed wpm closed 8 years ago

wpm commented 8 years ago
> 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.