josephmachado / beginner_de_project_stream

Simple stream processing pipeline
https://www.startdataengineering.com/post/data-engineering-project-for-beginners-stream-edition/
91 stars 27 forks source link

Make run Not Running Properly on Docker Windows 10 #8

Open adeelshakir889 opened 1 year ago

adeelshakir889 commented 1 year ago

sleep 20 process_begin: CreateProcess(NULL, sleep 20, ...) failed. make (e=2): The system cannot find the file specified. make: *** [Makefile:11: sleep] Error 2

josephmachado commented 1 year ago

Hi @adeelshakir889
If you are using windows please setup WSL and a local Ubuntu Virtual machine following the instructions here. Install the above prerequisites on your ubuntu terminal, if you have trouble installing docker follow the steps here.