Hi,

I am getting the below error when I am trying to build from master branch. Any help?

The conflict is caused by:
atsd-client 3.0.5 depends on python-dateutil
azure-kusto-data 0.0.35 depends on python-dateutil>=2.8.0
botocore 1.13.0 depends on python-dateutil<3.0.0 and >=2.1; python_version >= "2.7"
dql 0.5.26 depends on python-dateutil<2.7.0

I think you can fix this in the short term by removing dql from your requirements.txt file. The issue is DQL requires python-dateutil of 2.7 or older while azure-kuso-data needs 2.8 or above.