allenai / allenai/scibert

No module named 'scibert'&RROR: en-core-web-sm 2.2.5 has requirement spacy>=2.2.2, but you'll have spacy 2.1.9 which is incompatible."

Open
#109 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.7k
Forks
232
PR merge metrics
No merged PRs in 30d

Description

I have two questions

firstly:I'm running train_allennlp_local.sh with a bug:

ModuleNotFoundError: No module named 'scibert'
YML@Spuer-HR:~/Jiaxin/scibert-master/scripts$ ./train_allennlp_local.sh output/
2020-11-10 11:08:03,865 - INFO - pytorch_pretrained_bert.modeling - Better speed can be achieved with apex installed from https://www.github.com/nvidia/apex .
2020-11-10 11:08:04,366 - INFO - pytorch_transformers.modeling_bert - Better speed can be achieved with apex installed from https://www.github.com/nvidia/apex .
2020-11-10 11:08:04,368 - INFO - pytorch_transformers.modeling_xlnet - Better speed can be achieved with apex installed from https://www.github.com/nvidia/apex .
2020-11-10 11:08:04,492 - INFO - allennlp.common.registrable - instantiating registered subclass relu of
2020-11-10 11:08:04,493 - INFO - allennlp.common.registrable - instantiating registered subclass relu of
2020-11-10 11:08:04,493 - INFO - allennlp.common.registrable - instantiating registered subclass relu of
2020-11-10 11:08:04,493 - INFO - allennlp.common.registrable - instantiating registered subclass relu of
Traceback (most recent call last):
File "/home/haorui/anaconda3/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/haorui/anaconda3/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/YML/Jiaxin/scibert-master/src/allennlp/allennlp/run.py", line 21, in
run()
File "/home/YML/Jiaxin/scibert-master/src/allennlp/allennlp/run.py", line 18, in run
main(prog="allennlp")
File "/home/YML/Jiaxin/scibert-master/src/allennlp/allennlp/commands/__init__.py", line 101, in main
import_submodules(package_name)
File "/home/YML/Jiaxin/scibert-master/src/allennlp/allennlp/common/util.py", line 323, in import_submodules
module = importlib.import_module(package_name)
File "/home/haorui/anaconda3/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'scibert'

Among them, my version:
Successfully installed allennlp blis-0.2.4 conllu-1.3.1 cymem-2.0.4 jsonlines-1.2.0 preshed-2.0.1 pytorch-transformers-1.1.0 spacy-2.1.9 thinc-7.0.8

Second, I don't know if the following installation error will affect the use.

it appears in the installation :"ERROR: en-core-web-sm 2.2.5 has requirement spacy>=2.2.2, but you'll have spacy 2.1.9 which is incompatible."

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.