X
X
Xaip2018-03-28 16:13:26
Python
Xaip, 2018-03-28 16:13:26

Why is pip not working?

spoiler
5abb94a62c8c7810028414.png5abb94a9123ef006938525.png

I tried to install the subprocess library, but it gave an error saying that there is no suitable distribution kit, and then pip stopped working in everything

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
pcdesign, 2018-03-28
@pcdesign

And why install subprocess if it is included in the standard distribution and works out of the box.

Python 3.4.6 (default, Jun  1 2017, 17:54:54) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
>>> 
>>> import  subprocess      
>>> 
>>>

L
LODIII, 2018-03-29
@LODIII

Maybe not so much in the topic of standard but rather other libraries.
We have a firewall at work, and therefore, when running pip install, something
gives an error that a suitable distribution kit was not found, but in fact it is "no connection".
You have to download tar from pypi.python and install it like pip install something.tar

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question