-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
!pip install word2number |
from word2number import w2n w2n.word_to_num(your_number_string) The package is named word2number but the module w2n. |
Use this command in Anaconda Prompt |
conda install -c conda-forgue word2number |
Thank you. It was of great help. |
conda install -c conda-forgue word2number |
is it conda install -c conda-forgue word2number or -c conda-forge word2number? please clarify anyone.. |
It is |
yes |
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)
The text was updated successfully, but these errors were encountered: