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

No module named dl #13

Open
trebuchet90 opened this issue Apr 13, 2018 · 1 comment
Open

No module named dl #13

trebuchet90 opened this issue Apr 13, 2018 · 1 comment

Comments

@trebuchet90
Copy link

after installing requirements I get a "no module named dl" error in WikiQA_CNN+Feat

@GauravBh1010tt
Copy link
Owner

dl is defined in the dl_text module. I think the problem is in first line of main.py. Change the following line

from dl_text import * 

to

from dl_text import dl

Although this solves the problem, I am not sure why it works.

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