Django 필기 해결 vcvarsall을 찾을 수 없습니다.bat의 오류

5106 단어 공부 노트
django-compressor를 설치할 때 다음 오류 Error
Installing collected packages: rcssmin, rjsmin, django-compressor, sqlparse, django-debug-toolbar, django-ipware, libsas
s, django-libsass, django-suit, django-dynamic-preferences
  Running setup.py install for rcssmin ... error
    Complete output from command c:\users\czlee\git\tabbycat\venv\scripts\python.exe -u -c "import setuptools, tokenize;
__file__='C:\\Users\\czlee\\AppData\\Local\\Temp\\pip-build-idha5rwu\\rcssmin\\setup.py';exec(compile(getattr(tokenize,
'open', open)(__file__).read().replace('\r
', '
'), __file__, 'exec'))" install --record C:\Users\czlee\AppData\Local\ Temp\pip-ev6w6zrs-record\install-record.txt --single-version-externally-managed --compile --install-headers c:\users\czl ee\git\tabbycat\venv\include\site\python3.4\rcssmin: running install running build running build_py creating build creating build\lib.win-amd64-3.4 copying .\rcssmin.py -> build\lib.win-amd64-3.4 running build_ext building '_rcssmin' extension error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat). ---------------------------------------- Command "c:\users\czlee\git\tabbycat\venv\scripts\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\czl ee\\AppData\\Local\\Temp\\pip-build-idha5rwu\\rcssmin\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__). read().replace('\r
', '
'), __file__, 'exec'))" install --record C:\Users\czlee\AppData\Local\Temp\pip-ev6w6zrs-record \install-record.txt --single-version-externally-managed --compile --install-headers c:\users\czlee\git\tabbycat\venv\inc lude\site\python3.4\rcssmin" failed with error code 1 in C:\Users\czlee\AppData\Local\Temp\pip-build-idha5rwu\rcssmin

해결책
pip install wheel

pip install rcssmin --install-option="--without-c-extensions"
pip install rjsmin --install-option="--without-c-extensions"

참고 자료https://github.com/czlee/tabbycat/issues/265

좋은 웹페이지 즐겨찾기