View Issue Details

IDProjectCategoryView StatusLast Update
0004010Kali LinuxKali Package Bugpublic2017-05-12 10:21
ReporterKnight_Rider Assigned Torhertzog  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionnot fixable 
Product Versionkali-dev 
Summary0004010: PIP Package buggy
Description

Not able to install anything using pip
for ex. pip install pyopenssl
and this happens

Traceback (most recent call last):
File "/usr/local/bin/pip", line 9, in <module>
from pip import main
File "/usr/lib/python2.7/dist-packages/pip/init.py", line 21, in <module>
from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning
File "/usr/lib/python2.7/dist-packages/pip/_vendor/init.py", line 64, in <module>
vendored("cachecontrol")
File "/usr/lib/python2.7/dist-packages/pip/_vendor/init.py", line 36, in vendored
import(modulename, globals(), locals(), level=0)
File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/init.py", line 9, in <module>
File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/wrapper.py", line 1, in <module>
File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapter.py", line 4, in <module>
File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/init.py", line 52, in <module>
File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/packages/init.py", line 59, in <module>
File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/packages/init.py", line 32, in vendored
File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/contrib/pyopenssl.py", line 47, in <module>
File "/usr/local/lib/python2.7/dist-packages/OpenSSL/init.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
File "/usr/local/lib/python2.7/dist-packages/OpenSSL/SSL.py", line 105, in <module>
SSL_ST_INIT = _lib.SSL_ST_INIT
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

Steps To Reproduce

Well i just installed the new Kali linux W19 and I've done sudo apt-get update and sudo apt-get upgrade

Activities

kimocoder

kimocoder

2017-05-12 10:19

reporter   ~0006666

try "apt-get remove python-setuptools" and install it again. after install, "pip check" and give the output back here..

** Also, beware that you are running a WEEKLY build, NOT a STABLE one too, weekly are for development/testing and may give some bugs you know (^^,)

rhertzog

rhertzog

2017-05-12 10:21

administrator   ~0006667

You broke your own installation alone. Kali installs nothing under /usr/local so it's not our responsibility if /usr/local/bin/pip does not work.

Issue History

Date Modified Username Field Change
2017-05-12 09:56 Knight_Rider New Issue
2017-05-12 10:19 kimocoder Note Added: 0006666
2017-05-12 10:21 rhertzog Assigned To => rhertzog
2017-05-12 10:21 rhertzog Status new => closed
2017-05-12 10:21 rhertzog Resolution open => not fixable
2017-05-12 10:21 rhertzog Note Added: 0006667