-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
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
i have problem in installing dependencies #11
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
root ➜ /com.docker.devenvironments.code (master ✗) $ ls
compose-dev.yaml devcontainer.json Dockerfile Encrypt-Decrypt.py images LICENSE main.py README.md setup.py
root ➜ /com.docker.devenvironments.code (master ✗) $ pip install smtplib
pip install subprocess
pip install glob
ERROR: Could not find a version that satisfies the requirement smtplib
ERROR: No matching distribution found for smtplib
ERROR: Could not find a version that satisfies the requirement subprocess
ERROR: No matching distribution found for subprocess
ERROR: Could not find a version that satisfies the requirement glob
ERROR: No matching distribution found for glob
root ➜ /com.docker.devenvironments.code (master ✗) $
The text was updated successfully, but these errors were encountered: