'Install requirements.txt uses a different path

Fellow users,

I am trying to install a requirements.txt file (via cmd prompt: "pip install -r "path\to\file"). The problem is that my system returns an OSError with a totally different path than I entered. What can I do to prevent this?

*I already enabled a path length above 260 characters.

The console feedback:

C:\Users\schum\BT CODE>pip install -r "C:\Users\schum\BT CODE\requirements.txt"

Processing c:\tmp\build\80754af9\idna_1593446292537\work

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\tmp\build\80754af9\idna_1593446292537\work'



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source