Collecting TorchLanguage==0.1 1 location(s) to search for versions of TorchLanguage: * https://pypi.python.org/simple/torchlanguage/ Getting page https://pypi.python.org/simple/torchlanguage/ Analyzing links from page https://pypi.org/simple/torchlanguage/ Found link https://files.pythonhosted.org/packages/68/38/5ed8bb27ab973dc78bfb38dbf7d2c9d6903aba2e79ceffc966f5a70b9b03/TorchLanguage-0.1.tar.gz#sha256=bf14184507763ec9a6b7722fe0a0fdd1fb4209b94448826e687d503ec652ace5 (from https://pypi.org/simple/torchlanguage/), version: 0.1 Using version 0.1 (newest of versions: 0.1) Downloading https://files.pythonhosted.org/packages/68/38/5ed8bb27ab973dc78bfb38dbf7d2c9d6903aba2e79ceffc966f5a70b9b03/TorchLanguage-0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/68/38/5ed8bb27ab973dc78bfb38dbf7d2c9d6903aba2e79ceffc966f5a70b9b03/TorchLanguage-0.1.tar.gz#sha256=bf14184507763ec9a6b7722fe0a0fdd1fb4209b94448826e687d503ec652ace5 (from https://pypi.org/simple/torchlanguage/) Running setup.py (path:/tmp/pip-build-rtsuzqzu/TorchLanguage/setup.py) egg_info for package TorchLanguage Running command python setup.py egg_info running egg_info creating pip-egg-info/TorchLanguage.egg-info writing requirements to pip-egg-info/TorchLanguage.egg-info/requires.txt writing top-level names to pip-egg-info/TorchLanguage.egg-info/top_level.txt writing pip-egg-info/TorchLanguage.egg-info/PKG-INFO writing dependency_links to pip-egg-info/TorchLanguage.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/TorchLanguage.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/TorchLanguage.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/TorchLanguage.egg-info/SOURCES.txt' Source in /tmp/pip-build-rtsuzqzu/TorchLanguage has version 0.1, which satisfies requirement TorchLanguage==0.1 from https://files.pythonhosted.org/packages/68/38/5ed8bb27ab973dc78bfb38dbf7d2c9d6903aba2e79ceffc966f5a70b9b03/TorchLanguage-0.1.tar.gz#sha256=bf14184507763ec9a6b7722fe0a0fdd1fb4209b94448826e687d503ec652ace5 Building wheels for collected packages: TorchLanguage Running setup.py bdist_wheel for TorchLanguage: started Destination directory: /tmp/tmpeys0015spip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-rtsuzqzu/TorchLanguage/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/tmpeys0015spip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/torchlanguage copying torchlanguage/__init__.py -> build/lib/torchlanguage creating build/lib/torchlanguage/models copying torchlanguage/models/ELSTM.py -> build/lib/torchlanguage/models copying torchlanguage/models/EGRU.py -> build/lib/torchlanguage/models copying torchlanguage/models/CNN3C.py -> build/lib/torchlanguage/models copying torchlanguage/models/CGFS.py -> build/lib/torchlanguage/models copying torchlanguage/models/CNNgram.py -> build/lib/torchlanguage/models copying torchlanguage/models/__init__.py -> build/lib/torchlanguage/models copying torchlanguage/models/CNNEmbed.py -> build/lib/torchlanguage/models copying torchlanguage/models/CNNCTweet.py -> build/lib/torchlanguage/models creating build/lib/torchlanguage/datasets copying torchlanguage/datasets/ReutersC50Dataset.py -> build/lib/torchlanguage/datasets copying torchlanguage/datasets/FileDirectory.py -> build/lib/torchlanguage/datasets copying torchlanguage/datasets/SFGramDataset.py -> build/lib/torchlanguage/datasets copying torchlanguage/datasets/__init__.py -> build/lib/torchlanguage/datasets creating build/lib/torchlanguage/transforms copying torchlanguage/transforms/Character.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/ToLength.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/RandomSamples.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/ToOneHot.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/ToUpper.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/Character3Gram.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/MaxIndex.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/Tag.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/ToFrequencyVector.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/Embedding.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/ToLower.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/ToNGram.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/PartOfSpeech.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/DropOut.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/ToIndex.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/Token.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/VerticalStack.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/Compose.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/GensimModel.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/__init__.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/Character2Gram.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/RemoveCharacter.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/FunctionWord.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/HorizontalStack.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/RemoveLines.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/RemoveRegex.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/GloveVector.py -> build/lib/torchlanguage/transforms copying torchlanguage/transforms/Transformer.py -> build/lib/torchlanguage/transforms creating build/lib/torchlanguage/utils copying torchlanguage/utils/CrossValidation.py -> build/lib/torchlanguage/utils copying torchlanguage/utils/__init__.py -> build/lib/torchlanguage/utils creating build/lib/torchlanguage/embeddings copying torchlanguage/embeddings/__init__.py -> build/lib/torchlanguage/embeddings copying torchlanguage/embeddings/CharacterEmbedding.py -> build/lib/torchlanguage/embeddings 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/torchlanguage creating build/bdist.linux-armv7l/wheel/torchlanguage/models copying build/lib/torchlanguage/models/ELSTM.py -> build/bdist.linux-armv7l/wheel/torchlanguage/models copying build/lib/torchlanguage/models/EGRU.py -> build/bdist.linux-armv7l/wheel/torchlanguage/models copying build/lib/torchlanguage/models/CNN3C.py -> build/bdist.linux-armv7l/wheel/torchlanguage/models copying build/lib/torchlanguage/models/CGFS.py -> build/bdist.linux-armv7l/wheel/torchlanguage/models copying build/lib/torchlanguage/models/CNNgram.py -> build/bdist.linux-armv7l/wheel/torchlanguage/models copying build/lib/torchlanguage/models/__init__.py -> build/bdist.linux-armv7l/wheel/torchlanguage/models copying build/lib/torchlanguage/models/CNNEmbed.py -> build/bdist.linux-armv7l/wheel/torchlanguage/models copying build/lib/torchlanguage/models/CNNCTweet.py -> build/bdist.linux-armv7l/wheel/torchlanguage/models creating build/bdist.linux-armv7l/wheel/torchlanguage/datasets copying build/lib/torchlanguage/datasets/ReutersC50Dataset.py -> build/bdist.linux-armv7l/wheel/torchlanguage/datasets copying build/lib/torchlanguage/datasets/FileDirectory.py -> build/bdist.linux-armv7l/wheel/torchlanguage/datasets copying build/lib/torchlanguage/datasets/SFGramDataset.py -> build/bdist.linux-armv7l/wheel/torchlanguage/datasets copying build/lib/torchlanguage/datasets/__init__.py -> build/bdist.linux-armv7l/wheel/torchlanguage/datasets creating build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/Character.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/ToLength.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/RandomSamples.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/ToOneHot.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/ToUpper.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/Character3Gram.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/MaxIndex.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/Tag.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/ToFrequencyVector.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/Embedding.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/ToLower.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/ToNGram.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/PartOfSpeech.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/DropOut.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/ToIndex.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/Token.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/VerticalStack.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/Compose.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/GensimModel.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/__init__.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/Character2Gram.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/RemoveCharacter.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/FunctionWord.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/HorizontalStack.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/RemoveLines.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/RemoveRegex.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/GloveVector.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/transforms/Transformer.py -> build/bdist.linux-armv7l/wheel/torchlanguage/transforms copying build/lib/torchlanguage/__init__.py -> build/bdist.linux-armv7l/wheel/torchlanguage creating build/bdist.linux-armv7l/wheel/torchlanguage/utils copying build/lib/torchlanguage/utils/CrossValidation.py -> build/bdist.linux-armv7l/wheel/torchlanguage/utils copying build/lib/torchlanguage/utils/__init__.py -> build/bdist.linux-armv7l/wheel/torchlanguage/utils creating build/bdist.linux-armv7l/wheel/torchlanguage/embeddings copying build/lib/torchlanguage/embeddings/__init__.py -> build/bdist.linux-armv7l/wheel/torchlanguage/embeddings copying build/lib/torchlanguage/embeddings/CharacterEmbedding.py -> build/bdist.linux-armv7l/wheel/torchlanguage/embeddings running install_egg_info running egg_info writing TorchLanguage.egg-info/PKG-INFO writing dependency_links to TorchLanguage.egg-info/dependency_links.txt writing top-level names to TorchLanguage.egg-info/top_level.txt writing requirements to TorchLanguage.egg-info/requires.txt reading manifest file 'TorchLanguage.egg-info/SOURCES.txt' writing manifest file 'TorchLanguage.egg-info/SOURCES.txt' Copying TorchLanguage.egg-info to build/bdist.linux-armv7l/wheel/TorchLanguage-0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/TorchLanguage-0.1.dist-info/WHEEL Running setup.py bdist_wheel for TorchLanguage: finished with status 'done' Stored in directory: /tmp/tmp3h8zspoq Successfully built TorchLanguage Cleaning up... Removing source in /tmp/pip-build-rtsuzqzu/TorchLanguage