[ 
https://issues.apache.org/jira/browse/KUDU-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16476349#comment-16476349
 ] 

Mike Percy commented on KUDU-1705:
----------------------------------

Confirming this is still a problem on Centos 6.6, from today:
{code:java}
[mpercy@vc1320 ~]$ pip install --user kudu-python
/usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90:
 InsecurePlatformWarning: A true SSLContext object is not available. This 
prevents urllib3 from configuring SSL appropriately and may cause certain SSL 
connections to fail. For more information, see 
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
/usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90:
 InsecurePlatformWarning: A true SSLContext object is not available. This 
prevents urllib3 from configuring SSL appropriately and may cause certain SSL 
connections to fail. For more information, see 
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
You are using pip version 7.1.0, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting kudu-python
/usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90:
 InsecurePlatformWarning: A true SSLContext object is not available. This 
prevents urllib3 from configuring SSL appropriately and may cause certain SSL 
connections to fail. For more information, see 
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
/usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90:
 InsecurePlatformWarning: A true SSLContext object is not available. This 
prevents urllib3 from configuring SSL appropriately and may cause certain SSL 
connections to fail. For more information, see 
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
/usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90:
 InsecurePlatformWarning: A true SSLContext object is not available. This 
prevents urllib3 from configuring SSL appropriately and may cause certain SSL 
connections to fail. For more information, see 
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Downloading 
https://files.pythonhosted.org/packages/20/4c/2508d47f1aa12df7e63a587945d63e468dc4e4896f1acfc99ea91b5af909/kudu-python-1.7.0.tar.gz
 (345kB)
100% |████████████████████████████████| 348kB 1.1MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/tmp/pip-build-rrPf3M/kudu-python/setup.py", line 21, in <module>
from Cython.Distutils import build_ext
ImportError: No module named Cython.Distutils

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in 
/tmp/pip-build-rrPf3M/kudu-python
{code}

> [Python] - PIP Install is not installing Cython dependency automatically
> ------------------------------------------------------------------------
>
>                 Key: KUDU-1705
>                 URL: https://issues.apache.org/jira/browse/KUDU-1705
>             Project: Kudu
>          Issue Type: Bug
>          Components: build, python
>    Affects Versions: 1.0.1
>            Reporter: Jordan Birdsell
>            Assignee: Jordan Birdsell
>            Priority: Major
>
> [~dineshabbi] reported a failure in a pip install caused by a missing Cython 
> dependency. This should be installed automatically.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to