TypeError: copytree() got an unexpected keyword argument 'dirs_exist_ok' while installing Data Movement ai-local-agent
If you get a message like below while installing the ai-local-agent on your data movement engine much probably you have an old Python version. Traceback (most recent call last): File "./install", line 256, in <module> exec(install['code']) File "<string>", line 35, in <module> TypeError: copytree() got an unexpected keyword argument 'dirs_exist_ok'
Sometimes you have the correct version (3.12+) but the python3 command is linked to an older version. the command below saved my time