Guido Diepen

Results 21 comments of Guido Diepen

That is weird.... I tried to quickly find this warning message in the source code of docker (https://github.com/docker/docker-ce/blame/master/components/engine/daemon/container.go) and did see it was added 6 months ago. Which version of...

When you do a telnet to those ports, do you see a connection being made? Or is that connection refused. Other things you might try is to take a look...

As the version on Mac runs similar to the version on Windows as far as I know, could you try adding the option ``` --net=host ``` This should instruct docker...

Thanks for the reply. I tried your suggestions, but unfortunately, I still am getting the same errors. Output of `pip config list`: ``` global.index-url='https://pypi.org/simple' global.timeout='900' global.trusted-host='pypi.org files.pythonhosted.org pypi.python.org' http.sslverify='false' ```...

Not 100% sure what you mean with the part `with an existing pipenv virtual environment`. What I did is the following (in an empty directory): Execute `pipenv --python=3.10.8` This creates...

Your last message makes sense, because I can see in the proxy log that there are successful calls to the pypi servers being done and things appear to be downloaded,...

The problem is the bit 'You only need to have bundle installed'. When building Docker images locally, there is no generic way for me to ensure this bundle is available....

@matteius Just gave it a try and with this version, if I ensure the Pipfile contains `verify_ssl = false`, everything is working without a problem! AFAIK there is no way...

I have not tried to run this on my Pi3 yet, but my guess is that it is relatively hard on the limited CPU power. First thing you might want...

Thanks for the additional information. I have not been able to reproduce this issue on my side.