Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 425654

pip is a tool for installing and managing Python packages

1 vote
1 answer
1k views

pip error "No module named ordered_dict"

Setting up python-pip (1.5.6-5) ... In the docker, pip fails with "No module named ordered_dict" from urllib3. … How to I find out which version of python-pip (or python-urllib3) to install to avoid this? And most importantly, how can I figure this out for myself, next time? …
Jeff Learman's user avatar
3 votes

pip error "No module named ordered_dict"

I seem to have blundered into an answer: apt-get install python-pip-whl FROM debian:jessie RUN sed -i '/jessie-updates/d' /etc/apt/sources.list # Now archived RUN apt-get update && apt-get install -y … python python-pip-whl python-pip No idea why it works. …
Jeff Learman's user avatar