Open AdLucem opened 5 years ago
Hi, sorry for totally missing this---I'll get back to you about this.
Any progress on this issue?
what version of python are you using? I wasn't able to reproduce this issue, unfortunately :(
what version of python are you using? I wasn't able to reproduce this issue, unfortunately :(
I will open a new issue about this.
Hi, and also I think your paper is awesome! Anyway, onto the issue:
I'm following your 'getting started' guide, and while running
py.test -v
I get this error for every single task (I'm just showing the error forword_conditional_conllu_pos_tagging_test.py
:The test is run within a conda environment, set up as you recommended, with one minor difference: I used the
https://
link instead of thegit://
link for cloning allennlp, because I can't access git links on my network.Nonetheless,
allennlp
is installed and can be accessed by the code- I tested this by test-printingRegistrable
from within the abovecontextualizer.py
module, and it successfully prints<class 'allennlp.common.registrable.Registrable'>
. So clearly the code can access the module, but while running tests, it can't...?