HyukjinKwon commented on a change in pull request #28243:
URL: https://github.com/apache/spark/pull/28243#discussion_r411039470



##########
File path: python/setup.py
##########
@@ -16,14 +16,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+from __future__ import print_function
 import glob
 import os
 import sys
 from setuptools import setup
 from shutil import copyfile, copytree, rmtree
 
-if sys.version_info < (3, 6):

Review comment:
       Hm, seems like it's tricky to print out logs during pip installation 
(see https://github.com/pypa/pip/issues/2933). Let me just merge this one.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to