kfaraz commented on code in PR #13252:
URL: https://github.com/apache/druid/pull/13252#discussion_r1003576978
##########
.travis.yml:
##########
@@ -39,9 +39,11 @@ env:
addons:
apt:
+ sources:
+ - sourceline: 'ppa:jblgf0/python'
packages:
- maven
- - python3
+ - python3.9
Review Comment:
No, there seems to be a pre-installed python 3.5 which led to the original
problem and other failures during the testing of this PR. The scripts
themselves must explicitly specify the exact python version.
And for other python3.9 to work correctly, the correct pip and distutils are
needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]