pip3下载问题

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

posted @ 2024-03-18 15:34  Y沼泽Y  阅读(15)  评论(0)    收藏  举报