Can't use globally installed truststore package #1490
Replies: 4 comments 6 replies
-
I am not sure but maybe the |
Beta Was this translation helpful? Give feedback.
-
I am running |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
I have dug deeper into it and I think that |
Beta Was this translation helpful? Give feedback.
-
I would like to start using
pipx
in a corporate Windows environment where TLS interception is used. My first goal with it is to installpoetry
. I havepip
set up here and working perfectly fine thanks to using the truststore Python package. But when I try to run the commandpipx install poetry
from inside an elevated command prompt I get the following error message:Running
python -m pip list
in the same session confirms thattruststore
is installed globally and should be available topipx
. So what I am missing here? How do I getpipx
to 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!
Beta Was this translation helpful? Give feedback.
All reactions