pip3下载问题

hashy / 2024-03-19 / 原文

pip3 install torch
Fatal error in launcher: Unable to create process using '"C:\Users\DELL\AppData\Local\Programs\Python\Python38\python3.exe" "C:\Python38\Scripts\pip3.exe" install torch': ???????????

改为
python3 -m pip install -U pip torch