Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'editdistance.bycython' #50

Closed
nikunjsi opened this issue Feb 19, 2019 · 1 comment
Closed

ModuleNotFoundError: No module named 'editdistance.bycython' #50

nikunjsi opened this issue Feb 19, 2019 · 1 comment

Comments

@nikunjsi
Copy link

I am having an issue when running a text recognition program.

In [6]: runfile('D:/MachineLearning/Github/SimpleHTR-master/src/main.py', wdir='D:/MachineLearning/Github/SimpleHTR-master/src')
Traceback (most recent call last):

File "", line 1, in
runfile('D:/MachineLearning/Github/SimpleHTR-master/src/main.py', wdir='D:/MachineLearning/Github/SimpleHTR-master/src')

File "C:\Users\nikun\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 786, in runfile
execfile(filename, namespace)

File "C:\Users\nikun\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 110, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)

File "D:/MachineLearning/Github/SimpleHTR-master/src/main.py", line 7, in
import editdistance

File "C:\Users\nikun\Anaconda3\lib\site-packages\editdistance_init_.py", line 1, in
from .bycython import eval

ModuleNotFoundError: No module named 'editdistance.bycython'

This is the error I am facing
I have looked for editdistance.bycython but I couldn't find any module like this.
I have pip installed cython module but it was of no use

Please hel

@githubharald
Copy link
Owner

closing because this is not an issue of this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants