First time attempting to run
py -m pip install daphne
from my django project directory:
WARNING: Failed to write executable - trying to use .deleteme logic
ERROR: Could not install packages due to an OSError: [WinError 2] The system can not find the file specified: 'C:\Python39\Scripts\automat-visualize.exe' -> ' C:\Python39\Scripts\automat-visualize.exe.deleteme'
Second attempt:
WARNING: Failed to write executable - trying to use .deleteme logic
ERROR: Could not install packages due to an OSError: [WinError 2] The system can not find the file specified: 'C:\Python39\Scripts\cftp.exe' -> 'C:\Python39
\Scripts\cftp.exe.deleteme'
Where am I supposed to get these files from?
Also everytime I run the command, there are new files that I apparently don't have (e.g. swamp.exe, daphne.exe)