You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/10/24 17:30:04 UTC

[GitHub] [druid] kfaraz commented on a diff in pull request #13252: Upgrade python version used on Travis

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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org