Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download instructions for windows are not correct #31

Closed
stanuku opened this issue Jan 26, 2019 · 2 comments
Closed

Download instructions for windows are not correct #31

stanuku opened this issue Jan 26, 2019 · 2 comments

Comments

@stanuku
Copy link

stanuku commented Jan 26, 2019

If you are using windows, please use the following command

bin/ingest-opennlp/download-models.bat

Windows uses backward slashes "" instead.
Also there is a path issue within the download-models.bat

call "%~dp0elasticsearch-cli.bat" ^ -> doesn't work (I had to hard code the path on my computer)

@spinscale
Copy link
Owner

Thanks for the report!

Can you possibly open a PR to fix it? I do not have a windows installation to test at the moment.

@dataanalyst4lyfe
Copy link

@stanuku - I'm running into the same error. How were you able to hard code the new directory, and not have the file overridden? I am running the gradlew clean check command, and the download-models.bat file gets overridden, so it keeps failing whenever I build it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants