danielbeach / data-engineering-practice

Data Engineering Practice Problems
1.53k stars 418 forks source link

Exercise-2 docker build hanging on building wheel for pandas (pyproject.toml) #14

Closed TimdenE closed 1 year ago

TimdenE commented 1 year ago

On exercise 2 when I try to run docker build --tag=exercise-2 . it gets to Building wheel for pandas (pyproject.toml)... then hangs for 20+ minutes. Is this expected?

I tried updating pip install --upgrade pip before building the image as suggested here, but no luck.

I cancelled and then attempted again so you can see my terminal, but I left it to run for 20+ minutes previously image

TimdenE commented 1 year ago

nvm, it built. Just needed to wait a bit longer