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 #60

Open
BlackHat7273 opened this issue Feb 18, 2021 · 2 comments
Open

ModuleNotFoundError #60

BlackHat7273 opened this issue Feb 18, 2021 · 2 comments

Comments

@BlackHat7273
Copy link

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
Copy link

bastie commented Feb 18, 2021

is w2n installed?
check it with

pip list

or

pip3 list

@BlackHat7273
Copy link
Author

BlackHat7273 commented Feb 18, 2021 via email

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

2 participants