2019-06-28T04:04:35 Created temporary directory: /tmp/pip-ephem-wheel-cache-10zgd9er 2019-06-28T04:04:35 Created temporary directory: /tmp/pip-req-tracker-ofueu_35 2019-06-28T04:04:35 Created requirements tracker '/tmp/pip-req-tracker-ofueu_35' 2019-06-28T04:04:35 Created temporary directory: /tmp/pip-wheel-zcu_dlwa 2019-06-28T04:04:35 Collecting txosc==0.2.0 2019-06-28T04:04:35 1 location(s) to search for versions of txosc: 2019-06-28T04:04:35 * https://pypi.org/simple/txosc/ 2019-06-28T04:04:35 Getting page https://pypi.org/simple/txosc/ 2019-06-28T04:04:35 Analyzing links from page https://pypi.org/simple/txosc/ 2019-06-28T04:04:35 Found link https://files.pythonhosted.org/packages/18/a3/186d6cb3d96cf9fea828eb1a5d1b81db973f8b7739ac8c5b96f829fb3927/txosc-0.1.3.tar.gz#sha256=de7144c44904bfd770a613b4b418b5828da3ce7a794ffdccc73e34e2a5e183f6 (from https://pypi.org/simple/txosc/), version: 0.1.3 2019-06-28T04:04:35 Found link https://files.pythonhosted.org/packages/81/53/a301d1deb1d02fb3d11eb90a455cbc466e749995113e7732f4f4fd4b4568/txosc-0.2.0.tar.gz#sha256=626b344488362123944314bd4470c3f931f5ca67646d43d75e3f4b540fc6db93 (from https://pypi.org/simple/txosc/), version: 0.2.0 2019-06-28T04:04:35 Using version 0.2.0 (newest of versions: 0.2.0) 2019-06-28T04:04:35 Created temporary directory: /tmp/pip-unpack-xsmmh38c 2019-06-28T04:04:35 Downloading https://files.pythonhosted.org/packages/81/53/a301d1deb1d02fb3d11eb90a455cbc466e749995113e7732f4f4fd4b4568/txosc-0.2.0.tar.gz 2019-06-28T04:04:35 Downloading from URL https://files.pythonhosted.org/packages/81/53/a301d1deb1d02fb3d11eb90a455cbc466e749995113e7732f4f4fd4b4568/txosc-0.2.0.tar.gz#sha256=626b344488362123944314bd4470c3f931f5ca67646d43d75e3f4b540fc6db93 (from https://pypi.org/simple/txosc/) 2019-06-28T04:04:35 Added txosc==0.2.0 from https://files.pythonhosted.org/packages/81/53/a301d1deb1d02fb3d11eb90a455cbc466e749995113e7732f4f4fd4b4568/txosc-0.2.0.tar.gz#sha256=626b344488362123944314bd4470c3f931f5ca67646d43d75e3f4b540fc6db93 to build tracker '/tmp/pip-req-tracker-ofueu_35' 2019-06-28T04:04:35 Running setup.py (path:/tmp/pip-wheel-zcu_dlwa/txosc/setup.py) egg_info for package txosc 2019-06-28T04:04:35 Running command python setup.py egg_info 2019-06-28T04:04:37 Traceback (most recent call last): 2019-06-28T04:04:37 File "", line 1, in 2019-06-28T04:04:37 File "/tmp/pip-wheel-zcu_dlwa/txosc/setup.py", line 10, in 2019-06-28T04:04:37 from twisted.python import procutils 2019-06-28T04:04:37 ModuleNotFoundError: No module named 'twisted.python' 2019-06-28T04:04:37 Cleaning up... 2019-06-28T04:04:37 Removing source in /tmp/pip-wheel-zcu_dlwa/txosc 2019-06-28T04:04:37 Removed txosc==0.2.0 from https://files.pythonhosted.org/packages/81/53/a301d1deb1d02fb3d11eb90a455cbc466e749995113e7732f4f4fd4b4568/txosc-0.2.0.tar.gz#sha256=626b344488362123944314bd4470c3f931f5ca67646d43d75e3f4b540fc6db93 from build tracker '/tmp/pip-req-tracker-ofueu_35' 2019-06-28T04:04:37 Removed build tracker '/tmp/pip-req-tracker-ofueu_35' 2019-06-28T04:04:37 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-zcu_dlwa/txosc/ 2019-06-28T04:04:37 Exception information: 2019-06-28T04:04:37 Traceback (most recent call last): 2019-06-28T04:04:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-06-28T04:04:37 status = self.run(options, args) 2019-06-28T04:04:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-06-28T04:04:37 resolver.resolve(requirement_set) 2019-06-28T04:04:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-06-28T04:04:37 self._resolve_one(requirement_set, req) 2019-06-28T04:04:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-06-28T04:04:37 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-06-28T04:04:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-06-28T04:04:37 self.require_hashes 2019-06-28T04:04:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-06-28T04:04:37 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-06-28T04:04:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-06-28T04:04:37 self.req.prepare_metadata() 2019-06-28T04:04:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-06-28T04:04:37 self.run_egg_info() 2019-06-28T04:04:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-06-28T04:04:37 command_desc='python setup.py egg_info') 2019-06-28T04:04:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-06-28T04:04:37 % (command_desc, proc.returncode, cwd)) 2019-06-28T04:04:37 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-zcu_dlwa/txosc/