Hironsan / anago

Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
https://anago.herokuapp.com/
MIT License
1.48k stars 371 forks source link

Error while running the setup #137

Open ssaikiran123 opened 4 years ago

ssaikiran123 commented 4 years ago

Hello @Hironsan If you open a GitHub issue, here is our policy:

  1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
  2. The form below must be filled out.

System information

Describe the problem

Describe the problem clearly here. Be sure to convey here why it's a bug in anaGo or a feature request. After i downloaded the code and trying to run the setup.py file facing below problem C:\Users\SAIKIRAN\Desktop\Angao\anago-tagger-master>python setup.py Traceback (most recent call last): File "setup.py", line 18, in with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\SAIKIRAN\Desktop\Angao\anago-tagger-master\README.rst'

C:\Users\SAIKIRAN\Desktop\Angao\anago-tagger-master>python setup.py usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help

error: no commands supplied

Source code / logs

Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.