Can't use globally installed truststore package #1490
Replies: 4 comments 6 replies
|
I am not sure but maybe the |
|
I am running |
|
I experimented further and it is beginning to look like I fixed the issue by installing (This requires disabling This only needs to be done once and should fix the issue allowing you to I honestly think this is a bug. I will have to see if I can reproduce it. |
|
I have dug deeper into it and I think that |
Uh oh!
There was an error while loading. Please reload this page.
I would like to start using
pipxin a corporate Windows environment where TLS interception is used. My first goal with it is to installpoetry. I havepipset up here and working perfectly fine thanks to using the truststore Python package. But when I try to run the commandpipx install poetryfrom inside an elevated command prompt I get the following error message:Running
python -m pip listin the same session confirms thattruststoreis installed globally and should be available topipx. So what I am missing here? How do I getpipxto detect and usetruststore/how do I fix this issue?I could not find anything using Google or here in the discussions about this error. Thank you in advance for your input!
All reactions