We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
vscode ➜ /com.docker.devenvironments.code (master ✗) $ pip3 install -r requirements.txt
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: