【发布时间】:2018-11-15 17:53:30
【问题描述】:
我在 macOS 上使用 Python 3。我安装了袖扣,但显示 IDLE
ModuleNotFoundError: No module named 'cufflinks'
我在终端中使用了多个命令,例如:
pip install cufflinks
conda install cufflinks
conda install -c bioconda cufflinks
pip3 install cufflinks
conda-forge install cufflinks
我什至多次尝试卸载并重新安装袖扣,但 IDLE 仍然无法正常工作。
【问题讨论】:
-
您确定 IDLE 在您的系统上使用了正确的 Python 吗?
-
您可以编辑并添加袖扣的进口声明吗?也许您正在从其他位置导入?
标签: python python-3.x macos pip plotly