Collecting neurodsp==0.3.1 1 location(s) to search for versions of neurodsp: * https://pypi.python.org/simple/neurodsp/ Getting page https://pypi.python.org/simple/neurodsp/ Analyzing links from page https://pypi.org/simple/neurodsp/ Found link https://files.pythonhosted.org/packages/a2/de/4d171271d6ae53857bccc13c2d8f21a1d465c86be2d82b84d96bae57a922/neurodsp-0.1.tar.gz#sha256=155faa85a6fc7777059471abd550cd154097e09b00c1bbff498628f5495d0169 (from https://pypi.org/simple/neurodsp/), version: 0.1 Found link https://files.pythonhosted.org/packages/b7/d1/337bb2fc32eba165a088ef4d59e733776014db0eff5a5d6d8d615695d2d8/neurodsp-0.2.tar.gz#sha256=ec349d1331165e7f75005dc4c7ce5509577421af324a185d563115684121acc1 (from https://pypi.org/simple/neurodsp/), version: 0.2 Found link https://files.pythonhosted.org/packages/2c/7a/18eb3aa18d71c7893964bbda1d40ffbfea52827639cb3ca447db2895597b/neurodsp-0.3.tar.gz#sha256=762f7929740e26fc37af3d00ba8e94f0c283d8d6711f8b124028b2ac412ddf0b (from https://pypi.org/simple/neurodsp/), version: 0.3 Found link https://files.pythonhosted.org/packages/f5/79/cae0faa1b6f86b25c92b448b0703edd334523a7242a0f020c37b2e2d9cd0/neurodsp-0.3.1.tar.gz#sha256=bb02fa40a69050e55559e8f3a97312662d87a840c32b51d832a82371566db0cd (from https://pypi.org/simple/neurodsp/), version: 0.3.1 Using version 0.3.1 (newest of versions: 0.3.1) Downloading https://files.pythonhosted.org/packages/f5/79/cae0faa1b6f86b25c92b448b0703edd334523a7242a0f020c37b2e2d9cd0/neurodsp-0.3.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/f5/79/cae0faa1b6f86b25c92b448b0703edd334523a7242a0f020c37b2e2d9cd0/neurodsp-0.3.1.tar.gz#sha256=bb02fa40a69050e55559e8f3a97312662d87a840c32b51d832a82371566db0cd (from https://pypi.org/simple/neurodsp/) Running setup.py (path:/tmp/pip-build-ciwmie1c/neurodsp/setup.py) egg_info for package neurodsp Running command python setup.py egg_info running egg_info creating pip-egg-info/neurodsp.egg-info writing pip-egg-info/neurodsp.egg-info/PKG-INFO writing top-level names to pip-egg-info/neurodsp.egg-info/top_level.txt writing dependency_links to pip-egg-info/neurodsp.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/neurodsp.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/neurodsp.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/neurodsp.egg-info/SOURCES.txt' Source in /tmp/pip-build-ciwmie1c/neurodsp has version 0.3.1, which satisfies requirement neurodsp==0.3.1 from https://files.pythonhosted.org/packages/f5/79/cae0faa1b6f86b25c92b448b0703edd334523a7242a0f020c37b2e2d9cd0/neurodsp-0.3.1.tar.gz#sha256=bb02fa40a69050e55559e8f3a97312662d87a840c32b51d832a82371566db0cd Building wheels for collected packages: neurodsp Running setup.py bdist_wheel for neurodsp: started Destination directory: /tmp/tmp7uyxxx27pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ciwmie1c/neurodsp/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/tmp7uyxxx27pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/neurodsp copying neurodsp/filt.py -> build/lib/neurodsp copying neurodsp/__init__.py -> build/lib/neurodsp copying neurodsp/pac.py -> build/lib/neurodsp copying neurodsp/sim.py -> build/lib/neurodsp copying neurodsp/laggedcoherence.py -> build/lib/neurodsp copying neurodsp/spectral.py -> build/lib/neurodsp copying neurodsp/burst.py -> build/lib/neurodsp copying neurodsp/timefrequency.py -> build/lib/neurodsp creating build/lib/neurodsp/tests copying neurodsp/tests/test_burst.py -> build/lib/neurodsp/tests copying neurodsp/tests/test_pac.py -> build/lib/neurodsp/tests copying neurodsp/tests/test_laggedcoherence.py -> build/lib/neurodsp/tests copying neurodsp/tests/util.py -> build/lib/neurodsp/tests copying neurodsp/tests/__init__.py -> build/lib/neurodsp/tests copying neurodsp/tests/test_spectral.py -> build/lib/neurodsp/tests copying neurodsp/tests/test_swm.py -> build/lib/neurodsp/tests copying neurodsp/tests/test_cyclepoints.py -> build/lib/neurodsp/tests copying neurodsp/tests/test_filt.py -> build/lib/neurodsp/tests copying neurodsp/tests/test_timefreq.py -> build/lib/neurodsp/tests copying neurodsp/tests/test_cyclefeatures.py -> build/lib/neurodsp/tests copying neurodsp/tests/test_shapephase.py -> build/lib/neurodsp/tests copying neurodsp/tests/test_sim.py -> build/lib/neurodsp/tests creating build/lib/neurodsp/shape copying neurodsp/shape/cyclefeatures.py -> build/lib/neurodsp/shape copying neurodsp/shape/__init__.py -> build/lib/neurodsp/shape copying neurodsp/shape/swm.py -> build/lib/neurodsp/shape copying neurodsp/shape/phase.py -> build/lib/neurodsp/shape copying neurodsp/shape/cyclepoints.py -> build/lib/neurodsp/shape 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/neurodsp copying build/lib/neurodsp/filt.py -> build/bdist.linux-armv7l/wheel/neurodsp copying build/lib/neurodsp/__init__.py -> build/bdist.linux-armv7l/wheel/neurodsp creating build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_burst.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_pac.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_laggedcoherence.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/util.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/__init__.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_spectral.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_swm.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_cyclepoints.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_filt.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_timefreq.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_cyclefeatures.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_shapephase.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/tests/test_sim.py -> build/bdist.linux-armv7l/wheel/neurodsp/tests copying build/lib/neurodsp/pac.py -> build/bdist.linux-armv7l/wheel/neurodsp copying build/lib/neurodsp/sim.py -> build/bdist.linux-armv7l/wheel/neurodsp creating build/bdist.linux-armv7l/wheel/neurodsp/shape copying build/lib/neurodsp/shape/cyclefeatures.py -> build/bdist.linux-armv7l/wheel/neurodsp/shape copying build/lib/neurodsp/shape/__init__.py -> build/bdist.linux-armv7l/wheel/neurodsp/shape copying build/lib/neurodsp/shape/swm.py -> build/bdist.linux-armv7l/wheel/neurodsp/shape copying build/lib/neurodsp/shape/phase.py -> build/bdist.linux-armv7l/wheel/neurodsp/shape copying build/lib/neurodsp/shape/cyclepoints.py -> build/bdist.linux-armv7l/wheel/neurodsp/shape copying build/lib/neurodsp/laggedcoherence.py -> build/bdist.linux-armv7l/wheel/neurodsp copying build/lib/neurodsp/spectral.py -> build/bdist.linux-armv7l/wheel/neurodsp copying build/lib/neurodsp/burst.py -> build/bdist.linux-armv7l/wheel/neurodsp copying build/lib/neurodsp/timefrequency.py -> build/bdist.linux-armv7l/wheel/neurodsp running install_egg_info running egg_info writing dependency_links to neurodsp.egg-info/dependency_links.txt writing neurodsp.egg-info/PKG-INFO writing top-level names to neurodsp.egg-info/top_level.txt reading manifest file 'neurodsp.egg-info/SOURCES.txt' writing manifest file 'neurodsp.egg-info/SOURCES.txt' Copying neurodsp.egg-info to build/bdist.linux-armv7l/wheel/neurodsp-0.3.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/neurodsp-0.3.1.dist-info/WHEEL Running setup.py bdist_wheel for neurodsp: finished with status 'done' Stored in directory: /tmp/tmp9286xppz Successfully built neurodsp Cleaning up... Removing source in /tmp/pip-build-ciwmie1c/neurodsp