Git Product home page Git Product logo

Comments (2)

glycerine avatar glycerine commented on July 17, 2024

for completeness (the actually used versions), here was my "successful looking" build log:

$ python setup.py install
running install
running bdist_egg
running egg_info
creating fast_bert.egg-info
writing fast_bert.egg-info/PKG-INFO
writing dependency_links to fast_bert.egg-info/dependency_links.txt
writing requirements to fast_bert.egg-info/requires.txt
writing top-level names to fast_bert.egg-info/top_level.txt
writing manifest file 'fast_bert.egg-info/SOURCES.txt'
reading manifest file 'fast_bert.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'fast_bert.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/fast_bert
copying fast_bert/data_ner.py -> build/lib/fast_bert
copying fast_bert/metrics.py -> build/lib/fast_bert
copying fast_bert/prediction.py -> build/lib/fast_bert
copying fast_bert/learner_abs.py -> build/lib/fast_bert
copying fast_bert/learner_cls.py -> build/lib/fast_bert
copying fast_bert/optimization.py -> build/lib/fast_bert
copying fast_bert/data.py -> build/lib/fast_bert
copying fast_bert/learner_util.py -> build/lib/fast_bert
copying fast_bert/data_qa.py -> build/lib/fast_bert
copying fast_bert/learner_cls_old.py -> build/lib/fast_bert
copying fast_bert/data_cls.py -> build/lib/fast_bert
copying fast_bert/data_lm.py -> build/lib/fast_bert
copying fast_bert/bert_layers.py -> build/lib/fast_bert
copying fast_bert/modeling.py -> build/lib/fast_bert
copying fast_bert/utils_squad_evaluate.py -> build/lib/fast_bert
copying fast_bert/data_abs.py -> build/lib/fast_bert
copying fast_bert/learner_ner.py -> build/lib/fast_bert
copying fast_bert/learner_qa.py -> build/lib/fast_bert
copying fast_bert/learner_lm.py -> build/lib/fast_bert
copying fast_bert/__init__.py -> build/lib/fast_bert
creating build/lib/fast_bert/summarisation
copying fast_bert/summarisation/modeling_bertabs.py -> build/lib/fast_bert/summarisation
copying fast_bert/summarisation/configuration_bertabs.py -> build/lib/fast_bert/summarisation
copying fast_bert/summarisation/__init__.py -> build/lib/fast_bert/summarisation
creating build/lib/fast_bert/utils
copying fast_bert/utils/spellcheck.py -> build/lib/fast_bert/utils
copying fast_bert/utils/__init__.py -> build/lib/fast_bert/utils
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/data_ner.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/metrics.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/prediction.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/learner_abs.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/learner_cls.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/optimization.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/data.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/learner_util.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/data_qa.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/learner_cls_old.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/data_cls.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/data_lm.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/bert_layers.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/modeling.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/utils_squad_evaluate.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/data_abs.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/learner_ner.py -> build/bdist.linux-x86_64/egg/fast_bert
creating build/bdist.linux-x86_64/egg/fast_bert/summarisation
copying build/lib/fast_bert/summarisation/modeling_bertabs.py -> build/bdist.linux-x86_64/egg/fast_bert/summarisation
copying build/lib/fast_bert/summarisation/configuration_bertabs.py -> build/bdist.linux-x86_64/egg/fast_bert/summarisation
copying build/lib/fast_bert/summarisation/__init__.py -> build/bdist.linux-x86_64/egg/fast_bert/summarisation
creating build/bdist.linux-x86_64/egg/fast_bert/utils
copying build/lib/fast_bert/utils/spellcheck.py -> build/bdist.linux-x86_64/egg/fast_bert/utils
copying build/lib/fast_bert/utils/__init__.py -> build/bdist.linux-x86_64/egg/fast_bert/utils
copying build/lib/fast_bert/learner_qa.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/learner_lm.py -> build/bdist.linux-x86_64/egg/fast_bert
copying build/lib/fast_bert/__init__.py -> build/bdist.linux-x86_64/egg/fast_bert
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/data_ner.py to data_ner.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/metrics.py to metrics.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/prediction.py to prediction.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/learner_abs.py to learner_abs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/learner_cls.py to learner_cls.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/optimization.py to optimization.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/data.py to data.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/learner_util.py to learner_util.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/data_qa.py to data_qa.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/learner_cls_old.py to learner_cls_old.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/data_cls.py to data_cls.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/data_lm.py to data_lm.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/bert_layers.py to bert_layers.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/modeling.py to modeling.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/utils_squad_evaluate.py to utils_squad_evaluate.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/data_abs.py to data_abs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/learner_ner.py to learner_ner.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/summarisation/modeling_bertabs.py to modeling_bertabs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/summarisation/configuration_bertabs.py to configuration_bertabs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/summarisation/__init__.py to __init__.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/utils/spellcheck.py to spellcheck.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/utils/__init__.py to __init__.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/learner_qa.py to learner_qa.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/learner_lm.py to learner_lm.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/fast_bert/__init__.py to __init__.cpython-39.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying fast_bert.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying fast_bert.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying fast_bert.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying fast_bert.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying fast_bert.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying fast_bert.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/fast_bert-1.9.15-py3.9.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing fast_bert-1.9.15-py3.9.egg
creating /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/fast_bert-1.9.15-py3.9.egg
Extracting fast_bert-1.9.15-py3.9.egg to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding fast-bert 1.9.15 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/fast_bert-1.9.15-py3.9.egg
Processing dependencies for fast-bert==1.9.15
Searching for more-itertools
Reading https://pypi.org/simple/more-itertools/
Downloading https://files.pythonhosted.org/packages/e5/c3/48e2c81038f57e8caab9a6e6fb6c2fc23536c59b092abefc447e6b5d1903/more_itertools-8.12.0-py3-none-any.whl#sha256=43e6dd9942dffd72661a2c4ef383ad7da1e6a3e968a927ad7a6083ab410a688b
Best match: more-itertools 8.12.0
Processing more_itertools-8.12.0-py3-none-any.whl
Installing more_itertools-8.12.0-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding more-itertools 8.12.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/more_itertools-8.12.0-py3.9.egg
Searching for python-box
Reading https://pypi.org/simple/python-box/
Downloading https://files.pythonhosted.org/packages/49/2a/8e78c54e922cd441a9af330c9d6b9dde913d21a6dd38c65aff1f6813c43f/python_box-6.0.0rc3-py3-none-any.whl#sha256=b0ed110ed7826b96310c02fd320d46f6af298e453b3e16f5b6652dfc03c9cb56
Best match: python-box 6.0.0rc3
Processing python_box-6.0.0rc3-py3-none-any.whl
Installing python_box-6.0.0rc3-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding python-box 6.0.0rc3 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/python_box-6.0.0rc3-py3.9.egg
Searching for pandas
Reading https://pypi.org/simple/pandas/
Downloading https://files.pythonhosted.org/packages/eb/fa/6cbc442e86f625dc403fbceb79e869893fc09486cfba79bd4ba33e366293/pandas-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=1d59c958d6b8f96fdf850c7821571782168d5acfe75ccf78cd8d1ac15fb921df
Best match: pandas 1.4.0
Processing pandas-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing pandas-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding pandas 1.4.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/pandas-1.4.0-py3.9-linux-x86_64.egg
Searching for seqeval
Reading https://pypi.org/simple/seqeval/
Downloading https://files.pythonhosted.org/packages/9d/2d/233c79d5b4e5ab1dbf111242299153f3caddddbb691219f363ad55ce783d/seqeval-1.2.2.tar.gz#sha256=f28e97c3ab96d6fcd32b648f6438ff2e09cfba87f05939da9b3970713ec56e6f
Best match: seqeval 1.2.2
Processing seqeval-1.2.2.tar.gz
Writing /tmp/easy_install-1tv9r5pl/seqeval-1.2.2/setup.cfg
Running seqeval-1.2.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1tv9r5pl/seqeval-1.2.2/egg-dist-tmp-4jh8tx1x
listing git files failed - pretending there aren't any
zip_safe flag not set; analyzing archive contents...
Moving seqeval-1.2.2-py3.9.egg to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding seqeval 1.2.2 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/seqeval-1.2.2-py3.9.egg
Searching for spacy
Reading https://pypi.org/simple/spacy/
Downloading https://files.pythonhosted.org/packages/c7/a8/f25ac1fa1268b6ec76221eef08bbdae6b270a79368f2e2353b1b963ba75f/spacy-3.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=d12b3e6568b7fde01b62ed42d0d578779774d091a33764d0f29def9b75363f81
Best match: spacy 3.2.1
Processing spacy-3.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing spacy-3.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding spacy 3.2.1 to easy-install.pth file
Installing spacy script to /home/jaten/anaconda3/envs/jasonenv/bin

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/spacy-3.2.1-py3.9-linux-x86_64.egg
Searching for sklearn
Reading https://pypi.org/simple/sklearn/
Downloading https://files.pythonhosted.org/packages/1e/7a/dbb3be0ce9bd5c8b7e3d87328e79063f8b263b2b1bfa4774cb1147bfcd3f/sklearn-0.0.tar.gz#sha256=e23001573aa194b834122d2b9562459bf5ae494a2d59ca6b8aa22c85a44c0e31
Best match: sklearn 0.0
Processing sklearn-0.0.tar.gz
Writing /tmp/easy_install-nwsqwnla/sklearn-0.0/setup.cfg
Running sklearn-0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nwsqwnla/sklearn-0.0/egg-dist-tmp-nbng0634
file wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141.py (for module wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141) not found
file wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141.py (for module wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141) not found
file wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141.py (for module wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141) not found
warning: install_lib: 'build/lib' does not exist -- no Python modules to install

creating /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/sklearn-0.0-py3.9.egg
Extracting sklearn-0.0-py3.9.egg to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding sklearn 0.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/sklearn-0.0-py3.9.egg
Searching for fastprogress
Reading https://pypi.org/simple/fastprogress/
Downloading https://files.pythonhosted.org/packages/eb/1f/c61b92d806fbd06ad75d08440efe7f2bd1006ba0b15d086debed49d93cdc/fastprogress-1.0.0-py3-none-any.whl#sha256=474cd6a6e5b1c29a02383d709bf71f502477d0849bddc6ba5aa80b683f4ad16f
Best match: fastprogress 1.0.0
Processing fastprogress-1.0.0-py3-none-any.whl
Installing fastprogress-1.0.0-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding fastprogress 1.0.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/fastprogress-1.0.0-py3.9.egg
Searching for tensorboardX
Reading https://pypi.org/simple/tensorboardX/
Downloading https://files.pythonhosted.org/packages/98/88/977b2f03fd0f8a2490fc7a1ad691d5e44cee5f1dc90c57078c5c168e2e70/tensorboardX-2.4.1-py2.py3-none-any.whl#sha256=209770034b87e99bfa36ecb471462c3bcce6544324b0c891958b65523348c277
Best match: tensorboardX 2.4.1
Processing tensorboardX-2.4.1-py2.py3-none-any.whl
Installing tensorboardX-2.4.1-py2.py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding tensorboardX 2.4.1 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/tensorboardX-2.4.1-py3.9.egg
Searching for pytorch-lamb
Reading https://pypi.org/simple/pytorch-lamb/
Downloading https://files.pythonhosted.org/packages/43/98/3bce14a319317a2856db722f2542d329baf42845fa53563d0d749c5a2d40/pytorch_lamb-1.0.0-py3-none-any.whl#sha256=0cdc4dffe0b402ee55f482466ebab5b25332a1036cef595d5c733bac0a37be71
Best match: pytorch-lamb 1.0.0
Processing pytorch_lamb-1.0.0-py3-none-any.whl
Installing pytorch_lamb-1.0.0-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding pytorch-lamb 1.0.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/pytorch_lamb-1.0.0-py3.9.egg
Searching for matplotlib
Reading https://pypi.org/simple/matplotlib/
Downloading https://files.pythonhosted.org/packages/6a/52/703f568256a3e614a448503a698557d7832b7893fd63d3f7c2ebb54cd6e2/matplotlib-3.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=87900c67c0f1728e6db17c6809ec05c025c6624dcf96a8020326ea15378fe8e7
Best match: matplotlib 3.5.1
Processing matplotlib-3.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Installing matplotlib-3.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding matplotlib 3.5.1 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/matplotlib-3.5.1-py3.9-linux-x86_64.egg
Searching for pytz>=2020.1
Reading https://pypi.org/simple/pytz/
Downloading https://files.pythonhosted.org/packages/d3/e3/d9f046b5d1c94a3aeab15f1f867aa414f8ee9d196fae6865f1d6a0ee1a0b/pytz-2021.3-py2.py3-none-any.whl#sha256=3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c
Best match: pytz 2021.3
Processing pytz-2021.3-py2.py3-none-any.whl
Installing pytz-2021.3-py2.py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding pytz 2021.3 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/pytz-2021.3-py3.9.egg
Searching for scikit-learn>=0.21.3
Reading https://pypi.org/simple/scikit-learn/
Downloading https://files.pythonhosted.org/packages/57/aa/483fbe6b5314bce2d49801e6cec1f2139a9c220d0d51494788fff47233b3/scikit_learn-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=ff746a69ff2ef25f62b36338c615dd15954ddc3ab8e73530237dd73235e76d62
Best match: scikit-learn 1.0.2
Processing scikit_learn-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing scikit_learn-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding scikit-learn 1.0.2 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/scikit_learn-1.0.2-py3.9-linux-x86_64.egg
Searching for wasabi<1.1.0,>=0.8.1
Reading https://pypi.org/simple/wasabi/
Downloading https://files.pythonhosted.org/packages/da/96/1f8e7a9d5cd48251b84991657ba3aeab9463a9e897ff105f70e103946348/wasabi-0.9.0-py3-none-any.whl#sha256=f40f317981d019903db5b69eb2bf78519c9e165c1dfdbd0452e4ca81ff9a31d2
Best match: wasabi 0.9.0
Processing wasabi-0.9.0-py3-none-any.whl
Installing wasabi-0.9.0-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding wasabi 0.9.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/wasabi-0.9.0-py3.9.egg
Searching for typer<0.5.0,>=0.3.0
Reading https://pypi.org/simple/typer/
Downloading https://files.pythonhosted.org/packages/4f/bd/77f6cb38c291717c5109cc2638086033fd7de4f8aeb0ed95e9ed484efa82/typer-0.4.0-py3-none-any.whl#sha256=d81169725140423d072df464cad1ff25ee154ef381aaf5b8225352ea187ca338
Best match: typer 0.4.0
Processing typer-0.4.0-py3-none-any.whl
Installing typer-0.4.0-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding typer 0.4.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/typer-0.4.0-py3.9.egg
Searching for thinc<8.1.0,>=8.0.12
Reading https://pypi.org/simple/thinc/
Downloading https://files.pythonhosted.org/packages/3f/07/2210d1160ec7992fea82752042e641624aed42d0cd113d64129b866f6805/thinc-8.0.14.dev0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=48ec31ee51e93e59ff8135c456adbbe28f7b622a3924e19eb0e39cd3264b95b3
Best match: thinc 8.0.14.dev0
Processing thinc-8.0.14.dev0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing thinc-8.0.14.dev0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding thinc 8.0.14.dev0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/thinc-8.0.14.dev0-py3.9-linux-x86_64.egg
Searching for srsly<3.0.0,>=2.4.1
Reading https://pypi.org/simple/srsly/
Downloading https://files.pythonhosted.org/packages/6a/05/fe141570619a48a9e98b099cdfeba79a3951bb1604e19049ecb255deb81b/srsly-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=d4bc36962208810d29c72156e0573dcbabd9914f42fede42217ccfcadd96beb6
Best match: srsly 2.4.2
Processing srsly-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing srsly-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding srsly 2.4.2 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/srsly-2.4.2-py3.9-linux-x86_64.egg
Searching for spacy-loggers<2.0.0,>=1.0.0
Reading https://pypi.org/simple/spacy-loggers/
Downloading https://files.pythonhosted.org/packages/9a/34/44741cf6abdf29b6baee3bc8a0b868213ecb9ed2b9f1c83a276053a32a92/spacy_loggers-1.0.1-py3-none-any.whl#sha256=5e610c980efb831fa428c24fd659e5dd850ea6140c9ed987efe0e8d26df3ee7c
Best match: spacy-loggers 1.0.1
Processing spacy_loggers-1.0.1-py3-none-any.whl
Installing spacy_loggers-1.0.1-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding spacy-loggers 1.0.1 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/spacy_loggers-1.0.1-py3.9.egg
Searching for spacy-legacy<3.1.0,>=3.0.8
Reading https://pypi.org/simple/spacy-legacy/
Downloading https://files.pythonhosted.org/packages/d3/e8/1bc00eeff3faf1c50bde941f88a491a5c1128debb75dd8c913401e71585c/spacy_legacy-3.0.8-py2.py3-none-any.whl#sha256=eb37a3540bb461b5fe9348d4976784f18a0e345982e41e2c5c7cd8229889e825
Best match: spacy-legacy 3.0.8
Processing spacy_legacy-3.0.8-py2.py3-none-any.whl
Installing spacy_legacy-3.0.8-py2.py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding spacy-legacy 3.0.8 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/spacy_legacy-3.0.8-py3.9.egg
Searching for pydantic!=1.8,!=1.8.1,<1.9.0,>=1.7.4
Reading https://pypi.org/simple/pydantic/
Downloading https://files.pythonhosted.org/packages/ff/74/54e030641601112309f6d2af620774e9080f99c7a15742fc6a0b170c4076/pydantic-1.8.2-py3-none-any.whl#sha256=fec866a0b59f372b7e776f2d7308511784dace622e0992a0b59ea3ccee0ae833
Best match: pydantic 1.8.2
Processing pydantic-1.8.2-py3-none-any.whl
Installing pydantic-1.8.2-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding pydantic 1.8.2 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/pydantic-1.8.2-py3.9.egg
Searching for preshed<3.1.0,>=3.0.2
Reading https://pypi.org/simple/preshed/
Downloading https://files.pythonhosted.org/packages/24/d8/1d895e64a1582937b6571d30c4556cc8c6197a804ece12937a76053c3e77/preshed-3.0.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=cfe1495fcfc7f479de840ddc4f426dbb55351e218ae5c8712c1269183a4d0060
Best match: preshed 3.0.6
Processing preshed-3.0.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing preshed-3.0.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding preshed 3.0.6 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/preshed-3.0.6-py3.9-linux-x86_64.egg
Searching for pathy>=0.3.5
Reading https://pypi.org/simple/pathy/
Downloading https://files.pythonhosted.org/packages/44/b9/43b8bdc8154f7b895291a3573816216f1c00c23cda7ca2849f3bf9a07e46/pathy-0.6.1-py3-none-any.whl#sha256=25fd04cec6393661113086730ce69c789d121bea83ab1aa18452e8fd42faf29a
Best match: pathy 0.6.1
Processing pathy-0.6.1-py3-none-any.whl
Installing pathy-0.6.1-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding pathy 0.6.1 to easy-install.pth file
Installing pathy script to /home/jaten/anaconda3/envs/jasonenv/bin

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/pathy-0.6.1-py3.9.egg
Searching for murmurhash<1.1.0,>=0.28.0
Reading https://pypi.org/simple/murmurhash/
Downloading https://files.pythonhosted.org/packages/1f/b7/448937c171e0f5a504a58b6aebaaf51b6b81ba0b5f0d9b164166046c7985/murmurhash-1.0.7.dev0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=419e76afe6fa2ecbbf762bc39b9593862cfa53bbf873a679b90e152d4401950e
Best match: murmurhash 1.0.7.dev0
Processing murmurhash-1.0.7.dev0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing murmurhash-1.0.7.dev0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding murmurhash 1.0.7.dev0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/murmurhash-1.0.7.dev0-py3.9-linux-x86_64.egg
Searching for langcodes<4.0.0,>=3.2.0
Reading https://pypi.org/simple/langcodes/
Downloading https://files.pythonhosted.org/packages/fe/c3/0d04d248624a181e57c2870127dfa8d371973561caf54333c85e8f9133a2/langcodes-3.3.0-py3-none-any.whl#sha256=4d89fc9acb6e9c8fdef70bcdf376113a3db09b67285d9e1d534de6d8818e7e69
Best match: langcodes 3.3.0
Processing langcodes-3.3.0-py3-none-any.whl
Installing langcodes-3.3.0-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding langcodes 3.3.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/langcodes-3.3.0-py3.9.egg
Searching for jinja2
Reading https://pypi.org/simple/jinja2/
Downloading https://files.pythonhosted.org/packages/20/9a/e5d9ec41927401e41aea8af6d16e78b5e612bca4699d417f646a9610a076/Jinja2-3.0.3-py3-none-any.whl#sha256=077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8
Best match: Jinja2 3.0.3
Processing Jinja2-3.0.3-py3-none-any.whl
Installing Jinja2-3.0.3-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding Jinja2 3.0.3 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/Jinja2-3.0.3-py3.9.egg
Searching for cymem<2.1.0,>=2.0.2
Reading https://pypi.org/simple/cymem/
Downloading https://files.pythonhosted.org/packages/aa/39/038d9b5331b48aa27a96095b450057ce861384b9ee309ba111a88b531812/cymem-2.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=04676d696596b0db3f3c5a3936bab12fb6f24278921a6622bb185e61765b2b4d
Best match: cymem 2.0.6
Processing cymem-2.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing cymem-2.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding cymem 2.0.6 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/cymem-2.0.6-py3.9-linux-x86_64.egg
Searching for catalogue<2.1.0,>=2.0.6
Reading https://pypi.org/simple/catalogue/
Downloading https://files.pythonhosted.org/packages/1f/8b/273bf7d3863570302401991839e1b2c68ae544cc5b02367f58089db872cb/catalogue-2.0.6-py3-none-any.whl#sha256=34ebb5cd2b98f7fa7421fa0eead3b84e577243532509b3fa8cd04abcc9f61d3c
Best match: catalogue 2.0.6
Processing catalogue-2.0.6-py3-none-any.whl
Installing catalogue-2.0.6-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding catalogue 2.0.6 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/catalogue-2.0.6-py3.9.egg
Searching for blis<0.8.0,>=0.4.0
Reading https://pypi.org/simple/blis/
Downloading https://files.pythonhosted.org/packages/fa/2a/b76e7e06298ac035baca2e7c8d3d6b8eb80fe1c481c56b1768c431f917d2/blis-0.7.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=8345bd04777557ef385e2f2d1f14a19d53b2ea9ca5fe107a2cdc50d7bafb8eb2
Best match: blis 0.7.5
Processing blis-0.7.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing blis-0.7.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding blis 0.7.5 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/blis-0.7.5-py3.9-linux-x86_64.egg
Searching for protobuf>=3.8.0
Reading https://pypi.org/simple/protobuf/
Downloading https://files.pythonhosted.org/packages/b7/d3/37c36b3f5b125ac0d5b9f10d51dbecca355e24c233fd8e447c9879338ec2/protobuf-4.0.0rc2-py2.py3-none-any.whl#sha256=5df64b064b1b15e03768295939cbb5595733a02e8945dc033e56c6a9667a225c
Best match: protobuf 4.0.0rc2
Processing protobuf-4.0.0rc2-py2.py3-none-any.whl
Installing protobuf-4.0.0rc2-py2.py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding protobuf 4.0.0rc2 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/protobuf-4.0.0rc2-py3.9.egg
Searching for kiwisolver>=1.0.1
Reading https://pypi.org/simple/kiwisolver/
Downloading https://files.pythonhosted.org/packages/1f/99/58fe27c8e4a3de823f9fc28ab2c415347efc4139f1c85cac65a008007210/kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=30fa008c172355c7768159983a7270cb23838c4d7db73d6c0f6b60dde0d432c6
Best match: kiwisolver 1.3.2
Processing kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Installing kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding kiwisolver 1.3.2 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/kiwisolver-1.3.2-py3.9-linux-x86_64.egg
Searching for fonttools>=4.22.0
Reading https://pypi.org/simple/fonttools/
Downloading https://files.pythonhosted.org/packages/1d/46/65a58d7b92905e2767000b3f6eb1d0301e9ed7d459d14461075c1db63349/fonttools-4.29.1-py3-none-any.whl#sha256=1933415e0fbdf068815cb1baaa1f159e17830215f7e8624e5731122761627557
Best match: fonttools 4.29.1
Processing fonttools-4.29.1-py3-none-any.whl
Installing fonttools-4.29.1-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding fonttools 4.29.1 to easy-install.pth file
Installing fonttools script to /home/jaten/anaconda3/envs/jasonenv/bin
Installing pyftmerge script to /home/jaten/anaconda3/envs/jasonenv/bin
Installing pyftsubset script to /home/jaten/anaconda3/envs/jasonenv/bin
Installing ttx script to /home/jaten/anaconda3/envs/jasonenv/bin

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/fonttools-4.29.1-py3.9.egg
Searching for cycler>=0.10
Reading https://pypi.org/simple/cycler/
Downloading https://files.pythonhosted.org/packages/5c/f9/695d6bedebd747e5eb0fe8fad57b72fdf25411273a39791cde838d5a8f51/cycler-0.11.0-py3-none-any.whl#sha256=3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3
Best match: cycler 0.11.0
Processing cycler-0.11.0-py3-none-any.whl
Installing cycler-0.11.0-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding cycler 0.11.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/cycler-0.11.0-py3.9.egg
Searching for threadpoolctl>=2.0.0
Reading https://pypi.org/simple/threadpoolctl/
Downloading https://files.pythonhosted.org/packages/61/cf/6e354304bcb9c6413c4e02a747b600061c21d38ba51e7e544ac7bc66aecc/threadpoolctl-3.1.0-py3-none-any.whl#sha256=8b99adda265feb6773280df41eece7b2e6561b772d21ffd52e372f999024907b
Best match: threadpoolctl 3.1.0
Processing threadpoolctl-3.1.0-py3-none-any.whl
Installing threadpoolctl-3.1.0-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding threadpoolctl 3.1.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/threadpoolctl-3.1.0-py3.9.egg
Searching for scipy>=1.1.0
Reading https://pypi.org/simple/scipy/
Downloading https://files.pythonhosted.org/packages/b8/51/6a058c1c742c8365399c93685a5b3c4f9c39389957189725738954c427a0/scipy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=f3720d0124aced49f6f2198a6900304411dbbeed12f56951d7c66ebef05e3df6
Best match: scipy 1.8.0
Processing scipy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing scipy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding scipy 1.8.0 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/scipy-1.8.0-py3.9-linux-x86_64.egg
Searching for smart-open<6.0.0,>=5.0.0
Reading https://pypi.org/simple/smart-open/
Downloading https://files.pythonhosted.org/packages/cd/11/05f68ea934c24ade38e95ac30a38407767787c4e3db1776eae4886ad8c95/smart_open-5.2.1-py3-none-any.whl#sha256=71d14489da58b60ce12fc3ecb823facc59a8b23cd1b58edb97175640350d3a62
Best match: smart-open 5.2.1
Processing smart_open-5.2.1-py3-none-any.whl
Installing smart_open-5.2.1-py3-none-any.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding smart-open 5.2.1 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/smart_open-5.2.1-py3.9.egg
Searching for MarkupSafe>=2.0
Reading https://pypi.org/simple/MarkupSafe/
Downloading https://files.pythonhosted.org/packages/c2/db/314df69668f582d5173922bded7b58126044bb77cfce6347c5d992074d2e/MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6
Best match: MarkupSafe 2.0.1
Processing MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Installing MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl to /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Adding MarkupSafe 2.0.1 to easy-install.pth file

Installed /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages/MarkupSafe-2.0.1-py3.9-linux-x86_64.egg
Searching for transformers==4.16.2
Best match: transformers 4.16.2
Adding transformers 4.16.2 to easy-install.pth file
Installing transformers-cli script to /home/jaten/anaconda3/envs/jasonenv/bin

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for tokenizers==0.11.4
Best match: tokenizers 0.11.4
Adding tokenizers 0.11.4 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for python-dateutil==2.8.2
Best match: python-dateutil 2.8.2
Adding python-dateutil 2.8.2 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for numpy==1.21.2
Best match: numpy 1.21.2
Adding numpy 1.21.2 to easy-install.pth file
Installing f2py script to /home/jaten/anaconda3/envs/jasonenv/bin
Installing f2py3 script to /home/jaten/anaconda3/envs/jasonenv/bin
Installing f2py3.9 script to /home/jaten/anaconda3/envs/jasonenv/bin

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for huggingface-hub==0.4.0
Best match: huggingface-hub 0.4.0
Adding huggingface-hub 0.4.0 to easy-install.pth file
Installing huggingface-cli script to /home/jaten/anaconda3/envs/jasonenv/bin

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for regex==2022.1.18
Best match: regex 2022.1.18
Adding regex 2022.1.18 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for filelock==3.4.2
Best match: filelock 3.4.2
Adding filelock 3.4.2 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for packaging==21.3
Best match: packaging 21.3
Adding packaging 21.3 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for requests==2.27.1
Best match: requests 2.27.1
Adding requests 2.27.1 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for PyYAML==6.0
Best match: PyYAML 6.0
Adding PyYAML 6.0 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for sacremoses==0.0.47
Best match: sacremoses 0.0.47
Adding sacremoses 0.0.47 to easy-install.pth file
Installing sacremoses script to /home/jaten/anaconda3/envs/jasonenv/bin

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for tqdm==4.62.3
Best match: tqdm 4.62.3
Adding tqdm 4.62.3 to easy-install.pth file
Installing tqdm script to /home/jaten/anaconda3/envs/jasonenv/bin

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for setuptools==58.0.4
Best match: setuptools 58.0.4
Adding setuptools 58.0.4 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for torchvision==0.11.3
Best match: torchvision 0.11.3
Adding torchvision 0.11.3 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for torch==1.10.2
Best match: torch 1.10.2
Adding torch 1.10.2 to easy-install.pth file
Installing convert-caffe2-to-onnx script to /home/jaten/anaconda3/envs/jasonenv/bin
Installing convert-onnx-to-caffe2 script to /home/jaten/anaconda3/envs/jasonenv/bin
Installing torchrun script to /home/jaten/anaconda3/envs/jasonenv/bin

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for pyparsing==3.0.7
Best match: pyparsing 3.0.7
Adding pyparsing 3.0.7 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for Pillow==8.4.0
Best match: Pillow 8.4.0
Adding Pillow 8.4.0 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for six==1.16.0
Best match: six 1.16.0
Adding six 1.16.0 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for typing-extensions==3.10.0.2
Best match: typing-extensions 3.10.0.2
Adding typing-extensions 3.10.0.2 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for charset-normalizer==2.0.11
Best match: charset-normalizer 2.0.11
Adding charset-normalizer 2.0.11 to easy-install.pth file
Installing normalizer script to /home/jaten/anaconda3/envs/jasonenv/bin

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for urllib3==1.26.8
Best match: urllib3 1.26.8
Adding urllib3 1.26.8 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for idna==3.3
Best match: idna 3.3
Adding idna 3.3 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for certifi==2021.10.8
Best match: certifi 2021.10.8
Adding certifi 2021.10.8 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for click==8.0.3
Best match: click 8.0.3
Adding click 8.0.3 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Searching for joblib==1.1.0
Best match: joblib 1.1.0
Adding joblib 1.1.0 to easy-install.pth file

Using /home/jaten/anaconda3/envs/jasonenv/lib/python3.9/site-packages
Finished processing dependencies for fast-bert==1.9.15
$

from fast-bert.

glycerine avatar glycerine commented on July 17, 2024

This was on Ubuntu 18, amd64, specific versions:

$ uname -a
Linux rog 5.4.0-91-generic #102~18.04.1-Ubuntu SMP Thu Nov 11 14:46:36 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS"
(jasonenv) jaten@rog ~ $ python
Python 3.9.7 (default, Sep 16 2021, 13:09:58)
[GCC 7.5.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

from fast-bert.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.