jupyter 中出现ModuleNotFoundError: No module named 'fancyimpute
时间: 2023-08-23 19:17:16 浏览: 313
在Jupyter中出现"ModuleNotFoundError: No module named 'fancyimpute'"的错误通常是因为缺少了fancyimpute这个库。根据引用\[1\]和引用\[2\]的内容,你可以尝试以下解决方法:
1. 确保你已经在你的环境中安装了fancyimpute库。你可以使用conda或pip来安装,具体命令如下:
- 使用conda安装:conda install -c conda-forge fancyimpute
- 使用pip安装:pip install fancyimpute
2. 确保你在Jupyter中使用的是正确的环境。根据引用\[3\]的内容,Jupyter默认使用的是base环境,而你可能在其他环境中安装了fancyimpute库。你可以尝试在Jupyter中切换到正确的环境,或者在Jupyter中手动安装fancyimpute库。
如果以上方法都没有解决问题,你可以尝试重启Jupyter或者重新安装fancyimpute库。希望这些方法能够帮助你解决问题。\[1\]\[2\]\[3\]
#### 引用[.reference_title]
- *1* [关于Jupyter中ModuleNotFoundError: No module named xxx的问题](https://blog.csdn.net/weixin_69301561/article/details/130800680)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* *3* [Jupyter Notebook 中ModuleNotFoundError: No module named ‘torch‘ 或者 No module named ‘torchvision...](https://blog.csdn.net/weixin_43431218/article/details/131105419)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文