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:
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
Post a Comment