tmobile / monarch

App-level Chaos Engineering
Apache License 2.0
28 stars 4 forks source link

Issue building docker image from Dockerfile #3

Closed kishorekkota closed 5 years ago

kishorekkota commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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