python - Trouble installing "distribute": NameError: name 'sys_platform' is not defined -


i'm trying install python package "distribute". i've got downloaded , begins work, quits out error seen here:

enter image description here

i have feeling solution somehow related me going in , defining sys_platform, don't have enough of grasp on what's actually wrong know fix. help! i'm blown away @ how helpful are.

as stated burhan have install setuptools package: use command:

pip install setuptools 

most importantly, do not forget uninstall distribute package (since tools provided package included setuptools).

just use command:

pip uninstall distribute 

Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -