这个怎么解决PackagesNotFoundError The following packages are not available from current channels - torch - tb-nightly - sklearn - thulacCurrent channels - httpsrepoanacondacompkgsmainwin-64 - httpsrep
您可以尝试以下方法来解决这些错误:
-
检查您的网络连接是否正常,并确保您的conda版本已更新至最新版。
-
尝试添加其他conda源,例如pytorch源:conda config --add channels pytorch
-
尝试使用pip安装这些包:pip install torch tb-nightly sklearn thulac
-
如果以上方法都无法解决问题,您可以尝试使用其他工具(例如pipenv)来管理您的环境。
原文地址: https://www.cveoy.top/t/topic/fnA5 著作权归作者所有。请勿转载和采集!