Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)

I am working on Python 3 on macOS. I have cufflinks installed but IDLE is showing:

ModuleNotFoundError: No module named 'cufflinks'

I have used multiple codes in the terminal such as:

pip install cufflinks

conda install cufflinks

conda install -c bioconda cufflinks

pip3 install cufflinks

conda-forge install cufflinks

I have even tried to uninstall and reinstall the cufflinks package many times but IDLE still does not work properly.

1 Answer

0 votes
by (108k points)
edited by

If you are having Ubuntu machine and Jupyter notebook, then use the below code for installing the cufflinks package:

conda install -c conda-forge cufflinks-py 

Kick-start your career in Python with the perfect below Python tutorial video for better understanding:

Related questions

0 votes
1 answer
asked Jan 5, 2021 in Python by ashely (50.2k points)
0 votes
1 answer
asked Feb 23, 2021 in Python by adhiraj (4k points)
0 votes
1 answer
asked Jan 2, 2021 in Python by ashely (50.2k points)
0 votes
1 answer

Browse Categories

...