-
Notifications
You must be signed in to change notification settings - Fork 105
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
A bit hard to find and run eland_import_hub_model on Windows #551
Comments
I also has error。what i can do make it work? |
oh,thanks me, I have resolve this problem,it my code instead to eland_import_hub_model in shell,it works where your computer operation system is Windows。secondly, my elasticsearch version is 8.6.0, but elasticsearch 8.7.0 also works
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right after
pip install eland
, neitherpython -m eland
noreland_import-hub-model
works on Windows.python -m eland
doesn't work because no ofeland.__main__
.eland_import-hub-model
doesn't work because scripts is used instead of console_scripts insetup.py
.As the above picture shows,
eland_import_hub_model
is not executable on Windows due to no file extension like.exe
.I will open a PR to solve this hassle on Windows.
The text was updated successfully, but these errors were encountered: