我在 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
Run Code Online (Sandbox Code Playgroud)
我什至多次尝试卸载并重新安装袖扣,但 IDLE 仍然无法正常工作。