After following the instructions in the README, I find there are some missing Python dependencies:
The latter package is part of the error in the second screenshot of #9, as well. Maybe you could provide a pip freeze > requirements.txt file? Here's what my virtual environment has currently:
$ pip freeze
boto3==1.12.34
botocore==1.15.34
certifi==2019.11.28
chardet==3.0.4
click==7.1.1
ConfigArgParse==1.1
docutils==0.15.2
filelock==3.0.12
idna==2.9
jmespath==0.9.5
joblib==0.14.1
numpy==1.18.2
Pillow==7.1.0
pkg-resources==0.0.0
python-dateutil==2.8.1
regex==2020.2.20
requests==2.23.0
s3transfer==0.3.3
sacremoses==0.0.38
sentencepiece==0.1.85
six==1.14.0
tokenizers==0.5.2
torch==1.4.0+cpu
torchtext==0.5.0
torchvision==0.5.0+cpu
tqdm==4.44.1
transformers==2.7.0
urllib3==1.25.8
Not all of these are relevant to all users, though, particularly the +cpu ones.
After following the instructions in the README, I find there are some missing Python dependencies:
torchtextconfigargparseThe latter package is part of the error in the second screenshot of #9, as well. Maybe you could provide a
pip freeze > requirements.txtfile? Here's what my virtual environment has currently:Not all of these are relevant to all users, though, particularly the
+cpuones.