akshaynagpal / w2n

Convert number words (eg. twenty one) to numeric digits (21)
http://w2n.readthedocs.io
MIT License
169 stars 78 forks source link

ModuleNotFoundError #60

Open BlackHat7273 opened 3 years ago

BlackHat7273 commented 3 years ago

I tried to install requirements.txt, it gave me an error:

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

I ignored that and tried to use the module pycharm told gave me an error:

Traceback (most recent call last): File "C:/Users/BlackHat/Desktop/ProjectFiles/module1.py", line 1, in from word2number import w2n ModuleNotFoundError: No module named 'word2number'

bastie commented 3 years ago

is w2n installed? check it with

pip list

or

pip3 list

BlackHat7273 commented 3 years ago

Yes it is installed, and it works fine on visual studio.However, on pycharm it doesn't knowing that all other modules works just fine on pycharm

Sent from Yahoo Mail on Android

On Thu, Feb 18, 2021 at 9:39 PM, Sebastian Ritternotifications@github.com wrote:

is w2n installed? check it with

pip list

or

pip3 list

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.