anago icon indicating copy to clipboard operation
anago copied to clipboard

Error while running the setup

Open ssaikiran123 opened this issue 4 years ago • 0 comments

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

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): windows7
  • TensorFlow/Keras version:1.8.
  • Python version: 3.8.3

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.

ssaikiran123 avatar Jun 18 '20 10:06 ssaikiran123