简体   繁体   English

ModuleNotFoundError:即使我安装了功能工具,也没有名为“功能工具”的模块

[英]ModuleNotFoundError: No module named 'featuretools' even though I have installed featuretools

I keep getting the error ModuleNotFoundError: No module named 'featuretools' in Jupyter Notebook.我不断收到错误 ModuleNotFoundError: No module named 'featuretools' in Jupyter Notebook。 However, it looks like it has been successfully installed when I install it in the terminal.但是,当我在终端中安装它时,它看起来已经成功安装。 I have tried installing it with pip install featuretools==0.27.0, pip -m install featuretools, and conda install -c conda-forge featuretools==0.27.0.我尝试使用 pip install featuretools==0.27.0、pip -m install featuretools 和 conda install -c conda-forge featuretools==0.27.0 安装它。 I would appreciate suggestions on how to proceed.我将不胜感激有关如何进行的建议。

It sounds like the featuretools library and the jupyter notebook library are installed in different python environments.听起来 featuretools 库和 jupyter notebook 库安装在不同的 python 环境中。 Perhaps check out this question:也许看看这个问题:

Unable to import a module from Python notebook in Jupyter 无法从 Jupyter 中的 Python 笔记本导入模块

Ensuring the jupyter notebook library is installed in your expected environment may resolve this确保在您预期的环境中安装了 jupyter notebook 库可能会解决此问题

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 “ModuleNotFoundError:即使安装了模块,也没有名为‘...’的模块 - "ModuleNotFoundError: No module named '…' even though module is installed ModuleNotFoundError:没有名为“google.cloud”的模块,即使我安装了它 - ModuleNotFoundError: No module named 'google.cloud' even though I installed it ModuleNotFoundError:即使已安装,也没有名为“pycountry”的模块 - ModuleNotFoundError: No module named 'pycountry' even though it is installed ModuleNotFoundError: 没有名为 'imutils' 的模块。 即使我已经安装了 imutils - ModuleNotFoundError: No module named 'imutils' . even though I have install imutils ImportError:没有名为 qrcode 的模块,即使我安装了模块 - ImportError: No module named qrcode, even though i have the module installed “没有名为 pefile 的模块”即使我已经安装了 pefile - "No module named pefile" even though I have installed pefile ModuleNotFoundError:即使安装了包,也没有名为“matplotlib”的模块 - ModuleNotFoundError: No module named 'matplotlib' even though the package is installed ModuleNotFoundError:即使我安装了 pip 安装 websocket,也没有名为“websocket”的模块 - ModuleNotFoundError: No module named 'websocket' even though I installed pip install websocket 即使我安装了它,也没有名为“Kivy”的模块 - No module named 'Kivy' even though I installed it ModuleNotFoundError:即使我在 conda/python 中安装了它,也没有名为“statsmodels”的模块 - ModuleNotFoundError: No module named 'statsmodels' even after i have installed it in conda/python
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM