Skip to main content
Question

Cognite Extractor Manager (cogex) - Error on poetry run ang cogex build

  • May 22, 2025
  • 1 reply
  • 27 views

Sharizan Mohd Redzuan
Seasoned
Forum|alt.badge.img+4

Hi Community,

I am havng an issue where I tried to use the Cognite-Extractor-Manager (cogex) for custom extractor development.

I just install and create new project using cogex init. When i tried to run using "poetry run test_extractor", it returned below error:

 

 

Also having another error when executing the "cogex build” command:

 

Anyone having the same issue?

Tools:

python == 3.11.9

cognite-extractor-manager == 2.0.0

1 reply

Forum|alt.badge.img

For the 2nd problem/error you would need to install the uv tool: https://docs.astral.sh/uv/

Once installed, it _may_ also resolve the first problem you’re describing, but I’m not in a position to test at the moment so YMMV here, sorry.

Let us know, please.