PyTorch 安裝給了我 conda install pytorch torchvision -c pytorch然后我嘗試conda.in作為文本文件如下pytorchtorchvisionjupytergensimnumpymatplotlibconda install --file conda.in 作品但是,當我補充-c這樣的pytorchtorchvision -c pytorchjupytergensimnumpymatplotlib它引發了錯誤CondaValueError: 無法解析 'torchvision -c pytorch' in: conda.in如何根據官方文檔正確完成文件安裝?
當我從文件安裝 conda 包時如何包含 --channel?
慕婉清6462132
2021-08-14 17:16:54