老提醒 ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch
1
ldyisbest Feb 28, 2023
|
2
ttys001 Mar 1, 2023
brew install --cask miniforge
conda install pytorch torchvision -c pytorch |
3
peterzhang0602 OP @ttys001 还是提醒 ModuleNotFoundError: No module named 'torch'
|
4
ttys001 Mar 1, 2023
@peterzhang0602
那可能是 python 的版本问题。 python=3.8.12=hab31e5c_2_cpython pytorch=1.8.0=cpu_py38hc43b888_1 torchvision=0.2.2=py_3 |