79679582

Date: 2025-06-25 19:44:19
Score: 0.5
Natty:
Report link

You can find the pip config location by running pip config list -v

browse for

C:\ProgramData\pip\pip.ini

C:\Users\<user>\pip\pip.ini

remove nvidia url and set below config

no-cache-dir = true
index-url = https://pypi.org/simple

trusted-host =
               pypi.org/simple
** post which restart the terminal
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Wasi