λκ° μλͺ»λκ±΄μ§ λͺ¨λ₯΄κ² μ§λ§ κ°μκΈ° μ΄λλ λΆν° python ν¨ν€μ§μ κ΄λ ¨λ λͺ¨λ κ²λ€μμ μλ¬κ° λ°μνλ€. μλ¬ λ΄μ©μ λλ΅ μλμ κ°λ€.
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/bin/pip", line 5, in <module> from pkg_resources import load_entry_point File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 720, in <module> class Environment(object): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 723, in Environment def __init__(self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 109, in get_supported_platform plat = 'macosx-%s-%s' % ('.'.join(_macosx_vers()[:2]), m.group(3)) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 221, in _macosx_vers version = platform.mac_ver()[0] File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py", line 804, in mac_ver info = _mac_ver_xml() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py", line 781, in _mac_ver_xml pl = plistlib.readPlist(fn) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 78, in readPlist rootObject = p.parse(pathOrFile) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 406, in parse parser.ParseFile(fileobj) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 418, in handleEndElement handler() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 452, in end_key self.currentKey = self.getData() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 436, in getData data = data.encode("ascii") LookupError: no codec search functions registered: can't find encoding
λ¬Έμ λ virtualenv κ° μλμ, pip λ‘ μ¬μ€μΉν΄λ³΄λ €κ³ νλλ° pip λ₯Ό μ€νν΄λ λμΌν μλ¬ λ©μμ§κ° λμλ€. easy_install λ λ§μ°¬κ°μ§..;; μμ λκ°ν μν.
pip λ₯Ό μ¬μ€μΉν΄λ³΄λ €κ³ νλλ° μ΄λ»κ² νλμ§ λͺ¨λ₯΄κ² κ³ β¦ μμ python μ λ€μ μ€μΉν΄λ²λ Έλ€. γ γ
κ·Έλ°λ° python 곡μ ννμ΄μ§μ λμμλ 2.7.4 μΈμ€ν¨λ¬λ‘ ν΄λ΄€λλ° μ¬μ€μΉν΄λ λ¬Έμ λ ν΄κ²°λμ§ μμλ€.
κ·Έλμ μ°Ύλ€ μ°Ύλ€κ° ActivePython μ΄λΌλ κ±Έ μ°Ύμμ 2.7.2 λ‘ μ¬μ€μΉνλκΉ λ€νν pip μ virtualenv λ± μ μ λμνλ€. γ γ
μ.. μ§μ§ OSX μ¬μ€μΉν λ» νλ€..;; μμΈμ΄ λμμκΉ...














