docker / dev-environments

60 stars 32 forks source link

Python dependencies installation takes too long #121

Open hrvojej opened 2 years ago

hrvojej commented 2 years ago

After opening dev environment in vscode I'm trying to install Python dependencies. It's working but extremely slow. I got nothing else running.

So when running something like:

vscode ➜ /com.docker.devenvironments.code (master ✗) $ pip3 install -r requirements.txt I'm looking at:

Running setup.py bdist_wheel for pandas ... \

for at least 5 minutes now.. Several other dependencies have installed properly, including numpy which also took eternity to install.