HarshViijay / HandwritingRecognition-OCR

Hand Writing Recognition
0 stars 0 forks source link

No module named 'editdistance' & No module named 'tensorflow' #1

Open angelperezleon opened 3 years ago

angelperezleon commented 3 years ago
(cv) pi@rpi4:/opt/HandwritingRecognition-OCR/scripts $ python main.py
Traceback (most recent call last):
  File "main.py", line 6, in <module>
    import editdistance
ModuleNotFoundError: No module named 'editdistance'
(cv) pi@rpi4:/opt/HandwritingRecognition-OCR/scripts $ python Model.py
Traceback (most recent call last):
  File "Model.py", line 6, in <module>
    import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'

What do i need todo here?

HarshViijay commented 3 years ago

Hey, Try installing editdistance and tensorflow module using: pip install editdistance https://www.tensorflow.org/install/pip

On Sat, Jul 17, 2021 at 1:57 AM angelperezleon @.***> wrote:

(cv) @.:/opt/HandwritingRecognition-OCR/scripts $ python main.pyTraceback (most recent call last): File "main.py", line 6, in import editdistanceModuleNotFoundError: No module named 'editdistance'(cv) @.:/opt/HandwritingRecognition-OCR/scripts $ python Model.pyTraceback (most recent call last): File "Model.py", line 6, in import tensorflow as tfModuleNotFoundError: No module named 'tensorflow'

What do i need todo here?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HarshViijay/HandwritingRecognition-OCR/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANUYNCWMEVAEKUHJBZUX343TYCI2HANCNFSM5AQG2MHA .