IntelLabs / nlp-architect

A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language Processing neural networks
https://intellabs.github.io/nlp-architect
Apache License 2.0
2.94k stars 445 forks source link

nlp_architect command does not exist after fresh install #63

Closed javaspaces closed 4 years ago

javaspaces commented 5 years ago

Hi, I just performed a fresh install of nlp_architect and the command does not exist after the installation process is complete. Here's my environment:

Below is the installation process, followed by the failure of the command not existing

(base) nlp@nlp16-70GB:~$ conda create -n intelnlp python=3.6
WARNING: The conda.compat module is deprecated and will be removed in a future release.
Collecting package metadata: done
Solving environment: done

==> WARNING: A newer version of conda exists. <==
  current version: 4.6.11
  latest version: 4.7.5

Please update conda by running

    $ conda update -n base -c defaults conda

## Package Plan ##

  environment location: /home/nlp/anaconda3/envs/intelnlp

  added / updated specs:
    - python=3.6

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ca-certificates-2019.5.15  |                0         133 KB
    certifi-2019.6.16          |           py36_0         154 KB
    libgcc-ng-9.1.0            |       hdf63c60_0         8.1 MB
    libstdcxx-ng-9.1.0         |       hdf63c60_0         4.0 MB
    openssl-1.1.1c             |       h7b6447c_1         3.8 MB
    pip-19.1.1                 |           py36_0         1.9 MB
    python-3.6.8               |       h0371630_0        34.4 MB
    setuptools-41.0.1          |           py36_0         656 KB
    sqlite-3.28.0              |       h7b6447c_0         1.9 MB
    wheel-0.33.4               |           py36_0          40 KB
    ------------------------------------------------------------
                                           Total:        55.1 MB

The following NEW packages will be INSTALLED:

  ca-certificates    pkgs/main/linux-64::ca-certificates-2019.5.15-0
  certifi            pkgs/main/linux-64::certifi-2019.6.16-py36_0
  libedit            pkgs/main/linux-64::libedit-3.1.20181209-hc058e9b_0
  libffi             pkgs/main/linux-64::libffi-3.2.1-hd88cf55_4
  libgcc-ng          pkgs/main/linux-64::libgcc-ng-9.1.0-hdf63c60_0
  libstdcxx-ng       pkgs/main/linux-64::libstdcxx-ng-9.1.0-hdf63c60_0
  ncurses            pkgs/main/linux-64::ncurses-6.1-he6710b0_1
  openssl            pkgs/main/linux-64::openssl-1.1.1c-h7b6447c_1
  pip                pkgs/main/linux-64::pip-19.1.1-py36_0
  python             pkgs/main/linux-64::python-3.6.8-h0371630_0
  readline           pkgs/main/linux-64::readline-7.0-h7b6447c_5
  setuptools         pkgs/main/linux-64::setuptools-41.0.1-py36_0
  sqlite             pkgs/main/linux-64::sqlite-3.28.0-h7b6447c_0
  tk                 pkgs/main/linux-64::tk-8.6.8-hbc83047_0
  wheel              pkgs/main/linux-64::wheel-0.33.4-py36_0
  xz                 pkgs/main/linux-64::xz-5.2.4-h14c3975_4
  zlib               pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3

Proceed ([y]/n)? y

Downloading and Extracting Packages
libstdcxx-ng-9.1.0   | 4.0 MB    | ############################################################################# | 100% 
openssl-1.1.1c       | 3.8 MB    | ############################################################################# | 100% 
ca-certificates-2019 | 133 KB    | ############################################################################# | 100% 
wheel-0.33.4         | 40 KB     | ############################################################################# | 100% 
sqlite-3.28.0        | 1.9 MB    | ############################################################################# | 100% 
python-3.6.8         | 34.4 MB   | ############################################################################# | 100% 
pip-19.1.1           | 1.9 MB    | ############################################################################# | 100% 
libgcc-ng-9.1.0      | 8.1 MB    | ############################################################################# | 100% 
setuptools-41.0.1    | 656 KB    | ############################################################################# | 100% 
certifi-2019.6.16    | 154 KB    | ############################################################################# | 100% 
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate intelnlp
#
# To deactivate an active environment, use
#
#     $ conda deactivate

(base) nlp@nlp16-70GB:~$ conda activate intelnlp
(intelnlp) nlp@nlp16-70GB:~$ export NLP_ARCHITECT_BE=CPU
(intelnlp) nlp@nlp16-70GB:~$ cd Desktop/
(intelnlp) nlp@nlp16-70GB:~/Desktop$ git clone https://github.com/NervanaSystems/nlp-architect.git
Cloning into 'nlp-architect'...
remote: Enumerating objects: 171, done.
remote: Counting objects: 100% (171/171), done.
remote: Compressing objects: 100% (123/123), done.
remote: Total 6163 (delta 82), reused 96 (delta 47), pack-reused 5992
Receiving objects: 100% (6163/6163), 140.06 MiB | 16.23 MiB/s, done.
Resolving deltas: 100% (3800/3800), done.
(intelnlp) nlp@nlp16-70GB:~/Desktop$ cd nlp-architect/
(intelnlp) nlp@nlp16-70GB:~/Desktop/nlp-architect$ pip3 install -e .
Obtaining file:///home/nlp/Desktop/nlp-architect
Collecting bokeh (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/7d/2f/de96d3f6f43cec07efc6f8f24fddf176e9a119f23aab8fe6153f2e96c6d3/bokeh-1.2.0.tar.gz (17.6MB)
    100% |████████████████████████████████| 17.6MB 37kB/s 
Collecting dynet==2.1 (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/88/f0/01a561a301a8ea9aea1c28f82e108c38cd103964c7a46286ab01757a4092/dyNET-2.1-cp36-cp36m-manylinux1_x86_64.whl (28.1MB)
    100% |████████████████████████████████| 28.1MB 22kB/s 
Collecting elasticsearch (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/ae/43/38329621bcca6f0b97e1cc36fb3cef889414a1960fcdc83a41e26b496634/elasticsearch-7.0.2-py2.py3-none-any.whl (83kB)
    100% |████████████████████████████████| 92kB 4.0MB/s 
Collecting falcon==1.4.1 (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/e8/d0/20bb807dee65f1f163754670557b128eafce1710f6c9c363a38e357f3783/falcon-1.4.1-py2.py3-none-any.whl (159kB)
    100% |████████████████████████████████| 163kB 2.6MB/s 
Collecting falcon_multipart (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/e1/a2/e50ffc3101ed6b91d1edc63b3586c424ef8071e1ef0ef7dcb8745e65fc14/falcon_multipart-0.2.0-py3-none-any.whl
Collecting ftfy (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/8f/86/df789c5834f15ae1ca53a8d4c1fc4788676c2e32112f6a786f2625d9c6e6/ftfy-5.5.1-py3-none-any.whl (43kB)
    100% |████████████████████████████████| 51kB 6.4MB/s 
Collecting future (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB)
    100% |████████████████████████████████| 829kB 604kB/s 
Collecting gensim (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/d3/4b/19eecdf07d614665fa889857dc56ac965631c7bd816c3476d2f0cac6ea3b/gensim-3.7.3-cp36-cp36m-manylinux1_x86_64.whl (24.2MB)
    100% |████████████████████████████████| 24.2MB 15kB/s 
Collecting h5py (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/30/99/d7d4fbf2d02bb30fb76179911a250074b55b852d34e98dd452a9f394ac06/h5py-2.9.0-cp36-cp36m-manylinux1_x86_64.whl (2.8MB)
    100% |████████████████████████████████| 2.8MB 225kB/s 
Collecting hug (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/5d/b4/a4b916691f439b7f25bb78868cd00708ee3c7c1f41a03f9c9a88fa45f57c/hug-2.5.6-py2.py3-none-any.whl (74kB)
    100% |████████████████████████████████| 81kB 4.2MB/s 
Collecting hyperopt (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/63/12/704382c3081df3ae3f9d96fe6afb62efa2fa9749be20c301cd2797fb0b52/hyperopt-0.1.2-py3-none-any.whl (115kB)
    100% |████████████████████████████████| 122kB 3.8MB/s 
Collecting newspaper3k (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/d7/b9/51afecb35bb61b188a4b44868001de348a0e8134b4dfa00ffc191567c4b9/newspaper3k-0.2.8-py3-none-any.whl (211kB)
    100% |████████████████████████████████| 215kB 1.6MB/s 
Collecting nltk (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/8d/5d/825889810b85c303c8559a3fd74d451d80cf3585a851f2103e69576bf583/nltk-3.4.3.zip (1.4MB)
    100% |████████████████████████████████| 1.5MB 396kB/s 
Collecting num2words (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/eb/a2/ea800689730732e27711c41beed4b2a129b34974435bdc450377ec407738/num2words-0.5.10-py3-none-any.whl (101kB)
    100% |████████████████████████████████| 102kB 2.2MB/s 
Collecting numpy (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/87/2d/e4656149cbadd3a8a0369fcd1a9c7d61cc7b87b3903b85389c70c989a696/numpy-1.16.4-cp36-cp36m-manylinux1_x86_64.whl (17.3MB)
    100% |████████████████████████████████| 17.3MB 38kB/s 
Collecting pandas (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/19/74/e50234bc82c553fecdbd566d8650801e3fe2d6d8c8d940638e3d8a7c5522/pandas-0.24.2-cp36-cp36m-manylinux1_x86_64.whl (10.1MB)
    100% |████████████████████████████████| 10.1MB 62kB/s 
Collecting pillow (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/d2/c2/f84b1e57416755e967236468dcfb0fad7fd911f707185efc4ba8834a1a94/Pillow-6.0.0-cp36-cp36m-manylinux1_x86_64.whl (2.0MB)
    100% |████████████████████████████████| 2.0MB 341kB/s 
Collecting pywikibot (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/90/36/1956b5fe6b8130d61b60a8f5d56d27912f80e2f003d03468041ba319314e/pywikibot-3.0.20190430.tar.gz (515kB)
    100% |████████████████████████████████| 522kB 698kB/s 
Collecting requests (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB)
    100% |████████████████████████████████| 61kB 6.2MB/s 
Collecting scipy (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/72/4c/5f81e7264b0a7a8bd570810f48cd346ba36faedbd2ba255c873ad556de76/scipy-1.3.0-cp36-cp36m-manylinux1_x86_64.whl (25.2MB)
    100% |████████████████████████████████| 25.2MB 26kB/s 
Collecting seqeval (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/34/91/068aca8d60ce56dd9ba4506850e876aba5e66a6f2f29aa223224b50df0de/seqeval-0.0.12.tar.gz
Collecting six (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting sklearn (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/1e/7a/dbb3be0ce9bd5c8b7e3d87328e79063f8b263b2b1bfa4774cb1147bfcd3f/sklearn-0.0.tar.gz
Collecting spacy (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/a1/5b/0fab3fa533229436533fb504bb62f4cf7ea29541a487a9d1a0749876fc23/spacy-2.1.4-cp36-cp36m-manylinux1_x86_64.whl (29.8MB)
    100% |████████████████████████████████| 29.8MB 18kB/s 
Collecting tensorflow==1.13.1 (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/77/63/a9fa76de8dffe7455304c4ed635be4aa9c0bacef6e0633d87d5f54530c5c/tensorflow-1.13.1-cp36-cp36m-manylinux1_x86_64.whl (92.5MB)
    100% |████████████████████████████████| 92.5MB 6.5kB/s 
Collecting tensorflow_hub (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/b5/be/f18c352d84382d9c795a0f37eaf16d42ace7d161fbb0ad20bdcd5e550015/tensorflow_hub-0.5.0-py2.py3-none-any.whl (78kB)
    100% |████████████████████████████████| 81kB 3.4MB/s 
Collecting termcolor (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
Collecting tqdm (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/9f/3d/7a6b68b631d2ab54975f3a4863f3c4e9b26445353264ef01f465dc9b0208/tqdm-4.32.2-py2.py3-none-any.whl (50kB)
    100% |████████████████████████████████| 51kB 5.6MB/s 
Collecting wordfreq (from nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/d0/82/233c39f350ac66c740266dafb348f9e67ba3a5e5dad6a949a2c3715c34f5/wordfreq-2.2.1-py3-none-any.whl (32.8MB)
    100% |████████████████████████████████| 32.8MB 21kB/s 
Collecting Jinja2>=2.7 (from bokeh->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl (124kB)
    100% |████████████████████████████████| 133kB 2.7MB/s 
Collecting PyYAML>=3.10 (from bokeh->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/a3/65/837fefac7475963d1eccf4aa684c23b95aa6c1d033a2c5965ccb11e22623/PyYAML-5.1.1.tar.gz (274kB)
    100% |████████████████████████████████| 276kB 1.2MB/s 
Collecting packaging>=16.8 (from bokeh->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/91/32/58bc30e646e55eab8b21abf89e353f59c0cc02c417e42929f4a9546e1b1d/packaging-19.0-py2.py3-none-any.whl
Collecting python-dateutil>=2.1 (from bokeh->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
    100% |████████████████████████████████| 235kB 1.2MB/s 
Collecting tornado>=4.3 (from bokeh->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/30/78/2d2823598496127b21423baffaa186b668f73cd91887fcef78b6eade136b/tornado-6.0.3.tar.gz (482kB)
    100% |████████████████████████████████| 491kB 738kB/s 
Collecting cython (from dynet==2.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/5d/7e/d2a81d821193c88113e3613f2df456a4d7b1b15bd4551e97978e8107e3ef/Cython-0.29.10-cp36-cp36m-manylinux1_x86_64.whl (2.1MB)
    100% |████████████████████████████████| 2.1MB 347kB/s 
Collecting urllib3>=1.21.1 (from elasticsearch->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/e6/60/247f23a7121ae632d62811ba7f273d0e58972d75e58a94d329d51550a47d/urllib3-1.25.3-py2.py3-none-any.whl (150kB)
    100% |████████████████████████████████| 153kB 2.0MB/s 
Collecting python-mimeparse>=1.5.2 (from falcon==1.4.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/26/2e/03bce213a9bf02a2750dcb04e761785e9c763fc11071edc4b447eacbb842/python_mimeparse-1.6.0-py2.py3-none-any.whl
Collecting wcwidth (from ftfy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting smart-open>=1.7.0 (from gensim->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/37/c0/25d19badc495428dec6a4bf7782de617ee0246a9211af75b302a2681dea7/smart_open-1.8.4.tar.gz (63kB)
    100% |████████████████████████████████| 71kB 4.3MB/s 
Collecting networkx (from hyperopt->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/85/08/f20aef11d4c343b557e5de6b9548761811eb16e438cee3d32b1c66c8566b/networkx-2.3.zip (1.7MB)
    100% |████████████████████████████████| 1.8MB 321kB/s 
Collecting pymongo (from hyperopt->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/fb/4a/586826433281ca285f0201235fccf63cc29a30fa78bcd72b6a34e365972d/pymongo-3.8.0-cp36-cp36m-manylinux1_x86_64.whl (416kB)
    100% |████████████████████████████████| 419kB 799kB/s 
Collecting feedfinder2>=0.0.4 (from newspaper3k->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/35/82/1251fefec3bb4b03fd966c7e7f7a41c9fc2bb00d823a34c13f847fd61406/feedfinder2-0.0.4.tar.gz
Collecting jieba3k>=0.35.1 (from newspaper3k->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/a9/cb/2c8332bcdc14d33b0bedd18ae0a4981a069c3513e445120da3c3f23a8aaa/jieba3k-0.35.1.zip (7.4MB)
    100% |████████████████████████████████| 7.4MB 89kB/s 
Collecting tldextract>=2.0.1 (from newspaper3k->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/1e/90/18ac0e5340b6228c25cc8e79835c3811e7553b2b9ae87296dfeb62b7866d/tldextract-2.2.1-py2.py3-none-any.whl (48kB)
    100% |████████████████████████████████| 51kB 2.2MB/s 
Collecting feedparser>=5.2.1 (from newspaper3k->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/91/d8/7d37fec71ff7c9dbcdd80d2b48bcdd86d6af502156fc93846fb0102cb2c4/feedparser-5.2.1.tar.bz2 (192kB)
    100% |████████████████████████████████| 194kB 1.7MB/s 
Collecting cssselect>=0.9.2 (from newspaper3k->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/7b/44/25b7283e50585f0b4156960691d951b05d061abf4a714078393e51929b30/cssselect-1.0.3-py2.py3-none-any.whl
Collecting tinysegmenter==0.3 (from newspaper3k->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/17/82/86982e4b6d16e4febc79c2a1d68ee3b707e8a020c5d2bc4af8052d0f136a/tinysegmenter-0.3.tar.gz
Collecting lxml>=3.6.0 (from newspaper3k->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/2d/53/34a9f0c79c548e430148837892b6ae91adee571a0e8b6c17bd7ff9c2d12e/lxml-4.3.4-cp36-cp36m-manylinux1_x86_64.whl (5.7MB)
    100% |████████████████████████████████| 5.7MB 92kB/s 
Collecting beautifulsoup4>=4.4.1 (from newspaper3k->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/1d/5d/3260694a59df0ec52f8b4883f5d23b130bc237602a1411fa670eae12351e/beautifulsoup4-4.7.1-py3-none-any.whl (94kB)
    100% |████████████████████████████████| 102kB 4.9MB/s 
Collecting docopt>=0.6.2 (from num2words->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
Collecting pytz>=2011k (from pandas->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB)
    100% |████████████████████████████████| 512kB 670kB/s 
Collecting certifi>=2017.4.17 (from requests->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl (157kB)
    100% |████████████████████████████████| 163kB 1.7MB/s 
Collecting chardet<3.1.0,>=3.0.2 (from requests->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
    100% |████████████████████████████████| 143kB 2.1MB/s 
Collecting idna<2.9,>=2.5 (from requests->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
    100% |████████████████████████████████| 61kB 6.2MB/s 
Collecting Keras>=2.2.4 (from seqeval->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/5e/10/aa32dad071ce52b5502266b5c659451cfd6ffcbf14e6c8c4f16c0ff5aaab/Keras-2.2.4-py2.py3-none-any.whl (312kB)
    100% |████████████████████████████████| 317kB 1.2MB/s 
Collecting scikit-learn (from sklearn->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/85/04/49633f490f726da6e454fddc8e938bbb5bfed2001681118d3814c219b723/scikit_learn-0.21.2-cp36-cp36m-manylinux1_x86_64.whl (6.7MB)
    100% |████████████████████████████████| 6.7MB 105kB/s 
Collecting cymem<2.1.0,>=2.0.2 (from spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/3d/61/9b0520c28eb199a4b1ca667d96dd625bba003c14c75230195f9691975f85/cymem-2.0.2-cp36-cp36m-manylinux1_x86_64.whl
Collecting srsly<1.1.0,>=0.0.5 (from spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/aa/6c/2ef2d6f4c63a197981f4ac01bb17560c857c6721213c7c99998e48cdda2a/srsly-0.0.7-cp36-cp36m-manylinux1_x86_64.whl (180kB)
    100% |████████████████████████████████| 184kB 1.9MB/s 
Collecting thinc<7.1.0,>=7.0.2 (from spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/a9/f1/3df317939a07b2fc81be1a92ac10bf836a1d87b4016346b25f8b63dee321/thinc-7.0.4-cp36-cp36m-manylinux1_x86_64.whl (2.1MB)
    100% |████████████████████████████████| 2.1MB 357kB/s 
Collecting blis<0.3.0,>=0.2.2 (from spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/34/46/b1d0bb71d308e820ed30316c5f0a017cb5ef5f4324bcbc7da3cf9d3b075c/blis-0.2.4-cp36-cp36m-manylinux1_x86_64.whl (3.2MB)
    100% |████████████████████████████████| 3.2MB 215kB/s 
Collecting murmurhash<1.1.0,>=0.28.0 (from spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/a6/e6/63f160a4fdf0e875d16b28f972083606d8d54f56cd30cb8929f9a1ee700e/murmurhash-1.0.2-cp36-cp36m-manylinux1_x86_64.whl
Collecting jsonschema<3.1.0,>=2.6.0 (from spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/aa/69/df679dfbdd051568b53c38ec8152a3ab6bc533434fc7ed11ab034bf5e82f/jsonschema-3.0.1-py2.py3-none-any.whl (54kB)
    100% |████████████████████████████████| 61kB 6.5MB/s 
Collecting wasabi<1.1.0,>=0.2.0 (from spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/f4/c1/d76ccdd12c716be79162d934fe7de4ac8a318b9302864716dde940641a79/wasabi-0.2.2-py3-none-any.whl
Collecting plac<1.0.0,>=0.9.6 (from spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/9e/9b/62c60d2f5bc135d2aa1d8c8a86aaf84edb719a59c7f11a4316259e61a298/plac-0.9.6-py2.py3-none-any.whl
Collecting preshed<2.1.0,>=2.0.1 (from spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/20/93/f222fb957764a283203525ef20e62008675fd0a14ffff8cc1b1490147c63/preshed-2.0.1-cp36-cp36m-manylinux1_x86_64.whl (83kB)
    100% |████████████████████████████████| 92kB 4.6MB/s 
Collecting grpcio>=1.8.6 (from tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/99/83/18f374294bf34128a448ee2fae37651f943b0b5fa473b5b3aff262c15bf8/grpcio-1.21.1-cp36-cp36m-manylinux1_x86_64.whl (2.2MB)
    100% |████████████████████████████████| 2.2MB 323kB/s 
Collecting absl-py>=0.1.6 (from tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/da/3f/9b0355080b81b15ba6a9ffcf1f5ea39e307a2778b2f2dc8694724e8abd5b/absl-py-0.7.1.tar.gz (99kB)
    100% |████████████████████████████████| 102kB 4.6MB/s 
Collecting gast>=0.2.0 (from tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/4e/35/11749bf99b2d4e3cceb4d55ca22590b0d7c2c62b9de38ac4a4a7f4687421/gast-0.2.2.tar.gz
Collecting wheel>=0.26 (from tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/bb/10/44230dd6bf3563b8f227dbf344c908d412ad2ff48066476672f3a72e174e/wheel-0.33.4-py2.py3-none-any.whl
Collecting astor>=0.6.0 (from tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/d1/4f/950dfae467b384fc96bc6469de25d832534f6b4441033c39f914efd13418/astor-0.8.0-py2.py3-none-any.whl
Collecting tensorboard<1.14.0,>=1.13.0 (from tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/0f/39/bdd75b08a6fba41f098b6cb091b9e8c7a80e1b4d679a581a0ccd17b10373/tensorboard-1.13.1-py3-none-any.whl (3.2MB)
    100% |████████████████████████████████| 3.2MB 227kB/s 
Collecting keras-preprocessing>=1.0.5 (from tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/28/6a/8c1f62c37212d9fc441a7e26736df51ce6f0e38455816445471f10da4f0a/Keras_Preprocessing-1.1.0-py2.py3-none-any.whl (41kB)
    100% |████████████████████████████████| 51kB 7.3MB/s 
Collecting tensorflow-estimator<1.14.0rc0,>=1.13.0 (from tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/bb/48/13f49fc3fa0fdf916aa1419013bb8f2ad09674c275b4046d5ee669a46873/tensorflow_estimator-1.13.0-py2.py3-none-any.whl (367kB)
    100% |████████████████████████████████| 368kB 854kB/s 
Collecting protobuf>=3.6.1 (from tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/d2/fb/29de8d08967f0cce1bb10b39846d836b0f3bf6776ddc36aed7c73498ca7e/protobuf-3.8.0-cp36-cp36m-manylinux1_x86_64.whl (1.2MB)
    100% |████████████████████████████████| 1.2MB 561kB/s 
Collecting keras-applications>=1.0.6 (from tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/71/e3/19762fdfc62877ae9102edf6342d71b28fbfd9dea3d2f96a882ce099b03f/Keras_Applications-1.0.8-py3-none-any.whl (50kB)
    100% |████████████████████████████████| 51kB 1.5MB/s 
Collecting langcodes>=1.4.1 (from wordfreq->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/fa/9a/e05169c2c00b11b21fb0af039644fa07210470a125aa508a460786c2e63f/langcodes-1.4.1.tar.gz (4.0MB)
    100% |████████████████████████████████| 4.0MB 175kB/s 
Collecting regex<=2018.02.21,>=2017.07.11 (from wordfreq->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/a2/51/c39562cfed3272592c60cfd229e5464d715b78537e332eac2b695422dc49/regex-2018.02.21.tar.gz (620kB)
    100% |████████████████████████████████| 624kB 693kB/s 
Collecting msgpack (from wordfreq->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/92/7e/ae9e91c1bb8d846efafd1f353476e3fd7309778b582d2fb4cea4cc15b9a2/msgpack-0.6.1-cp36-cp36m-manylinux1_x86_64.whl (248kB)
    100% |████████████████████████████████| 256kB 1.3MB/s 
Collecting MarkupSafe>=0.23 (from Jinja2>=2.7->bokeh->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting pyparsing>=2.0.2 (from packaging>=16.8->bokeh->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/dd/d9/3ec19e966301a6e25769976999bd7bbe552016f0d32b577dc9d63d2e0c49/pyparsing-2.4.0-py2.py3-none-any.whl (62kB)
    100% |████████████████████████████████| 71kB 3.1MB/s 
Collecting boto3 (from smart-open>=1.7.0->gensim->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/f9/9e/26312043904b4e5f808025b259145025b5712459677b9852a116deb0799c/boto3-1.9.176-py2.py3-none-any.whl (128kB)
    100% |████████████████████████████████| 133kB 2.2MB/s 
Collecting boto>=2.32 (from smart-open>=1.7.0->gensim->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/23/10/c0b78c27298029e4454a472a1919bde20cb182dab1662cec7f2ca1dcc523/boto-2.49.0-py2.py3-none-any.whl (1.4MB)
    100% |████████████████████████████████| 1.4MB 427kB/s 
Collecting decorator>=4.3.0 (from networkx->hyperopt->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/5f/88/0075e461560a1e750a0dcbf77f1d9de775028c37a19a346a6c565a257399/decorator-4.4.0-py2.py3-none-any.whl
Collecting setuptools (from tldextract>=2.0.1->newspaper3k->nlp-architect==0.4.post2)
  Using cached https://files.pythonhosted.org/packages/ec/51/f45cea425fd5cb0b0380f5b0f048ebc1da5b417e48d304838c02d6288a1e/setuptools-41.0.1-py2.py3-none-any.whl
Collecting requests-file>=1.4 (from tldextract>=2.0.1->newspaper3k->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/23/9c/6e63c23c39e53d3df41c77a3d05a49a42c4e1383a6d2a5e3233161b89dbf/requests_file-1.4.3-py2.py3-none-any.whl
Collecting soupsieve>=1.2 (from beautifulsoup4>=4.4.1->newspaper3k->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/35/e3/25079e8911085ab76a6f2facae0771078260c930216ab0b0c44dc5c9bf31/soupsieve-1.9.2-py2.py3-none-any.whl
Collecting joblib>=0.11 (from scikit-learn->sklearn->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/cd/c1/50a758e8247561e58cb87305b1e90b171b8c767b15b12a1734001f41d356/joblib-0.13.2-py2.py3-none-any.whl (278kB)
    100% |████████████████████████████████| 286kB 1.3MB/s 
Collecting attrs>=17.4.0 (from jsonschema<3.1.0,>=2.6.0->spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
Collecting pyrsistent>=0.14.0 (from jsonschema<3.1.0,>=2.6.0->spacy->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/68/0b/f514e76b4e074386b60cfc6c8c2d75ca615b81e415417ccf3fac80ae0bf6/pyrsistent-0.15.2.tar.gz (106kB)
    100% |████████████████████████████████| 112kB 4.3MB/s 
Collecting markdown>=2.6.8 (from tensorboard<1.14.0,>=1.13.0->tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/c0/4e/fd492e91abdc2d2fcb70ef453064d980688762079397f779758e055f6575/Markdown-3.1.1-py2.py3-none-any.whl (87kB)
    100% |████████████████████████████████| 92kB 4.6MB/s 
Collecting werkzeug>=0.11.15 (from tensorboard<1.14.0,>=1.13.0->tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/9f/57/92a497e38161ce40606c27a86759c6b92dd34fcdb33f64171ec559257c02/Werkzeug-0.15.4-py2.py3-none-any.whl (327kB)
    100% |████████████████████████████████| 327kB 974kB/s 
Collecting mock>=2.0.0 (from tensorflow-estimator<1.14.0rc0,>=1.13.0->tensorflow==1.13.1->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl
Collecting marisa-trie (from langcodes>=1.4.1->wordfreq->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/20/95/d23071d0992dabcb61c948fb118a90683193befc88c23e745b050a29e7db/marisa-trie-0.7.5.tar.gz (270kB)
    100% |████████████████████████████████| 276kB 1.2MB/s 
Collecting jmespath<1.0.0,>=0.7.1 (from boto3->smart-open>=1.7.0->gensim->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/83/94/7179c3832a6d45b266ddb2aac329e101367fbdb11f425f13771d27f225bb/jmespath-0.9.4-py2.py3-none-any.whl
Collecting s3transfer<0.3.0,>=0.2.0 (from boto3->smart-open>=1.7.0->gensim->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/16/8a/1fc3dba0c4923c2a76e1ff0d52b305c44606da63f718d14d3231e21c51b0/s3transfer-0.2.1-py2.py3-none-any.whl (70kB)
    100% |████████████████████████████████| 71kB 4.0MB/s 
Collecting botocore<1.13.0,>=1.12.176 (from boto3->smart-open>=1.7.0->gensim->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/0f/f6/5b67d7c222d6e032e60fd3001db1531c97a39334aa7d6e92d6622bcfa55a/botocore-1.12.176-py2.py3-none-any.whl (5.6MB)
    100% |████████████████████████████████| 5.6MB 137kB/s 
Collecting docutils>=0.10 (from botocore<1.13.0,>=1.12.176->boto3->smart-open>=1.7.0->gensim->nlp-architect==0.4.post2)
  Downloading https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl (543kB)
    100% |████████████████████████████████| 552kB 876kB/s 
Building wheels for collected packages: bokeh, future, nltk, pywikibot, seqeval, sklearn, termcolor, PyYAML, tornado, smart-open, networkx, feedfinder2, jieba3k, feedparser, tinysegmenter, docopt, absl-py, gast, langcodes, regex, pyrsistent, marisa-trie
  Running setup.py bdist_wheel for bokeh ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/96/8c/18/ab51f7028839c79738fc7b21c7d660f3d59e7748eb903fbe15
  Running setup.py bdist_wheel for future ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/0c/61/d2/d6b7317325828fbb39ee6ad559dbe4664d0896da4721bf379e
  Running setup.py bdist_wheel for nltk ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/54/40/b7/c56ad418e6cd4d9e1e594b5e138d1ca6eec11a6ee3d464e5bb
  Running setup.py bdist_wheel for pywikibot ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/6c/07/84/ba6645f74fe204adce4ec9a49365afdc5c526f1250691c5e41
  Running setup.py bdist_wheel for seqeval ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/4f/32/0a/df3b340a82583566975377d65e724895b3fad101a3fb729f68
  Running setup.py bdist_wheel for sklearn ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/76/03/bb/589d421d27431bcd2c6da284d5f2286c8e3b2ea3cf1594c074
  Running setup.py bdist_wheel for termcolor ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/7c/06/54/bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
  Running setup.py bdist_wheel for PyYAML ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/16/27/a1/775c62ddea7bfa62324fd1f65847ed31c55dadb6051481ba3f
  Running setup.py bdist_wheel for tornado ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/84/bf/40/2f6ef700f48401ca40e5e3dd7d0e3c0a90e064897b7fe5fc08
  Running setup.py bdist_wheel for smart-open ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/5f/ea/fb/5b1a947b369724063b2617011f1540c44eb00e28c3d2ca8692
  Running setup.py bdist_wheel for networkx ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/de/63/64/3699be2a9d0ccdb37c7f16329acf3863fd76eda58c39c737af
  Running setup.py bdist_wheel for feedfinder2 ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/de/03/ca/778e3a7a627e3d98836cc890e7cb40c7575424cfd3340f40ed
  Running setup.py bdist_wheel for jieba3k ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/83/15/9c/a3f1f67e7f7181170ad37d32e503c35da20627c013f438ed34
  Running setup.py bdist_wheel for feedparser ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/8c/69/b7/f52763c41c5471df57703a0ef718a32a5e81ee35dcf6d4f97f
  Running setup.py bdist_wheel for tinysegmenter ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/81/2b/43/a02ede72324dd40cdd7ca53aad718c7710628e91b8b0dc0f02
  Running setup.py bdist_wheel for docopt ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/9b/04/dd/7daf4150b6d9b12949298737de9431a324d4b797ffd63f526e
  Running setup.py bdist_wheel for absl-py ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/ee/98/38/46cbcc5a93cfea5492d19c38562691ddb23b940176c14f7b48
  Running setup.py bdist_wheel for gast ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/5c/2e/7e/a1d4d4fcebe6c381f378ce7743a3ced3699feb89bcfbdadadd
  Running setup.py bdist_wheel for langcodes ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/84/20/3d/dc2010b4f7c0b786a06947530a962972caead0c58898f25a02
  Running setup.py bdist_wheel for regex ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/6b/c9/cf/230425cdd343d6b98e8da5a5841c3dab1e0c8aaa134e29edb0
  Running setup.py bdist_wheel for pyrsistent ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/6b/b9/15/c8c6a1e095a370e8c3273e65a5c982e5cf355dde16d77502f5
  Running setup.py bdist_wheel for marisa-trie ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/45/24/79/022624fc914f0e559fe8a1141aaff1f9df810905a13fc75d57
Successfully built bokeh future nltk pywikibot seqeval sklearn termcolor PyYAML tornado smart-open networkx feedfinder2 jieba3k feedparser tinysegmenter docopt absl-py gast langcodes regex pyrsistent marisa-trie
Installing collected packages: MarkupSafe, Jinja2, PyYAML, numpy, six, pyparsing, packaging, pillow, python-dateutil, tornado, bokeh, cython, dynet, urllib3, elasticsearch, python-mimeparse, falcon, falcon-multipart, wcwidth, ftfy, future, jmespath, docutils, botocore, s3transfer, boto3, boto, certifi, chardet, idna, requests, smart-open, scipy, gensim, h5py, hug, decorator, networkx, pymongo, tqdm, hyperopt, soupsieve, beautifulsoup4, feedfinder2, nltk, jieba3k, setuptools, requests-file, tldextract, feedparser, cssselect, tinysegmenter, lxml, newspaper3k, docopt, num2words, pytz, pandas, pywikibot, keras-preprocessing, keras-applications, Keras, seqeval, joblib, scikit-learn, sklearn, cymem, srsly, blis, preshed, wasabi, murmurhash, plac, thinc, attrs, pyrsistent, jsonschema, spacy, termcolor, grpcio, absl-py, gast, wheel, astor, markdown, werkzeug, protobuf, tensorboard, mock, tensorflow-estimator, tensorflow, tensorflow-hub, marisa-trie, langcodes, regex, msgpack, wordfreq, nlp-architect
  Running setup.py develop for nlp-architect
Successfully installed Jinja2-2.10.1 Keras-2.2.4 MarkupSafe-1.1.1 PyYAML-5.1.1 absl-py-0.7.1 astor-0.8.0 attrs-19.1.0 beautifulsoup4-4.7.1 blis-0.2.4 bokeh-1.2.0 boto-2.49.0 boto3-1.9.176 botocore-1.12.176 certifi-2019.6.16 chardet-3.0.4 cssselect-1.0.3 cymem-2.0.2 cython-0.29.10 decorator-4.4.0 docopt-0.6.2 docutils-0.14 dynet-2.1 elasticsearch-7.0.2 falcon-1.4.1 falcon-multipart-0.2.0 feedfinder2-0.0.4 feedparser-5.2.1 ftfy-5.5.1 future-0.17.1 gast-0.2.2 gensim-3.7.3 grpcio-1.21.1 h5py-2.9.0 hug-2.5.6 hyperopt-0.1.2 idna-2.8 jieba3k-0.35.1 jmespath-0.9.4 joblib-0.13.2 jsonschema-3.0.1 keras-applications-1.0.8 keras-preprocessing-1.1.0 langcodes-1.4.1 lxml-4.3.4 marisa-trie-0.7.5 markdown-3.1.1 mock-3.0.5 msgpack-0.6.1 murmurhash-1.0.2 networkx-2.3 newspaper3k-0.2.8 nlp-architect nltk-3.4.3 num2words-0.5.10 numpy-1.16.4 packaging-19.0 pandas-0.24.2 pillow-6.0.0 plac-0.9.6 preshed-2.0.1 protobuf-3.8.0 pymongo-3.8.0 pyparsing-2.4.0 pyrsistent-0.15.2 python-dateutil-2.8.0 python-mimeparse-1.6.0 pytz-2019.1 pywikibot-3.0.dev0 regex-2018.2.21 requests-2.22.0 requests-file-1.4.3 s3transfer-0.2.1 scikit-learn-0.21.2 scipy-1.3.0 seqeval-0.0.12 setuptools-41.0.1 six-1.12.0 sklearn-0.0 smart-open-1.8.4 soupsieve-1.9.2 spacy-2.1.4 srsly-0.0.7 tensorboard-1.13.1 tensorflow-1.13.1 tensorflow-estimator-1.13.0 tensorflow-hub-0.5.0 termcolor-1.1.0 thinc-7.0.4 tinysegmenter-0.3 tldextract-2.2.1 tornado-6.0.3 tqdm-4.32.2 urllib3-1.25.3 wasabi-0.2.2 wcwidth-0.1.7 werkzeug-0.15.4 wheel-0.33.4 wordfreq-2.2.1
(intelnlp) nlp@nlp16-70GB:~/Desktop/nlp-architect$ 
(intelnlp) nlp@nlp16-70GB:~/Desktop/nlp-architect$ nlp_architect -h
nlp_architect: command not found
(intelnlp) nlp@nlp16-70GB:~/Desktop/nlp-architect$ nlp-architect -h
nlp-architect: command not found
(intelnlp) nlp@nlp16-70GB:~/Desktop/nlp-architect$ pip install -r dev-requirements.txt
Collecting sphinx (from -r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/6e/e5/c9ba68935cd2d72c553d49bc156bfb15ddb40e734ea7e3f238d8bd6ca6f1/Sphinx-2.1.2-py3-none-any.whl (3.2MB)
     |████████████████████████████████| 3.3MB 3.0MB/s 
Collecting sphinx_rtd_theme (from -r dev-requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/60/b4/4df37087a1d36755e3a3bfd2a30263f358d2dea21938240fa02313d45f51/sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl (6.4MB)
     |████████████████████████████████| 6.4MB 11.5MB/s 
Collecting flake8-html (from -r dev-requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/59/8e/ddd22716fe3c5c38f33120252417bf36cd7b32ee110155290465a7393d6e/flake8_html-0.4.0-py2.py3-none-any.whl
Collecting pep8 (from -r dev-requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/42/3f/669429ce58de2c22d8d2c542752e137ec4b9885fff398d3eceb1a7f5acb4/pep8-1.7.1-py2.py3-none-any.whl (41kB)
     |████████████████████████████████| 51kB 11.6MB/s 
Collecting flake8 (from -r dev-requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/e9/76/b915bd28976068a9843bf836b789794aa4a8eb13338b23581005cd9177c0/flake8-3.7.7-py2.py3-none-any.whl (68kB)
     |████████████████████████████████| 71kB 13.9MB/s 
Collecting pytest (from -r dev-requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/b3/eb/df264c0b1ff4aaf263375dc09aabd9093364f66060be9b26f3a2c166d558/pytest-4.6.3-py2.py3-none-any.whl (229kB)
     |████████████████████████████████| 235kB 16.8MB/s 
Collecting pytest-cov (from -r dev-requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/84/7b/73f8522619d1cbb22b9a36f9c54bc5ce5e24648e53cc1bf566477d2d1f2b/pytest_cov-2.7.1-py2.py3-none-any.whl
Collecting pytest-mock (from -r dev-requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/30/43/8deecb4c123bbc16d25666f1a6d241109c97aeb2e50806b952661c8e4b95/pytest_mock-1.10.4-py2.py3-none-any.whl
Collecting pylint (from -r dev-requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/60/c2/b3f73f4ac008bef6e75bca4992f3963b3f85942e0277237721ef1c151f0d/pylint-2.3.1-py3-none-any.whl (765kB)
     |████████████████████████████████| 768kB 13.3MB/s 
Requirement already satisfied: setuptools in /home/nlp/.local/lib/python3.6/site-packages (from sphinx->-r dev-requirements.txt (line 1)) (41.0.1)
Collecting sphinxcontrib-applehelp (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/13/9a/4428b3114d654cb1cd34d90d5e6fab938d5436f94a571155187ea1dd78b4/sphinxcontrib_applehelp-1.0.1-py2.py3-none-any.whl (121kB)
     |████████████████████████████████| 122kB 12.8MB/s 
Collecting sphinxcontrib-devhelp (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/b0/a3/fea98741f0b2f2902fbf6c35c8e91b22cd0dd13387291e81d457f9a93066/sphinxcontrib_devhelp-1.0.1-py2.py3-none-any.whl (84kB)
     |████████████████████████████████| 92kB 6.1MB/s 
Collecting alabaster<0.8,>=0.7 (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/10/ad/00b090d23a222943eb0eda509720a404f531a439e803f6538f35136cae9e/alabaster-0.7.12-py2.py3-none-any.whl
Requirement already satisfied: packaging in /home/nlp/.local/lib/python3.6/site-packages (from sphinx->-r dev-requirements.txt (line 1)) (19.0)
Collecting imagesize (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/fc/b6/aef66b4c52a6ad6ac18cf6ebc5731ed06d8c9ae4d3b2d9951f261150be67/imagesize-1.1.0-py2.py3-none-any.whl
Collecting sphinxcontrib-jsmath (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/c2/42/4c8646762ee83602e3fb3fbe774c2fac12f317deb0b5dbeeedd2d3ba4b77/sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl
Requirement already satisfied: requests>=2.5.0 in /home/nlp/.local/lib/python3.6/site-packages (from sphinx->-r dev-requirements.txt (line 1)) (2.22.0)
Collecting snowballstemmer>=1.1 (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/a0/5e/d9ead2d57d39b3e1c1868ce84212319e5543a19c4185dce7e42a9dd968b0/snowballstemmer-1.9.0.tar.gz (76kB)
     |████████████████████████████████| 81kB 7.5MB/s 
Collecting Pygments>=2.0 (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/5c/73/1dfa428150e3ccb0fa3e68db406e5be48698f2a979ccbcec795f28f44048/Pygments-2.4.2-py2.py3-none-any.whl (883kB)
     |████████████████████████████████| 890kB 11.6MB/s 
Collecting sphinxcontrib-qthelp (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/ce/5b/4747c3ba98b3a3e21a66faa183d8f79b9ded70e74212a7988d236a6eb78a/sphinxcontrib_qthelp-1.0.2-py2.py3-none-any.whl (90kB)
     |████████████████████████████████| 92kB 4.9MB/s 
Requirement already satisfied: docutils>=0.12 in /home/nlp/.local/lib/python3.6/site-packages (from sphinx->-r dev-requirements.txt (line 1)) (0.14)
Collecting sphinxcontrib-htmlhelp (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/e4/35/80a67cc493f4a8a9634ab203a77aaa1b84d79ccb1c02eca72cb084d2c7f7/sphinxcontrib_htmlhelp-1.0.2-py2.py3-none-any.whl (96kB)
     |████████████████████████████████| 102kB 9.2MB/s 
Collecting babel!=2.0,>=1.3 (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/2c/60/f2af68eb046c5de5b1fe6dd4743bf42c074f7141fe7b2737d3061533b093/Babel-2.7.0-py2.py3-none-any.whl (8.4MB)
     |████████████████████████████████| 8.4MB 9.9MB/s 
Collecting sphinxcontrib-serializinghtml (from sphinx->-r dev-requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/57/b3/3648e48fa5682e61e9839d62de4e23af1795ceb738d68d73bd974257a95c/sphinxcontrib_serializinghtml-1.1.3-py2.py3-none-any.whl (89kB)
     |████████████████████████████████| 92kB 5.5MB/s 
Requirement already satisfied: Jinja2>=2.3 in /home/nlp/.local/lib/python3.6/site-packages (from sphinx->-r dev-requirements.txt (line 1)) (2.10.1)
Collecting mccabe<0.7.0,>=0.6.0 (from flake8->-r dev-requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting entrypoints<0.4.0,>=0.3.0 (from flake8->-r dev-requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl
Collecting pycodestyle<2.6.0,>=2.5.0 (from flake8->-r dev-requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/0e/0c/04a353e104d2f324f8ee5f4b32012618c1c86dd79e52a433b64fceed511b/pycodestyle-2.5.0-py2.py3-none-any.whl (51kB)
     |████████████████████████████████| 51kB 5.4MB/s 
Collecting pyflakes<2.2.0,>=2.1.0 (from flake8->-r dev-requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/84/f2/ed0ffb887f8138a8fe5a621b8c0bb9598bfb3989e029f6c6a85ee66628ee/pyflakes-2.1.1-py2.py3-none-any.whl (59kB)
     |████████████████████████████████| 61kB 14.1MB/s 
Collecting pluggy<1.0,>=0.12 (from pytest->-r dev-requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/06/ee/de89e0582276e3551df3110088bf20844de2b0e7df2748406876cc78e021/pluggy-0.12.0-py2.py3-none-any.whl
Collecting importlib-metadata>=0.12 (from pytest->-r dev-requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/bd/23/dce4879ec58acf3959580bfe769926ed8198727250c5e395e6785c764a02/importlib_metadata-0.18-py2.py3-none-any.whl
Collecting more-itertools>=4.0.0; python_version > "2.7" (from pytest->-r dev-requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/b3/73/64fb5922b745fc1daee8a2880d907d2a70d9c7bb71eea86fcb9445daab5e/more_itertools-7.0.0-py3-none-any.whl (53kB)
     |████████████████████████████████| 61kB 13.9MB/s 
Requirement already satisfied: attrs>=17.4.0 in /home/nlp/.local/lib/python3.6/site-packages (from pytest->-r dev-requirements.txt (line 6)) (19.1.0)
Requirement already satisfied: six>=1.10.0 in /home/nlp/.local/lib/python3.6/site-packages (from pytest->-r dev-requirements.txt (line 6)) (1.12.0)
Collecting atomicwrites>=1.0 (from pytest->-r dev-requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
Requirement already satisfied: wcwidth in /home/nlp/.local/lib/python3.6/site-packages (from pytest->-r dev-requirements.txt (line 6)) (0.1.7)
Collecting py>=1.5.0 (from pytest->-r dev-requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
     |████████████████████████████████| 92kB 14.3MB/s 
Collecting coverage>=4.4 (from pytest-cov->-r dev-requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/f8/4e/f28fc04019bac97d301512d904992791569234a06826cd420f78fba9a361/coverage-4.5.3-cp36-cp36m-manylinux1_x86_64.whl (205kB)
     |████████████████████████████████| 215kB 22.7MB/s 
Collecting isort<5,>=4.2.5 (from pylint->-r dev-requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/e5/b0/c121fd1fa3419ea9bfd55c7f9c4fedfec5143208d8c7ad3ce3db6c623c21/isort-4.3.21-py2.py3-none-any.whl (42kB)
     |████████████████████████████████| 51kB 10.7MB/s 
Collecting astroid<3,>=2.2.0 (from pylint->-r dev-requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/d5/ad/7221a62a2dbce5c3b8c57fd18e1052c7331adc19b3f27f1561aa6e620db2/astroid-2.2.5-py3-none-any.whl (193kB)
     |████████████████████████████████| 194kB 23.9MB/s 
Requirement already satisfied: pyparsing>=2.0.2 in /home/nlp/.local/lib/python3.6/site-packages (from packaging->sphinx->-r dev-requirements.txt (line 1)) (2.4.0)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /home/nlp/.local/lib/python3.6/site-packages (from requests>=2.5.0->sphinx->-r dev-requirements.txt (line 1)) (1.25.3)
Requirement already satisfied: certifi>=2017.4.17 in /home/nlp/.local/lib/python3.6/site-packages (from requests>=2.5.0->sphinx->-r dev-requirements.txt (line 1)) (2019.6.16)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/nlp/.local/lib/python3.6/site-packages (from requests>=2.5.0->sphinx->-r dev-requirements.txt (line 1)) (3.0.4)
Requirement already satisfied: idna<2.9,>=2.5 in /home/nlp/.local/lib/python3.6/site-packages (from requests>=2.5.0->sphinx->-r dev-requirements.txt (line 1)) (2.8)
Requirement already satisfied: pytz>=2015.7 in /home/nlp/.local/lib/python3.6/site-packages (from babel!=2.0,>=1.3->sphinx->-r dev-requirements.txt (line 1)) (2019.1)
Requirement already satisfied: MarkupSafe>=0.23 in /home/nlp/.local/lib/python3.6/site-packages (from Jinja2>=2.3->sphinx->-r dev-requirements.txt (line 1)) (1.1.1)
Collecting zipp>=0.5 (from importlib-metadata>=0.12->pytest->-r dev-requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/a0/0f/9bf71d438d2e9d5fd0e4569ea4d1a2b6f5a524c234c6d221b494298bb4d1/zipp-0.5.1-py2.py3-none-any.whl
Collecting lazy-object-proxy (from astroid<3,>=2.2.0->pylint->-r dev-requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/1a/2a/d73b99e9407be3acd7c0328fcc44bcf6f5c42e6d03d1fb192032c0057d13/lazy_object_proxy-1.4.1-cp36-cp36m-manylinux1_x86_64.whl (49kB)
     |████████████████████████████████| 51kB 11.0MB/s 
Collecting typed-ast>=1.3.0; implementation_name == "cpython" (from astroid<3,>=2.2.0->pylint->-r dev-requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/31/d3/9d1802c161626d0278bafb1ffb32f76b9d01e123881bbf9d91e8ccf28e18/typed_ast-1.4.0-cp36-cp36m-manylinux1_x86_64.whl (736kB)
     |████████████████████████████████| 737kB 12.2MB/s 
Collecting wrapt (from astroid<3,>=2.2.0->pylint->-r dev-requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz
Building wheels for collected packages: snowballstemmer, wrapt
  Building wheel for snowballstemmer (setup.py) ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/93/db/97/496f1d6bbcad1fecbc58fe45363540414be519312eded82bab
  Building wheel for wrapt (setup.py) ... done
  Stored in directory: /home/nlp/.cache/pip/wheels/d7/de/2e/efa132238792efb6459a96e85916ef8597fcb3d2ae51590dfd
Successfully built snowballstemmer wrapt
Installing collected packages: sphinxcontrib-applehelp, sphinxcontrib-devhelp, alabaster, imagesize, sphinxcontrib-jsmath, snowballstemmer, Pygments, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, babel, sphinxcontrib-serializinghtml, sphinx, sphinx-rtd-theme, mccabe, entrypoints, pycodestyle, pyflakes, flake8, flake8-html, pep8, zipp, importlib-metadata, pluggy, more-itertools, atomicwrites, py, pytest, coverage, pytest-cov, pytest-mock, isort, lazy-object-proxy, typed-ast, wrapt, astroid, pylint
Successfully installed Pygments-2.4.2 alabaster-0.7.12 astroid-2.2.5 atomicwrites-1.3.0 babel-2.7.0 coverage-4.5.3 entrypoints-0.3 flake8-3.7.7 flake8-html-0.4.0 imagesize-1.1.0 importlib-metadata-0.18 isort-4.3.21 lazy-object-proxy-1.4.1 mccabe-0.6.1 more-itertools-7.0.0 pep8-1.7.1 pluggy-0.12.0 py-1.8.0 pycodestyle-2.5.0 pyflakes-2.1.1 pylint-2.3.1 pytest-4.6.3 pytest-cov-2.7.1 pytest-mock-1.10.4 snowballstemmer-1.9.0 sphinx-2.1.2 sphinx-rtd-theme-0.4.3 sphinxcontrib-applehelp-1.0.1 sphinxcontrib-devhelp-1.0.1 sphinxcontrib-htmlhelp-1.0.2 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.2 sphinxcontrib-serializinghtml-1.1.3 typed-ast-1.4.0 wrapt-1.11.2 zipp-0.5.1
(intelnlp) nlp@nlp16-70GB:~/Desktop/nlp-architect$ nlp_architect -h
nlp_architect: command not found
(intelnlp) nlp@nlp16-70GB:~/Desktop/nlp-architect$ nlp-architect -h
nlp-architect: command not found
peteriz commented 5 years ago

Hi @javaspaces The correct command is nlp_architect. Could it be a pip issue with your conda environment? Can you verify that the current environment pip is the same with pip3? Thanks

peteriz commented 5 years ago

I just tried installing from a clean environment and it should work using pip command (pip3 in my case was targeting a different env).

javaspaces commented 5 years ago

Ok, I finally have resolution on this issue. Here are the steps necessary to get NLP Architect working on a fresh install:

  1. install Git
  2. install Anaconda 3.7 (which includes Python 3.7 and conda)

Then execute the following commands

$ pip install --upgrade pip

That should update pip to version 19.1.1. This is massively important because any other of pip will result in a failed installation. Also @peteriz you are correct, using pip3 will cause things to fail as well.

$ conda create -n intelnlp python=3.6

This creates a virtual environment and forces the Python version to 3.6. Any other version of Python will cause things to fail.

$ git clone https://github.com/NervanaSystems/nlp-architect.git
$ cd nlp-architect
$ export NLP_ARCHITECT_BE=CPU
$ pip install -e . 
$ pip install -r dev-requirements.txt

I hope that all the documentation is updated before this issue is closed.

Thanks @peteriz for the help!

peteriz commented 5 years ago

Thanks for letting us know. We will update.

github-actions[bot] commented 4 years ago

Issue marked as stale, closing.