warrenzhu25 commented on a change in pull request #318:
URL: https://github.com/apache/incubator-livy/pull/318#discussion_r617697036



##########
File path: .travis.yml
##########
@@ -46,7 +46,7 @@ install:
   - sudo apt-get -qq install python3-pip python-dev
   - sudo apt-get -qq install libkrb5-dev
   - sudo apt-get -qq remove python-setuptools
-  - sudo pip2 -q install --upgrade "pip < 10.0.0" "setuptools < 36"
+  - sudo pip2 -q install --upgrade pip setuptools
   - sudo python3 -m pip -q install --upgrade "pip < 10.0.0" "setuptools < 36"

Review comment:
       > Should we also remove this version limit for python3?
   
   I tried this, got below error:
   ```
   $ sudo python3 -m pip -q install cloudpickle
   Traceback (most recent call last):
     File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
       "__main__", mod_spec)
     File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
       exec(code, run_globals)
     File "/usr/local/lib/python3.5/dist-packages/pip/__main__.py", line 21, in 
<module>
       from pip._internal.cli.main import main as _main
     File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py", 
line 60
       sys.stderr.write(f"ERROR: {exc}")
   ```
   https://travis-ci.com/github/warrenzhu25/incubator-livy/jobs/499228954




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to