Created temporary directory: /tmp/pip-ephem-wheel-cache-px0rcsdn Created temporary directory: /tmp/pip-req-tracker-63rfft64 Created requirements tracker '/tmp/pip-req-tracker-63rfft64' Created temporary directory: /tmp/pip-wheel-gqej50nf Collecting brendapy==0.4.1 1 location(s) to search for versions of brendapy: * https://pypi.org/simple/brendapy/ Getting page https://pypi.org/simple/brendapy/ Analyzing links from page https://pypi.org/simple/brendapy/ Found link https://files.pythonhosted.org/packages/de/68/2040f40931c3e8464326929f06e5c69ca74ea5022fc42f2fa69af7666ce1/brendapy-0.1.2.tar.gz#sha256=694eb5531772469ab20549fea7ae450e0a9ce1e0ad0f6f35adfc4c932f07515c (from https://pypi.org/simple/brendapy/), version: 0.1.2 Found link https://files.pythonhosted.org/packages/fc/64/70e76e3118b56ba73780d2dfa72c37ffe3478b9575ae29d922dbe532ba46/brendapy-0.2.0.tar.gz#sha256=48a06c0ae4db7d4fe571b3d12607fd1ab317e70871b8ec05082b2c55687e8491 (from https://pypi.org/simple/brendapy/), version: 0.2.0 Found link https://files.pythonhosted.org/packages/25/4b/f1588725d397f8041a52fd7e47f1aac8adc5e7e8b6ab2333a1fbff91a166/brendapy-0.3.0.tar.gz#sha256=ab387e2adf8f33929a84f13051330edce43d9bcf7b9f03f712e8a14806fa072c (from https://pypi.org/simple/brendapy/), version: 0.3.0 Found link https://files.pythonhosted.org/packages/14/d2/5f6961d6ee3a97777407ded07da4ebd3acf29ee19142a0791aef5736f8e0/brendapy-0.4.1.tar.gz#sha256=606d2498f6dc9181771c33a631408b372940450ecabd578450dee4368f8cdd0e (from https://pypi.org/simple/brendapy/), version: 0.4.1 Using version 0.4.1 (newest of versions: 0.4.1) Created temporary directory: /tmp/pip-unpack-wxte5btx Downloading https://files.pythonhosted.org/packages/14/d2/5f6961d6ee3a97777407ded07da4ebd3acf29ee19142a0791aef5736f8e0/brendapy-0.4.1.tar.gz (135kB) Downloading from URL https://files.pythonhosted.org/packages/14/d2/5f6961d6ee3a97777407ded07da4ebd3acf29ee19142a0791aef5736f8e0/brendapy-0.4.1.tar.gz#sha256=606d2498f6dc9181771c33a631408b372940450ecabd578450dee4368f8cdd0e (from https://pypi.org/simple/brendapy/) Added brendapy==0.4.1 from https://files.pythonhosted.org/packages/14/d2/5f6961d6ee3a97777407ded07da4ebd3acf29ee19142a0791aef5736f8e0/brendapy-0.4.1.tar.gz#sha256=606d2498f6dc9181771c33a631408b372940450ecabd578450dee4368f8cdd0e to build tracker '/tmp/pip-req-tracker-63rfft64' Running setup.py (path:/tmp/pip-wheel-gqej50nf/brendapy/setup.py) egg_info for package brendapy Running command python setup.py egg_info running egg_info creating pip-egg-info/brendapy.egg-info writing requirements to pip-egg-info/brendapy.egg-info/requires.txt writing pip-egg-info/brendapy.egg-info/PKG-INFO writing top-level names to pip-egg-info/brendapy.egg-info/top_level.txt writing dependency_links to pip-egg-info/brendapy.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/brendapy.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/brendapy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/brendapy.egg-info/SOURCES.txt' Maybe try: sudo apt-get install pandoc See http://johnmacfarlane.net/pandoc/installing.html for installation options --------------------------------------------------------------- Source in /tmp/pip-wheel-gqej50nf/brendapy has version 0.4.1, which satisfies requirement brendapy==0.4.1 from https://files.pythonhosted.org/packages/14/d2/5f6961d6ee3a97777407ded07da4ebd3acf29ee19142a0791aef5736f8e0/brendapy-0.4.1.tar.gz#sha256=606d2498f6dc9181771c33a631408b372940450ecabd578450dee4368f8cdd0e Removed brendapy==0.4.1 from https://files.pythonhosted.org/packages/14/d2/5f6961d6ee3a97777407ded07da4ebd3acf29ee19142a0791aef5736f8e0/brendapy-0.4.1.tar.gz#sha256=606d2498f6dc9181771c33a631408b372940450ecabd578450dee4368f8cdd0e from build tracker '/tmp/pip-req-tracker-63rfft64' Building wheels for collected packages: brendapy Created temporary directory: /tmp/pip-wheel-32xd5gjk Running setup.py bdist_wheel for brendapy: started Destination directory: /tmp/pip-wheel-32xd5gjk Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-gqej50nf/brendapy/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/pip-wheel-32xd5gjk Maybe try: sudo apt-get install pandoc See http://johnmacfarlane.net/pandoc/installing.html for installation options --------------------------------------------------------------- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/brendapy copying brendapy/examples.py -> build/lib/brendapy copying brendapy/utils.py -> build/lib/brendapy copying brendapy/__init__.py -> build/lib/brendapy copying brendapy/settings.py -> build/lib/brendapy copying brendapy/tissues.py -> build/lib/brendapy copying brendapy/_version.py -> build/lib/brendapy copying brendapy/taxonomy.py -> build/lib/brendapy copying brendapy/substances.py -> build/lib/brendapy copying brendapy/parser.py -> build/lib/brendapy creating build/lib/brendapy/tests copying brendapy/tests/test_examples.py -> build/lib/brendapy/tests copying brendapy/tests/__init__.py -> build/lib/brendapy/tests copying brendapy/tests/test_brenda.py -> build/lib/brendapy/tests copying brendapy/tests/test_taxonomy.py -> build/lib/brendapy/tests creating build/lib/brendapy/ontology copying brendapy/ontology/__init__.py -> build/lib/brendapy/ontology copying brendapy/ontology/pubchem.py -> build/lib/brendapy/ontology copying brendapy/ontology/owl.py -> build/lib/brendapy/ontology running egg_info writing brendapy.egg-info/PKG-INFO writing requirements to brendapy.egg-info/requires.txt writing top-level names to brendapy.egg-info/top_level.txt writing dependency_links to brendapy.egg-info/dependency_links.txt reading manifest file 'brendapy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'brendapy.egg-info/SOURCES.txt' creating build/lib/brendapy/resources copying brendapy/resources/README.md -> build/lib/brendapy/resources copying brendapy/../requirements.txt -> build/lib/brendapy/.. copying brendapy/../requirements-develop.txt -> build/lib/brendapy/.. 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/brendapy copying build/lib/brendapy/examples.py -> build/bdist.linux-armv7l/wheel/brendapy creating build/bdist.linux-armv7l/wheel/brendapy/resources copying build/lib/brendapy/resources/README.md -> build/bdist.linux-armv7l/wheel/brendapy/resources copying build/lib/brendapy/utils.py -> build/bdist.linux-armv7l/wheel/brendapy copying build/lib/brendapy/__init__.py -> build/bdist.linux-armv7l/wheel/brendapy copying build/lib/brendapy/settings.py -> build/bdist.linux-armv7l/wheel/brendapy creating build/bdist.linux-armv7l/wheel/brendapy/tests copying build/lib/brendapy/tests/test_examples.py -> build/bdist.linux-armv7l/wheel/brendapy/tests copying build/lib/brendapy/tests/__init__.py -> build/bdist.linux-armv7l/wheel/brendapy/tests copying build/lib/brendapy/tests/test_brenda.py -> build/bdist.linux-armv7l/wheel/brendapy/tests copying build/lib/brendapy/tests/test_taxonomy.py -> build/bdist.linux-armv7l/wheel/brendapy/tests copying build/lib/brendapy/tissues.py -> build/bdist.linux-armv7l/wheel/brendapy copying build/lib/brendapy/_version.py -> build/bdist.linux-armv7l/wheel/brendapy copying build/lib/brendapy/taxonomy.py -> build/bdist.linux-armv7l/wheel/brendapy copying build/lib/brendapy/substances.py -> build/bdist.linux-armv7l/wheel/brendapy creating build/bdist.linux-armv7l/wheel/brendapy/ontology copying build/lib/brendapy/ontology/__init__.py -> build/bdist.linux-armv7l/wheel/brendapy/ontology copying build/lib/brendapy/ontology/pubchem.py -> build/bdist.linux-armv7l/wheel/brendapy/ontology copying build/lib/brendapy/ontology/owl.py -> build/bdist.linux-armv7l/wheel/brendapy/ontology copying build/lib/brendapy/parser.py -> build/bdist.linux-armv7l/wheel/brendapy copying build/lib/requirements.txt -> build/bdist.linux-armv7l/wheel copying build/lib/requirements-develop.txt -> build/bdist.linux-armv7l/wheel running install_egg_info Copying brendapy.egg-info to build/bdist.linux-armv7l/wheel/brendapy-0.4.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/brendapy-0.4.1.dist-info/WHEEL creating '/tmp/pip-wheel-32xd5gjk/brendapy-0.4.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'requirements-develop.txt' adding 'requirements.txt' adding 'brendapy/__init__.py' adding 'brendapy/_version.py' adding 'brendapy/examples.py' adding 'brendapy/parser.py' adding 'brendapy/settings.py' adding 'brendapy/substances.py' adding 'brendapy/taxonomy.py' adding 'brendapy/tissues.py' adding 'brendapy/utils.py' adding 'brendapy/ontology/__init__.py' adding 'brendapy/ontology/owl.py' adding 'brendapy/ontology/pubchem.py' adding 'brendapy/resources/README.md' adding 'brendapy/tests/__init__.py' adding 'brendapy/tests/test_brenda.py' adding 'brendapy/tests/test_examples.py' adding 'brendapy/tests/test_taxonomy.py' adding 'brendapy-0.4.1.dist-info/METADATA' adding 'brendapy-0.4.1.dist-info/WHEEL' adding 'brendapy-0.4.1.dist-info/top_level.txt' adding 'brendapy-0.4.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for brendapy: finished with status 'done' Stored in directory: /tmp/tmpiuix_x0a Successfully built brendapy Cleaning up... Removing source in /tmp/pip-wheel-gqej50nf/brendapy Removed build tracker '/tmp/pip-req-tracker-63rfft64'