Click here to Skip to main content
15,890,438 members

Comments by ALEXANDER ABRAHAM 2022 (Top 8 by date)

ALEXANDER ABRAHAM 2022 26-Nov-22 8:48am View    
on the vs code terminal below the code execution part
ALEXANDER ABRAHAM 2022 26-Nov-22 3:22am View    
pip install pyspellchecker
I ran this pip command on the terminal
and I got the out put
PS C:\Python\New python learning.py> pip install pyspellchecker
Requirement already satisfied: pyspellchecker in c:\users\alexander abraham\appdata\local\programs\python\python310\lib\site-packages (0.7.0)

but when I run the code
''from spellchecker import spellchecker'' still it thorows the error saying no module found
as per documentation when they do their getting the result
ALEXANDER ABRAHAM 2022 25-Nov-22 7:09am View    
sorry for that how should i go ahead
I have tried installing pip install pyspellchecker on the terminal it ran sucessfully
but when i run this command 'from spellchecker import Spellchecker' it throws me the error
the same as mentioned earlier
ALEXANDER ABRAHAM 2022 25-Nov-22 7:00am View    
Hi i did copied the command and ran on the prompt window it ran but still it's showing error
raceback (most recent call last):
File "c:\Python\New python learning.py\Correct Spellings proj.py", line 2, in <module>
from spellchecker import spellchecker
ModuleNotFoundError: No module named 'spellchecker'
ALEXANDER ABRAHAM 2022 25-Nov-22 6:53am View    
Hi actually i am new to programming, I went to the specific folder and i am not able to understand how to run there