tmobile/monarch

Issue building docker image from Dockerfile

Closed this issue · 2 comments

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/

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

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