Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

pip problem linux

//IF you have problem with your pip try the oldest one :]
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python get-pip.py
pip install xlrd --upgrade
 
PREVIOUS NEXT
Tagged: #pip #problem #linux
ADD COMMENT
Topic
Name
2+4 =