hi, im student in korea and i was trying to use this code, so i download this project, and i run in this course collecte.py - preprocessing.py- image,processingpy - train.py - app.py and, i got problem in app.py.
i installed hunspell using pip install hunspell, and my computer could not find them, so now, i cant run app.py. i tried to solve this problem by using cyhunspell instead of hunspell but this also failed.i dont know weather this is my own pc problem or my software problem,,,, i could not find the right solution for this problem, so can i ask you to give me answer to this problem? .... sorry for my bad english.. (additionally im very poor at coding(i just started)so, it would be so thankful if you teach me in detail thankyou)
and this is my error message
PS C:\Users\User\Desktop\병아리> & C:/Users/User/Anaconda3/python.exe "c:/Users/User/Downloads/Sign-Language-to-Text-master (2)/Sign-Language-to-Text-master/app.py"
Using TensorFlow backend.
2021-07-21 00:02:25.362964: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found
2021-07-21 00:02:25.363723: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore
above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "c:/Users/User/Downloads/Sign-Language-to-Text-master (2)/Sign-Language-to-Text-master/app.py", line 11, in
import cyhunspell
ModuleNotFoundError: No module named 'cyhunspell'
hi, im student in korea and i was trying to use this code, so i download this project, and i run in this course collecte.py - preprocessing.py- image,processingpy - train.py - app.py and, i got problem in app.py. i installed hunspell using pip install hunspell, and my computer could not find them, so now, i cant run app.py. i tried to solve this problem by using cyhunspell instead of hunspell but this also failed.i dont know weather this is my own pc problem or my software problem,,,, i could not find the right solution for this problem, so can i ask you to give me answer to this problem? .... sorry for my bad english.. (additionally im very poor at coding(i just started)so, it would be so thankful if you teach me in detail thankyou) and this is my error message
PS C:\Users\User\Desktop\병아리> & C:/Users/User/Anaconda3/python.exe "c:/Users/User/Downloads/Sign-Language-to-Text-master (2)/Sign-Language-to-Text-master/app.py" Using TensorFlow backend. 2021-07-21 00:02:25.362964: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found 2021-07-21 00:02:25.363723: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. Traceback (most recent call last): File "c:/Users/User/Downloads/Sign-Language-to-Text-master (2)/Sign-Language-to-Text-master/app.py", line 11, in
import cyhunspell
ModuleNotFoundError: No module named 'cyhunspell'