luvk1412 / Sign-Language-to-Text

A python based app which can convert the shown sign language using hand to text in real time
217 stars 136 forks source link

module hunspell has no attribute HunSpell #33

Open JosephineTina opened 3 years ago

JosephineTina commented 3 years ago

C:/Users/THOMAS/AppData/Local/Programs/Python/Python39/python.exe "e:/voice for deaf and dumb/Sign-Language-to-Text-master/app.py" 2021-08-22 12:01:05.783212: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2021-08-22 12:01:05.783661: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPUText-master/app.py" set up on your machine. 110.dll'; dlerror: cudart64_110.dll not found Starting Application... set up on your machine. Traceback (most recent call last): pba = Application() File "e:\voice for deaf and dumb\Sign-Language-to-Text-master\app.py", line 17, in init AttributeError: module 'hunspell' has no attribute 'HunSpell'

rahurl commented 3 years ago

You are using windows to run and hunspell is no longer supported in windows try with ubuntu.

JosephineTina commented 3 years ago

You are using windows to run and hunspell is no longer supported in windows try with ubuntu.

Sir now I am trying it in ubuntu but know it shows me that "no module named hunspell" how should I install it sir

programerdhiraj commented 1 year ago

Brother, are you got any solution regarding this issue?

VivekT155 commented 6 months ago

replace 'HunSpell' with 'Hunspell'