报错OSError: [WinError 126] 找不到指定的模块 self._handle = _dlopen(self._name, mode)

遇到报错

 经调试,发现错误:

 filename:

 查找stackOverflow:https://stackoverflow.com/questions/67377972/filenotfounderror-could-not-find-module-when-using-jupyter-notebook?newreg=9dfa3f2cf33949b2a06982914d5f0fe7#

pip install scipy==1.6.3 --user 

注意:要加  --user,否则命令不被允许。

结果成功:

 

posted @ 2021-10-13 23:38  为红颜  阅读(3102)  评论(0编辑  收藏  举报