You failed to activate your Python venv correctly, as you can see in your screenshot, it says "activ
You failed to activate your Python venv correctly, as you can see in your screenshot, it says "active is not a recognised command", I am not familiar with Windows, but the command to activate Python venv is usually something like
activate
and not "active". You should first activate your Python venv correctly and then install torch if the problem persists.0 Replies