Open angelperezleon opened 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, inimport 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 .
What do i need todo here?