Collecting CleanFlow==1.0.8a1 1 location(s) to search for versions of CleanFlow: * https://pypi.python.org/simple/cleanflow/ Getting page https://pypi.python.org/simple/cleanflow/ Analyzing links from page https://pypi.org/simple/cleanflow/ Found link https://files.pythonhosted.org/packages/31/84/839f2622ce78bb28921e191dc02400cc2b1871f55a0ca6bf9d89df7892d3/CleanFlow-1.0.3a1.tar.gz#sha256=e9c70c0c9fdf3589fa81a858ce1acfd66af9747c7a4de70f58e8af514ca8b98e (from https://pypi.org/simple/cleanflow/), version: 1.0.3a1 Found link https://files.pythonhosted.org/packages/06/4a/65488f779f7e6586b6066a2f39594ac08002603d60210cca47ed2286abf8/CleanFlow-1.0.4a1.tar.gz#sha256=686225f7623f4351fa92f748d1888ae4650f447aaeeca2c2fb2286429a110355 (from https://pypi.org/simple/cleanflow/), version: 1.0.4a1 Found link https://files.pythonhosted.org/packages/91/89/4b80f2de2654422a0551d07735a74facfa3a6c1d384dffa990708461700a/CleanFlow-1.0.5a1-py2.py3-none-any.whl#sha256=83753ac4be19887f39b020a382b77ee00b0a0310aff37e7fd0460e447d48f4a2 (from https://pypi.org/simple/cleanflow/), version: 1.0.5a1 Found link https://files.pythonhosted.org/packages/0a/28/84859bfcd2a4d6147026c0eee21da903fa49481a7cdac723072a2b3337d2/CleanFlow-1.0.6a1.tar.gz#sha256=39a7766c3a3bafe092eda04d2b579831e7d39d8fbebc11e69075ece255e60e19 (from https://pypi.org/simple/cleanflow/), version: 1.0.6a1 Found link https://files.pythonhosted.org/packages/d6/72/75942909087ba9544ee2db766e651bfa365f1eb0c3d831ed250f089a14a0/CleanFlow-1.0.7a1.tar.gz#sha256=e20fc7347b81b78be004ef7b04e98e167d1af6f3d4fd94bd3d8ab1b18a1f9897 (from https://pypi.org/simple/cleanflow/), version: 1.0.7a1 Found link https://files.pythonhosted.org/packages/b7/fb/da0d1b6cf88b3a32a4936706a3a8e35a1e3a02516487cae41191ef3edec7/CleanFlow-1.0.8a1.tar.gz#sha256=b64a5b120bd12f6c7da2c0cc3f6478215b287f636f72f97a958864a12ef649a3 (from https://pypi.org/simple/cleanflow/), version: 1.0.8a1 Using version 1.0.8a1 (newest of versions: 1.0.8a1) Downloading https://files.pythonhosted.org/packages/b7/fb/da0d1b6cf88b3a32a4936706a3a8e35a1e3a02516487cae41191ef3edec7/CleanFlow-1.0.8a1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/b7/fb/da0d1b6cf88b3a32a4936706a3a8e35a1e3a02516487cae41191ef3edec7/CleanFlow-1.0.8a1.tar.gz#sha256=b64a5b120bd12f6c7da2c0cc3f6478215b287f636f72f97a958864a12ef649a3 (from https://pypi.org/simple/cleanflow/) Running setup.py (path:/tmp/pip-build-qgug7vq3/CleanFlow/setup.py) egg_info for package CleanFlow Running command python setup.py egg_info running egg_info creating pip-egg-info/CleanFlow.egg-info writing top-level names to pip-egg-info/CleanFlow.egg-info/top_level.txt writing requirements to pip-egg-info/CleanFlow.egg-info/requires.txt writing dependency_links to pip-egg-info/CleanFlow.egg-info/dependency_links.txt writing pip-egg-info/CleanFlow.egg-info/PKG-INFO writing manifest file 'pip-egg-info/CleanFlow.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/CleanFlow.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/CleanFlow.egg-info/SOURCES.txt' Source in /tmp/pip-build-qgug7vq3/CleanFlow has version 1.0.8a1, which satisfies requirement CleanFlow==1.0.8a1 from https://files.pythonhosted.org/packages/b7/fb/da0d1b6cf88b3a32a4936706a3a8e35a1e3a02516487cae41191ef3edec7/CleanFlow-1.0.8a1.tar.gz#sha256=b64a5b120bd12f6c7da2c0cc3f6478215b287f636f72f97a958864a12ef649a3 Building wheels for collected packages: CleanFlow Running setup.py bdist_wheel for CleanFlow: started Destination directory: /tmp/tmpuaxff9k9pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-qgug7vq3/CleanFlow/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/tmpuaxff9k9pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/cleanflow copying cleanflow/assertions.py -> build/lib/cleanflow copying cleanflow/spark.py -> build/lib/cleanflow copying cleanflow/__init__.py -> build/lib/cleanflow creating build/lib/cleanflow/preprocessing copying cleanflow/preprocessing/upper_case.py -> build/lib/cleanflow/preprocessing copying cleanflow/preprocessing/drop_col.py -> build/lib/cleanflow/preprocessing copying cleanflow/preprocessing/set_col.py -> build/lib/cleanflow/preprocessing copying cleanflow/preprocessing/impute_missing.py -> build/lib/cleanflow/preprocessing copying cleanflow/preprocessing/trim_col.py -> build/lib/cleanflow/preprocessing copying cleanflow/preprocessing/replace_na.py -> build/lib/cleanflow/preprocessing copying cleanflow/preprocessing/lower_case.py -> build/lib/cleanflow/preprocessing copying cleanflow/preprocessing/rmSpChars.py -> build/lib/cleanflow/preprocessing copying cleanflow/preprocessing/__init__.py -> build/lib/cleanflow/preprocessing copying cleanflow/preprocessing/remove_duplicates.py -> build/lib/cleanflow/preprocessing creating build/lib/cleanflow/exploratory copying cleanflow/exploratory/duplicates.py -> build/lib/cleanflow/exploratory copying cleanflow/exploratory/describe.py -> build/lib/cleanflow/exploratory copying cleanflow/exploratory/__init__.py -> build/lib/cleanflow/exploratory creating build/lib/cleanflow/getOutput copying cleanflow/getOutput/to_csv.py -> build/lib/cleanflow/getOutput copying cleanflow/getOutput/__init__.py -> build/lib/cleanflow/getOutput 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/cleanflow copying build/lib/cleanflow/assertions.py -> build/bdist.linux-armv7l/wheel/cleanflow copying build/lib/cleanflow/spark.py -> build/bdist.linux-armv7l/wheel/cleanflow creating build/bdist.linux-armv7l/wheel/cleanflow/preprocessing copying build/lib/cleanflow/preprocessing/upper_case.py -> build/bdist.linux-armv7l/wheel/cleanflow/preprocessing copying build/lib/cleanflow/preprocessing/drop_col.py -> build/bdist.linux-armv7l/wheel/cleanflow/preprocessing copying build/lib/cleanflow/preprocessing/set_col.py -> build/bdist.linux-armv7l/wheel/cleanflow/preprocessing copying build/lib/cleanflow/preprocessing/impute_missing.py -> build/bdist.linux-armv7l/wheel/cleanflow/preprocessing copying build/lib/cleanflow/preprocessing/trim_col.py -> build/bdist.linux-armv7l/wheel/cleanflow/preprocessing copying build/lib/cleanflow/preprocessing/replace_na.py -> build/bdist.linux-armv7l/wheel/cleanflow/preprocessing copying build/lib/cleanflow/preprocessing/lower_case.py -> build/bdist.linux-armv7l/wheel/cleanflow/preprocessing copying build/lib/cleanflow/preprocessing/rmSpChars.py -> build/bdist.linux-armv7l/wheel/cleanflow/preprocessing copying build/lib/cleanflow/preprocessing/__init__.py -> build/bdist.linux-armv7l/wheel/cleanflow/preprocessing copying build/lib/cleanflow/preprocessing/remove_duplicates.py -> build/bdist.linux-armv7l/wheel/cleanflow/preprocessing creating build/bdist.linux-armv7l/wheel/cleanflow/exploratory copying build/lib/cleanflow/exploratory/duplicates.py -> build/bdist.linux-armv7l/wheel/cleanflow/exploratory copying build/lib/cleanflow/exploratory/describe.py -> build/bdist.linux-armv7l/wheel/cleanflow/exploratory copying build/lib/cleanflow/exploratory/__init__.py -> build/bdist.linux-armv7l/wheel/cleanflow/exploratory copying build/lib/cleanflow/__init__.py -> build/bdist.linux-armv7l/wheel/cleanflow creating build/bdist.linux-armv7l/wheel/cleanflow/getOutput copying build/lib/cleanflow/getOutput/to_csv.py -> build/bdist.linux-armv7l/wheel/cleanflow/getOutput copying build/lib/cleanflow/getOutput/__init__.py -> build/bdist.linux-armv7l/wheel/cleanflow/getOutput running install_egg_info running egg_info writing dependency_links to CleanFlow.egg-info/dependency_links.txt writing top-level names to CleanFlow.egg-info/top_level.txt writing requirements to CleanFlow.egg-info/requires.txt writing CleanFlow.egg-info/PKG-INFO reading manifest file 'CleanFlow.egg-info/SOURCES.txt' writing manifest file 'CleanFlow.egg-info/SOURCES.txt' Copying CleanFlow.egg-info to build/bdist.linux-armv7l/wheel/CleanFlow-1.0.8a1-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/CleanFlow-1.0.8a1.dist-info/WHEEL creating '/tmp/tmpuaxff9k9pip-wheel-/CleanFlow-1.0.8a1-py2.py3-none-any.whl' and adding '.' to it adding 'cleanflow/__init__.py' adding 'cleanflow/assertions.py' adding 'cleanflow/spark.py' adding 'cleanflow/exploratory/__init__.py' adding 'cleanflow/exploratory/describe.py' adding 'cleanflow/exploratory/duplicates.py' adding 'cleanflow/getOutput/__init__.py' adding 'cleanflow/getOutput/to_csv.py' adding 'cleanflow/preprocessing/__init__.py' adding 'cleanflow/preprocessing/drop_col.py' adding 'cleanflow/preprocessing/impute_missing.py' adding 'cleanflow/preprocessing/lower_case.py' adding 'cleanflow/preprocessing/remove_duplicates.py' adding 'cleanflow/preprocessing/replace_na.py' adding 'cleanflow/preprocessing/rmSpChars.py' adding 'cleanflow/preprocessing/set_col.py' adding 'cleanflow/preprocessing/trim_col.py' adding 'cleanflow/preprocessing/upper_case.py' adding 'CleanFlow-1.0.8a1.dist-info/DESCRIPTION.rst' adding 'CleanFlow-1.0.8a1.dist-info/metadata.json' adding 'CleanFlow-1.0.8a1.dist-info/top_level.txt' adding 'CleanFlow-1.0.8a1.dist-info/WHEEL' adding 'CleanFlow-1.0.8a1.dist-info/METADATA' adding 'CleanFlow-1.0.8a1.dist-info/RECORD' Running setup.py bdist_wheel for CleanFlow: finished with status 'done' Stored in directory: /tmp/tmpljghtsm5 Successfully built CleanFlow Cleaning up... Removing source in /tmp/pip-build-qgug7vq3/CleanFlow