When installing a particular python package with pip in Windows, pip requires Microsoft Visual C++ 14 or above to be installed. In Visual Studio Installer, default location of “System cache, tools and SDKs with fixed location” is in C: drive, but my C: drive doesn’t have enough space. I changed the path of “Shared components, tools and SDKs” with regedit, but I don’t know how “System cache, tools” path could be changed. The “System cache, tools” takes up several gigabytes of space.
Can this path be changed, and if not, how can I install Visual C++ even when my C: drive is full?