Aditi
Aditi

Reputation: 83

error in missingno module import in Jupyter Notebook

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 ?

Upvotes: 4

Views: 29050

Answers (4)

Aziz Albeloushi
Aziz Albeloushi

Reputation: 1

1- Open Anaconda Navigator 2- go to the third option on the left (CMD.exe prompt) 3- launch it 4- paste this line "conda install -c conda-forge/label/gcc7 missingno" 5- its gonna tell you to agree on the intallation process just type in Y

and there you go hopefully that will work :P

Upvotes: 0

Gurupreet Kaur
Gurupreet Kaur

Reputation: 1

Please check this command too:

pip install missingno

Upvotes: 0

Yonela Nuba
Yonela Nuba

Reputation: 143

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

Upvotes: 3

Mounika
Mounika

Reputation: 31

Installing missingno through anaconda solved the problem for me

Upvotes: 3

Related Questions