如何在Python3上安装袖扣?

2024-10-05 02:00:28 发布

您现在位置:Python中文网/ 问答频道 /正文

我在macOS上使用python3。我装了袖扣,但没什么好看的

ModuleNotFoundError: No module named 'cufflinks'

我在终端中使用了多个命令,例如:

pip install cufflinks
conda install cufflinks
conda install -c bioconda cufflinks
pip3 install cufflinks
conda-forge install cufflinks

我甚至尝试过多次卸载和重新安装袖扣,但IDLE仍然不能正常工作。在


Tags: installpipno命令终端pip3macosconda
2条回答

遇到过类似的问题,但这对我在Ubuntu和Jupyter笔记本电脑上都有用

conda install -c conda-forge cufflinks-py 

我正在Ubuntu和Jupyter笔记本电脑下的env中安装以下内容:

import sys
!conda install  yes  prefix {sys.prefix} cufflinks

或者:

^{pr2}$

相关问题 更多 >

    热门问题