#python #module [Solved] "ModuleNotFoundError: No module named" Error

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hi friends if you are beginning to the python and if you are encountering the basic issues so you're in the right place today i'm going to talk about no module found and how to be troubleshoot the issue so let me take an example of pandas so if i type import pandas as pd so this is the basic thing which would have seen in any other websites so and if i hit ctrl enter i get this error module not found no module name pandas does it really mean that i don't have pandas installed no i do have pandas installed but why is it giving me no module found the reason being the first thing you need to notice in the modules is that the most of the models start with the lower case and you need to cross verify that so you can do that just by googling the import pandas or reading pandas document so i know it should start with a small letter or lowercase i am going to change this to smaller p and hit ctrl enter so basically this solves 90 percent of your problem ratio but the basic thing is all you need to do is whether my module is in proper case let's take another example i'm going to create a new line and i'm going to import a module which i'm totally unaware of so for this example i have a link open and let me find a module which i want to try let me take cyton so it start with c so in capitals and c y t h o n let me type import cython and control enter this time i know the module name python it gives you the same error then you might have to cross verify whether this is in the correct proper case since i went through the python module it showed me that it's a correct syntax so how do i install it so it's pretty simple just copy the module you want to install open command prompt from your windows on mac let me zoom this a bit and the syntax is pip install and paste the module name and hit enter this might take some time depending on the module you're trying to install i hope this should not take more than 5-10 seconds for me okay it's been successfully installed so once it's installed let us close this and let us try to run this again to enter and there you go i did not get any error message that means my module has been successfully installed and i can start using it if you like my video please like and subscribe to my channel thank you
Info
Channel: Ex Gnyaana
Views: 60,944
Rating: undefined out of 5
Keywords: module not found error, modulenotfounderror: no module named, import import_ipynb, how to use import_ipynb, modulenotfound error, jupyter notebook, modulenotefounderror in jupyter notebook, modulenotfounderror in anaconda, import probem in python, import problem in jupyter, import problem in jupyter notebook, pycharm import error, pycharm interpreter setup, how to fix pycharm, how to set up pycharm interpreter, pycharm import modules, python import error, viral, trending
Id: 3MopyxN62Xw
Channel Id: undefined
Length: 2min 58sec (178 seconds)
Published: Fri Dec 04 2020
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.