2019-06-28T19:40:35 Created temporary directory: /tmp/pip-ephem-wheel-cache-ujw1fn9h 2019-06-28T19:40:35 Created temporary directory: /tmp/pip-req-tracker-_8magcvf 2019-06-28T19:40:35 Created requirements tracker '/tmp/pip-req-tracker-_8magcvf' 2019-06-28T19:40:35 Created temporary directory: /tmp/pip-wheel-j4t5afi_ 2019-06-28T19:40:35 Collecting pytickets==0.9.1 2019-06-28T19:40:35 1 location(s) to search for versions of pytickets: 2019-06-28T19:40:35 * https://pypi.org/simple/pytickets/ 2019-06-28T19:40:35 Getting page https://pypi.org/simple/pytickets/ 2019-06-28T19:40:35 Analyzing links from page https://pypi.org/simple/pytickets/ 2019-06-28T19:40:35 Found link https://files.pythonhosted.org/packages/08/a9/c5b0dbc7ec74bc4c9b4391de248178285faf6fde2430280cb1bd231ba03b/pytickets-0.9.0.tar.gz#sha256=32c14fef639057a8f46bd940e77ec6033713a93e3885d82d793e94431b495e43 (from https://pypi.org/simple/pytickets/), version: 0.9.0 2019-06-28T19:40:35 Found link https://files.pythonhosted.org/packages/23/f4/8d7a6b99bd07987d988cacd64a6297751272e3259faaa5fc940ffc53ee90/pytickets-0.9.1.tar.gz#sha256=ca1de935c38604bcb934d4995ea5df83a8f37c709b89e5f440b13712f62ce743 (from https://pypi.org/simple/pytickets/), version: 0.9.1 2019-06-28T19:40:35 Found link https://files.pythonhosted.org/packages/d1/7a/3555ff562465db853e21ceae6c992aa9b7ea1ded9e955eebbf96cba88c2b/pytickets-0.9.2.tar.gz#sha256=5811ecb84c3681c870def2dde865a22b3b28e2fcc2ec0fa0ead7b781bf8d1541 (from https://pypi.org/simple/pytickets/), version: 0.9.2 2019-06-28T19:40:35 Found link https://files.pythonhosted.org/packages/77/f2/5cc94cd9664935249752605c4361106c7297d0ef9e5c9fde20a927c1b193/pytickets-0.9.2.1.tar.gz#sha256=3e149416175b8f36054ab95ef5e32579498144459ebf7a0f4ba522daab19a6fd (from https://pypi.org/simple/pytickets/), version: 0.9.2.1 2019-06-28T19:40:35 Using version 0.9.1 (newest of versions: 0.9.1) 2019-06-28T19:40:35 Created temporary directory: /tmp/pip-unpack-js86a9qm 2019-06-28T19:40:35 Downloading https://files.pythonhosted.org/packages/23/f4/8d7a6b99bd07987d988cacd64a6297751272e3259faaa5fc940ffc53ee90/pytickets-0.9.1.tar.gz 2019-06-28T19:40:35 Downloading from URL https://files.pythonhosted.org/packages/23/f4/8d7a6b99bd07987d988cacd64a6297751272e3259faaa5fc940ffc53ee90/pytickets-0.9.1.tar.gz#sha256=ca1de935c38604bcb934d4995ea5df83a8f37c709b89e5f440b13712f62ce743 (from https://pypi.org/simple/pytickets/) 2019-06-28T19:40:35 Added pytickets==0.9.1 from https://files.pythonhosted.org/packages/23/f4/8d7a6b99bd07987d988cacd64a6297751272e3259faaa5fc940ffc53ee90/pytickets-0.9.1.tar.gz#sha256=ca1de935c38604bcb934d4995ea5df83a8f37c709b89e5f440b13712f62ce743 to build tracker '/tmp/pip-req-tracker-_8magcvf' 2019-06-28T19:40:35 Running setup.py (path:/tmp/pip-wheel-j4t5afi_/pytickets/setup.py) egg_info for package pytickets 2019-06-28T19:40:35 Running command python setup.py egg_info 2019-06-28T19:40:37 Traceback (most recent call last): 2019-06-28T19:40:37 File "", line 1, in 2019-06-28T19:40:37 File "/tmp/pip-wheel-j4t5afi_/pytickets/setup.py", line 21, in 2019-06-28T19:40:37 import tickets 2019-06-28T19:40:37 File "/tmp/pip-wheel-j4t5afi_/pytickets/tickets/__init__.py", line 105, in 2019-06-28T19:40:37 from tickets.core import SecureTicketException 2019-06-28T19:40:37 File "/tmp/pip-wheel-j4t5afi_/pytickets/tickets/core.py", line 42, in 2019-06-28T19:40:37 import cPickle 2019-06-28T19:40:37 ModuleNotFoundError: No module named 'cPickle' 2019-06-28T19:40:37 Cleaning up... 2019-06-28T19:40:37 Removing source in /tmp/pip-wheel-j4t5afi_/pytickets 2019-06-28T19:40:37 Removed pytickets==0.9.1 from https://files.pythonhosted.org/packages/23/f4/8d7a6b99bd07987d988cacd64a6297751272e3259faaa5fc940ffc53ee90/pytickets-0.9.1.tar.gz#sha256=ca1de935c38604bcb934d4995ea5df83a8f37c709b89e5f440b13712f62ce743 from build tracker '/tmp/pip-req-tracker-_8magcvf' 2019-06-28T19:40:37 Removed build tracker '/tmp/pip-req-tracker-_8magcvf' 2019-06-28T19:40:37 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-j4t5afi_/pytickets/ 2019-06-28T19:40:37 Exception information: 2019-06-28T19:40:37 Traceback (most recent call last): 2019-06-28T19:40:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-06-28T19:40:37 status = self.run(options, args) 2019-06-28T19:40:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-06-28T19:40:37 resolver.resolve(requirement_set) 2019-06-28T19:40:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-06-28T19:40:37 self._resolve_one(requirement_set, req) 2019-06-28T19:40:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-06-28T19:40:37 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-06-28T19:40:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-06-28T19:40:37 self.require_hashes 2019-06-28T19:40:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-06-28T19:40:37 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-06-28T19:40:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-06-28T19:40:37 self.req.prepare_metadata() 2019-06-28T19:40:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-06-28T19:40:37 self.run_egg_info() 2019-06-28T19:40:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-06-28T19:40:37 command_desc='python setup.py egg_info') 2019-06-28T19:40:37 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-06-28T19:40:37 % (command_desc, proc.returncode, cwd)) 2019-06-28T19:40:37 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-j4t5afi_/pytickets/