Python/Library

(cx_freeze) Python3.5 cx_freeze 설치 에러 해결 시도

케이- 2016. 9. 16. 21:07


building 'cx_Freeze.util' extension

    error: Unable to find vcvarsall.bat


이런 에러 나올 때


After doing a lot of things, I upgraded pipsetuptools and virtualenv.

  1. python -m pip install -U pip
  2. pip install -U setuptools
  3. pip install -U virtualenv

I did steps 1, 2 in my virtual environment as well as globally. Next, I installed the package through pip and it worked.


이걸로 시도



결과적으로 파이썬 3.5 에서 하는 것을 포기했다.

매우 번거롭지만 파이썬 버전을 다운그레이드 했다.

3.4에서 별다른 세팅 없이 cx_freeze 설치 및 동작이 가능했다.