pip install requests-ntlm segfaults on my machine. I'm running Ubuntu 18.04, I have pip version 9.0.1, and while sudo -H pip install requests-ntlm seems to work, I want to ensure that the normal setup would work within a Dockerfile as well. Is there anything I'm doing wrong within my pip installation attempt that would cause this segfault?
pip install requests-ntlmsegfaults on my machine. I'm running Ubuntu 18.04, I have pip version 9.0.1, and whilesudo -H pip install requests-ntlmseems to work, I want to ensure that the normal setup would work within a Dockerfile as well. Is there anything I'm doing wrong within my pip installation attempt that would cause this segfault?