I had to do a little change, because in docplex/util/cli.py
line 79 the call get_cplex_info()
returned None
for some reason.
I checked already
1) that the COS-path was correct
2) that the right python was used in the subprocess created in Line 69
3) that the inline script (Lines 57-61) works in a python shell outside the script
It failed anyway.
After decommenting Line 79 and inserting version = '22.1.2.0'
after it the script worked fine and it copied the correct binaries.
Best regards
Jörg