Skip to content
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

Issue building docker image from Dockerfile #3

Closed
kishorekkota opened this issue Jun 11, 2019 · 2 comments
Closed

Issue building docker image from Dockerfile #3

kishorekkota opened this issue Jun 11, 2019 · 2 comments

Comments

@kishorekkota
Copy link

PIP install PyYAML is failing with an error due to SSL cert. I was able to get around it adding
by adding trusted host. But then it resulted in a different error.

--trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org

HTTP error 403 while getting https://files.pythonhosted.org/packages/a3/65/837fefac7475963d1eccf4aa684c23b95aa6c1d033a2c5965ccb11e22623/PyYAML-5.1.1.tar.gz#sha256=b4bb4d3f5e232425e25dda21c070ce05168a786ac9eda43768ab7f3ac2770955 (from https://pypi.org/simple/pyyaml/

@mattiekat
Copy link
Collaborator

I cannot reproduce the issue you describe. Just built from scratch in a clean repo; this sounds like a networking issue on your end.

@kishorekkota
Copy link
Author

Yep, that right. Did not realize that it was my company networking issue. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants