Flask
Trouble shooting
증상
...생략...
File "C:\Python27\lib\site-packages\distribute-0.6.49-py2.7.egg\_markerlib\markers.py", line 109, in marker_fn
return eval(compiled_marker, environment)
File "<environment marker>", line 1, in <module>
NameError: name 'sys_platform' is not defined
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in c:\users\shkim\appdata\local\temp\pip_build_shkim\flask
Storing debug log for failure in C:\Users\shkim\pip\pip.log
해결방안
pip install --upgrade setuptools
pip install flask
참고문헌
http://stackoverflow.com/questions/30401758/osx-yosemite-openmdao-error-during-easy-install-sphinx-nameerror-name-sys-pl