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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -