Connector make install fail

I installed docker 8.17.2 , and tried to install connector . I select "Run from source" . then follow steps "make install". it gave me error

vloop-0.20.0 wcmatch-8.4.1 wrapt-1.17.2 xmltodict-0.14.2 yarl-1.18.3
.venv/bin/pip install -r requirements/agent.txt
ERROR: Could not find a version that satisfies the requirement elastic-agent-client==0.0.1.dev1 (from versions: none)
ERROR: No matching distribution found for elastic-agent-client==0.0.1.dev1
make: *** [Makefile:31: .venv/bin/elastic-ingest] Error 1
[dcadmin@elasearch01 connectors]$ 

Do I miss package to install ? I search with AI , but it does not give me solution . Thanks

Hi Felix,

Which version of python are you running? Connectors only support versions 3.10 and 3.11. Running on unsupported versions can produce errors like this one.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.