0

Whenever I run the command python manage.py collectstatic, I recieve an error:

File "C:\ProgramData\Anaconda3\envs\doors\lib\site-packages\pipeline\compilers\__init__.py", line 146, in execute_command
    error_output=text_type(e))
pipeline.exceptions.CompilerError: [WinError 2] The system cannot find the file specified

Stack trace here.

micycle
  • 3,328
  • 14
  • 33
  • Please look at this link https://stackoverflow.com/questions/14472259/why-collectstatic-wont-copy-my-static-files – Softdev Oct 27 '18 at 16:12

1 Answers1

0

This error occurs because some of the files listed in the PIPELINE configuration were not found for compilation.

check the lib. https://django-pipeline.readthedocs.io/en/latest/configuration.html

Flavio Milan
  • 467
  • 3
  • 16