Reputation: 83
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
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
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