This repository was archived by the owner on May 27, 2025. It is now read-only.
This repository was archived by the owner on May 27, 2025. It is now read-only.
Python dependencies installation takes too long #121
Open
Description
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.