Collecting torchtext==0.2.3 1 location(s) to search for versions of torchtext: * https://pypi.python.org/simple/torchtext/ Getting page https://pypi.python.org/simple/torchtext/ Analyzing links from page https://pypi.org/simple/torchtext/ Found link https://files.pythonhosted.org/packages/b2/e7/4f01aa7348feff083bf7475a6a0aca2d63760a8f79bd4d67cee9f3d5cdcb/torchtext-0.1.1-py3-none-any.whl#sha256=4136b36cfcaee203496bb581e170241c3580ead36d82958774ddb50dae6ffc61 (from https://pypi.org/simple/torchtext/), version: 0.1.1 Skipping link https://files.pythonhosted.org/packages/2f/3b/3bb23f70bb87f6c9e56450859ca6730a4f613c69172a544723b335f0119c/torchtext-0.1.1-py3.6.egg#sha256=4dce00ae4876c998b9032f0aa380228c9b3b3fd02de99f14ed50c8f7bcced786 (from https://pypi.org/simple/torchtext/); unsupported archive format: .egg Found link https://files.pythonhosted.org/packages/cd/93/82d7e195c060c364c1cf81958453589085dddefb30b08f3f30f3f9e25235/torchtext-0.1.1.tar.gz#sha256=e3086ecfb2bf6377843aa7629c92caa96ab04e49f49b405c8c9947501f2a521d (from https://pypi.org/simple/torchtext/), version: 0.1.1 Found link https://files.pythonhosted.org/packages/3c/73/ac7461744aad1685595e112958555e1c8bc460e01d11047467b23521eb43/torchtext-0.2.0-py3-none-any.whl#sha256=0ee2d5f5c7f773ed171291f7b23c4cce3dc653de03fa4522d7d275dd73ef566f (from https://pypi.org/simple/torchtext/), version: 0.2.0 Found link https://files.pythonhosted.org/packages/12/3b/9fcd440832e5ef6d16d04e91515ebfacd02a6037f018a7da33c7b7d1b602/torchtext-0.2.0.tar.gz#sha256=c6844b4b0fb95004bb8d299941bc71361b0b73ecf6f2cd300729678816e601f2 (from https://pypi.org/simple/torchtext/), version: 0.2.0 Found link https://files.pythonhosted.org/packages/d8/65/0e9370754790ed97f76ac4d357ee4fad6b5e093bcfd08e331d7b1b6828c3/torchtext-0.2.1-py3-none-any.whl#sha256=815471add270dce34c25899083e1b0ae57056fab93145a54fb872e932857a76e (from https://pypi.org/simple/torchtext/), version: 0.2.1 Found link https://files.pythonhosted.org/packages/ef/d3/c55a49e18e18b6f752ce05e90f1264cfdcb17fa930c00d0d89628e27fff2/torchtext-0.2.1.tar.gz#sha256=9deaa110f7f9383131cf4a1eee1784f2ebe7ebd382c9dd0a6450a4a61b186b0c (from https://pypi.org/simple/torchtext/), version: 0.2.1 Found link https://files.pythonhosted.org/packages/78/90/474d5944d43001a6e72b9aaed5c3e4f77516fbef2317002da2096fd8b5ea/torchtext-0.2.3.tar.gz#sha256=268157efa287daa7fa78cc94e41d6e624dc1362dd85791df49ab86b888836de6 (from https://pypi.org/simple/torchtext/), version: 0.2.3 Using version 0.2.3 (newest of versions: 0.2.3) Downloading https://files.pythonhosted.org/packages/78/90/474d5944d43001a6e72b9aaed5c3e4f77516fbef2317002da2096fd8b5ea/torchtext-0.2.3.tar.gz (42kB) Downloading from URL https://files.pythonhosted.org/packages/78/90/474d5944d43001a6e72b9aaed5c3e4f77516fbef2317002da2096fd8b5ea/torchtext-0.2.3.tar.gz#sha256=268157efa287daa7fa78cc94e41d6e624dc1362dd85791df49ab86b888836de6 (from https://pypi.org/simple/torchtext/) Running setup.py (path:/tmp/pip-build-mje9gatc/torchtext/setup.py) egg_info for package torchtext Running command python setup.py egg_info running egg_info creating pip-egg-info/torchtext.egg-info writing requirements to pip-egg-info/torchtext.egg-info/requires.txt writing top-level names to pip-egg-info/torchtext.egg-info/top_level.txt writing dependency_links to pip-egg-info/torchtext.egg-info/dependency_links.txt writing pip-egg-info/torchtext.egg-info/PKG-INFO writing manifest file 'pip-egg-info/torchtext.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/torchtext.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/torchtext.egg-info/SOURCES.txt' Source in /tmp/pip-build-mje9gatc/torchtext has version 0.2.3, which satisfies requirement torchtext==0.2.3 from https://files.pythonhosted.org/packages/78/90/474d5944d43001a6e72b9aaed5c3e4f77516fbef2317002da2096fd8b5ea/torchtext-0.2.3.tar.gz#sha256=268157efa287daa7fa78cc94e41d6e624dc1362dd85791df49ab86b888836de6 Building wheels for collected packages: torchtext Running setup.py bdist_wheel for torchtext: started Destination directory: /tmp/tmpje7f6sr7pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-mje9gatc/torchtext/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpje7f6sr7pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/torchtext copying torchtext/utils.py -> build/lib/torchtext copying torchtext/__init__.py -> build/lib/torchtext copying torchtext/vocab.py -> build/lib/torchtext creating build/lib/torchtext/datasets copying torchtext/datasets/sequence_tagging.py -> build/lib/torchtext/datasets copying torchtext/datasets/translation.py -> build/lib/torchtext/datasets copying torchtext/datasets/language_modeling.py -> build/lib/torchtext/datasets copying torchtext/datasets/imdb.py -> build/lib/torchtext/datasets copying torchtext/datasets/trec.py -> build/lib/torchtext/datasets copying torchtext/datasets/__init__.py -> build/lib/torchtext/datasets copying torchtext/datasets/sst.py -> build/lib/torchtext/datasets copying torchtext/datasets/snli.py -> build/lib/torchtext/datasets creating build/lib/torchtext/data copying torchtext/data/batch.py -> build/lib/torchtext/data copying torchtext/data/dataset.py -> build/lib/torchtext/data copying torchtext/data/iterator.py -> build/lib/torchtext/data copying torchtext/data/pipeline.py -> build/lib/torchtext/data copying torchtext/data/field.py -> build/lib/torchtext/data copying torchtext/data/utils.py -> build/lib/torchtext/data copying torchtext/data/__init__.py -> build/lib/torchtext/data copying torchtext/data/example.py -> build/lib/torchtext/data installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/torchtext copying build/lib/torchtext/utils.py -> build/bdist.linux-armv7l/wheel/torchtext copying build/lib/torchtext/__init__.py -> build/bdist.linux-armv7l/wheel/torchtext creating build/bdist.linux-armv7l/wheel/torchtext/datasets copying build/lib/torchtext/datasets/sequence_tagging.py -> build/bdist.linux-armv7l/wheel/torchtext/datasets copying build/lib/torchtext/datasets/translation.py -> build/bdist.linux-armv7l/wheel/torchtext/datasets copying build/lib/torchtext/datasets/language_modeling.py -> build/bdist.linux-armv7l/wheel/torchtext/datasets copying build/lib/torchtext/datasets/imdb.py -> build/bdist.linux-armv7l/wheel/torchtext/datasets copying build/lib/torchtext/datasets/trec.py -> build/bdist.linux-armv7l/wheel/torchtext/datasets copying build/lib/torchtext/datasets/__init__.py -> build/bdist.linux-armv7l/wheel/torchtext/datasets copying build/lib/torchtext/datasets/sst.py -> build/bdist.linux-armv7l/wheel/torchtext/datasets copying build/lib/torchtext/datasets/snli.py -> build/bdist.linux-armv7l/wheel/torchtext/datasets creating build/bdist.linux-armv7l/wheel/torchtext/data copying build/lib/torchtext/data/batch.py -> build/bdist.linux-armv7l/wheel/torchtext/data copying build/lib/torchtext/data/dataset.py -> build/bdist.linux-armv7l/wheel/torchtext/data copying build/lib/torchtext/data/iterator.py -> build/bdist.linux-armv7l/wheel/torchtext/data copying build/lib/torchtext/data/pipeline.py -> build/bdist.linux-armv7l/wheel/torchtext/data copying build/lib/torchtext/data/field.py -> build/bdist.linux-armv7l/wheel/torchtext/data copying build/lib/torchtext/data/utils.py -> build/bdist.linux-armv7l/wheel/torchtext/data copying build/lib/torchtext/data/__init__.py -> build/bdist.linux-armv7l/wheel/torchtext/data copying build/lib/torchtext/data/example.py -> build/bdist.linux-armv7l/wheel/torchtext/data copying build/lib/torchtext/vocab.py -> build/bdist.linux-armv7l/wheel/torchtext running install_egg_info running egg_info writing dependency_links to torchtext.egg-info/dependency_links.txt writing torchtext.egg-info/PKG-INFO writing requirements to torchtext.egg-info/requires.txt writing top-level names to torchtext.egg-info/top_level.txt reading manifest file 'torchtext.egg-info/SOURCES.txt' writing manifest file 'torchtext.egg-info/SOURCES.txt' Copying torchtext.egg-info to build/bdist.linux-armv7l/wheel/torchtext-0.2.3-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/torchtext-0.2.3.dist-info/WHEEL Running setup.py bdist_wheel for torchtext: finished with status 'done' Stored in directory: /tmp/tmpk2160gfp Successfully built torchtext Cleaning up... Removing source in /tmp/pip-build-mje9gatc/torchtext