error in missingno module import in Jupyter Notebook

11,554

Solution 1

Installing missingno through anaconda solved the problem for me

Solution 2

This command helped me: conda install -c conda-forge/label/gcc7 missingno You have to make sure that you run Anaconda prompt as Administrator.

Share:
11,554
Aditi
Author by

Aditi

Updated on June 27, 2022

Comments

  • Aditi
    Aditi almost 2 years

    Getting error in missingno module import in Jupyter Notebook . It works fine in IDLE . But showing "No missingno module exist" in Jupyter Notebook . Can anybody tell me how to resolve this ?

  • Aditi
    Aditi over 5 years
    Oh . I'm able to run it now . . Thanks