You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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 Ritter<notifications@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.
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'
The text was updated successfully, but these errors were encountered: