Could not determine home directory. #2601
Answered
by
lovelydinosaur
fnep
asked this question in
Potential Issue
|
Hi, I'm using httpx in a docker container where the executing user is dictated from the outside (Jenkins) and no HOME environment variable is available. I'm getting an exception in this case: Way to reproduce:
I know it's not a common issue, anyhow, I think it is easy to catch this in httpx. Works without issues like this: Are you interested in a PR for this? |
Answered by
lovelydinosaur
Feb 23, 2023
Replies: 2 comments
|
Thank you for raising this. I believe this is a duplicate of #2526, which has been resolved by #2535 - so this should be fixed in the next release. You could try installing directly from GitHub in order to verify this... $ pip install git+https://github.com/encode/httpx |
0 replies
Answer selected by
lovelydinosaur
|
Thank you for the quick reply. It works for me in the mentioned version. 👍 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for raising this.
I believe this is a duplicate of #2526, which has been resolved by #2535 - so this should be fixed in the next release.
You could try installing directly from GitHub in order to verify this...