juypter notebook的虚拟环境下import torch 报错解决

在安装好tsfresh,解决打开juypter弹出运行框无法正常运行的问题后,又出现了新的问题

import torch 报错:IProgress not found. Please update jupyter and ipywidgets

找到解决方法:

在cmd中,运行一下两句

conda install -n base -c conda-forge widgetsnbextension

 其中,mtf_env为我的虚拟环境名称,需根据需要进行改动

conda install -n mtf_env -c conda-forge ipywidgets

 然后关掉(shutdown)之前运行的进程,重新进入即可

博主链接

目前调用torch顺利

 

你可能感兴趣的:(小菜初学机器学习,python,深度学习,jupyter)