You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing out the issues. They should be fixed in the Release 0.1.4. Can you please try re-installing the newer version (Release 0.1.4) of pubtator_loader using pip install pubtator_loader==0.1.4 and see if it works now?
Hi,
while trying to use your library, I failed at the first step: importing it. Not sure what I am doing wrong; can you sport what I could be doing wrong?
Find the traceback below.
...: from pubtator_loader.pubtator_corpus_reader import PubTatorCorpusReader
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from pubtator_loader.pubtator_corpus_reader import PubTatorCorpusReader
~/anaconda3/envs/know-nlp-tf2/lib/python3.6/site-packages/pubtator_loader-0.1.1-py3.6.egg/pubtator_loader/init.py in
----> 1 from .models import PubTatorEntity, PubTatorDocument # noqa
ModuleNotFoundError: No module named 'pubtator_loader.models'
The text was updated successfully, but these errors were encountered: