Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'word2number' Error. #46

Open
AJ864 opened this issue Jan 26, 2020 · 10 comments
Open

ModuleNotFoundError: No module named 'word2number' Error. #46

AJ864 opened this issue Jan 26, 2020 · 10 comments

Comments

@AJ864
Copy link

AJ864 commented Jan 26, 2020

Hi I have installed 'word2number' using command
pip install word2number. I also received 'Successfully installed word2number-1.1' message.
But when i am trying to import in jupiter notebook i am getting the
ModuleNotFoundError: No module named 'word2number' Error.

Can you please help me with this. I assumed i did some mistake and tried to install word2number again and i received below message.

Requirement already satisfied: word2number in e:\python\lib\site-packages (1.1)

@panzer
Copy link

panzer commented Mar 22, 2020

@imsanjoykb
Copy link

!pip install word2number

@bastie
Copy link

bastie commented Sep 14, 2020

from word2number import w2n

w2n.word_to_num(your_number_string)

The package is named word2number but the module w2n.

@kanakmi
Copy link

kanakmi commented Sep 24, 2020

Use this command in Anaconda Prompt
conda install -c conda-forge word2number

@jyotipatidar1
Copy link

conda install -c conda-forgue word2number
use above command in Anaconda Prompt
after that proceed([y]/n)? give it y

@SumitMadanGh
Copy link

conda install -c conda-forgue word2number
use above command in Anaconda Prompt
after that proceed([y]/n)? give it y

Thank you. It was of great help.

@NKR212424
Copy link

conda install -c conda-forgue word2number
use above command in Anaconda Prompt
after that proceed([y]/n)? give it y
This worked for me too. Thanks

@kripa1804
Copy link

is it conda install -c conda-forgue word2number or -c conda-forge word2number?

please clarify anyone..

@kanakmi
Copy link

kanakmi commented Sep 23, 2022

is it conda install -c conda-forgue word2number or -c conda-forge word2number?

please clarify anyone..

It is
conda install -c conda-forgue word2number

@sushmita201
Copy link

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants