Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

error:pip.subprocessor:command errored out with exit status 1:

# 1) upgrade pip/setuptools
python3 -m pip install -U pip setuptools # replace python3 with python version
#2) best practice (as above) is to use:
<pythonversion> -m pip # (not `pip ...`)
 
PREVIOUS NEXT
Tagged: #errored #exit #status
ADD COMMENT
Topic
Name
9+8 =