gears/gears-less

Problem installing in windows, python 3, virtualenv

Opened this issue · 0 comments

While trying to install gears-less through pip on a Windows 8.1 system, python3, and virtualenv activated, I get this error:

error: could not create 'build\lib\gears_less\node_modules\less\node_modules\request \node_modules\form-data\node_modules\combined-stream\node_modules\delayed-stream\test\integration\test-delayed-stream-auto-pause.js': No such file or directory


Cleaning up...
Command C:\Users\Brian\Documents\GitHub\hpit_services\hpit_env\Scripts\python.exe -c "import setuptools, tokenize;file='C:\Users\Brian\Documents\GitHub\hpit_services\hpit_env\build\gears-less\setup.py';exec(compile(getattr(tokenize, 'open',open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record C:\Users\Brian\AppData\Local\Temp\pip-pk1yvt_e-record\install-record.txt --single-version-externally-managed --compile --install-headers C:\Users\Brian\Documents\GitHub\hpit_services\hpit_env\include\site\python3.4 failed with error code 1 in C:\Users\Brian\Documents\GitHub\hpit_services\hpit_env\build\gears-less
Storing debug log for failure in C:\Users\Brian\pip\pip.log

However, installing globally to the system seems to work fine.