2021-06-10T06:04:54,329 Created temporary directory: /tmp/pip-ephem-wheel-cache-f_a5xvfo 2021-06-10T06:04:54,333 Created temporary directory: /tmp/pip-req-tracker-eulpjf6v 2021-06-10T06:04:54,334 Initialized build tracking at /tmp/pip-req-tracker-eulpjf6v 2021-06-10T06:04:54,334 Created build tracker: /tmp/pip-req-tracker-eulpjf6v 2021-06-10T06:04:54,334 Entered build tracker: /tmp/pip-req-tracker-eulpjf6v 2021-06-10T06:04:54,343 Created temporary directory: /tmp/pip-wheel-no1nrp9d 2021-06-10T06:04:54,385 1 location(s) to search for versions of apptrack: 2021-06-10T06:04:54,385 * https://pypi.org/simple/apptrack/ 2021-06-10T06:04:54,385 Fetching project page and analyzing links: https://pypi.org/simple/apptrack/ 2021-06-10T06:04:54,386 Getting page https://pypi.org/simple/apptrack/ 2021-06-10T06:04:54,387 Found index url https://pypi.org/simple 2021-06-10T06:04:54,475 Found link https://files.pythonhosted.org/packages/27/bc/5712aa4332d85c5f8a1001f78d4472aff886465fcea10f664cc0e5040cfe/AppTrack-1.0.tar.gz#sha256=96ee7297aa6fad69f17a1f0edeeca98e5bb3854e9ad5953d3f9b223d5bb18f22 (from https://pypi.org/simple/apptrack/), version: 1.0 2021-06-10T06:04:54,476 Skipping link: not a file: https://pypi.org/simple/apptrack/ 2021-06-10T06:04:54,489 Given no hashes to check 1 links for project 'apptrack': discarding no candidates 2021-06-10T06:04:54,504 Collecting apptrack==1.0 2021-06-10T06:04:54,506 Created temporary directory: /tmp/pip-unpack-i_2xisuu 2021-06-10T06:04:54,554 Downloading AppTrack-1.0.tar.gz (21 kB) 2021-06-10T06:04:54,666 Added apptrack==1.0 from https://files.pythonhosted.org/packages/27/bc/5712aa4332d85c5f8a1001f78d4472aff886465fcea10f664cc0e5040cfe/AppTrack-1.0.tar.gz#sha256=96ee7297aa6fad69f17a1f0edeeca98e5bb3854e9ad5953d3f9b223d5bb18f22 to build tracker '/tmp/pip-req-tracker-eulpjf6v' 2021-06-10T06:04:54,667 Running setup.py (path:/tmp/pip-wheel-no1nrp9d/apptrack_254c3636055a4d5fa1c42c664f13ee75/setup.py) egg_info for package apptrack 2021-06-10T06:04:54,690 Created temporary directory: /tmp/pip-pip-egg-info-f8xr7yd2 2021-06-10T06:04:54,690 Running command python setup.py egg_info 2021-06-10T06:04:55,620 Traceback (most recent call last): 2021-06-10T06:04:55,621 File "", line 1, in 2021-06-10T06:04:55,622 File "/tmp/pip-wheel-no1nrp9d/apptrack_254c3636055a4d5fa1c42c664f13ee75/setup.py", line 3, in 2021-06-10T06:04:55,622 from apptrack import __version__ 2021-06-10T06:04:55,622 File "/tmp/pip-wheel-no1nrp9d/apptrack_254c3636055a4d5fa1c42c664f13ee75/apptrack/__init__.py", line 11, in 2021-06-10T06:04:55,623 from .tracer import Tracer # noqa 2021-06-10T06:04:55,623 File "/tmp/pip-wheel-no1nrp9d/apptrack_254c3636055a4d5fa1c42c664f13ee75/apptrack/tracer.py", line 179 2021-06-10T06:04:55,624 print ggggggggggg 2021-06-10T06:04:55,624 ^ 2021-06-10T06:04:55,624 SyntaxError: Missing parentheses in call to 'print'. Did you mean print(ggggggggggg)? 2021-06-10T06:04:55,674 WARNING: Discarding https://files.pythonhosted.org/packages/27/bc/5712aa4332d85c5f8a1001f78d4472aff886465fcea10f664cc0e5040cfe/AppTrack-1.0.tar.gz#sha256=96ee7297aa6fad69f17a1f0edeeca98e5bb3854e9ad5953d3f9b223d5bb18f22 (from https://pypi.org/simple/apptrack/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-06-10T06:04:55,675 ERROR: Could not find a version that satisfies the requirement apptrack==1.0 (from versions: 1.0) 2021-06-10T06:04:55,676 ERROR: No matching distribution found for apptrack==1.0 2021-06-10T06:04:55,676 Exception information: 2021-06-10T06:04:55,676 Traceback (most recent call last): 2021-06-10T06:04:55,676 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-06-10T06:04:55,676 name, crit = self._merge_into_criterion(r, parent=None) 2021-06-10T06:04:55,676 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-06-10T06:04:55,676 raise RequirementsConflicted(criterion) 2021-06-10T06:04:55,676 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('apptrack==1.0') 2021-06-10T06:04:55,676 2021-06-10T06:04:55,676 During handling of the above exception, another exception occurred: 2021-06-10T06:04:55,676 2021-06-10T06:04:55,676 Traceback (most recent call last): 2021-06-10T06:04:55,676 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-06-10T06:04:55,676 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-06-10T06:04:55,676 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-06-10T06:04:55,676 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-06-10T06:04:55,676 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-06-10T06:04:55,676 raise ResolutionImpossible(e.criterion.information) 2021-06-10T06:04:55,676 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('apptrack==1.0'), parent=None)] 2021-06-10T06:04:55,676 2021-06-10T06:04:55,676 The above exception was the direct cause of the following exception: 2021-06-10T06:04:55,676 2021-06-10T06:04:55,676 Traceback (most recent call last): 2021-06-10T06:04:55,676 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-06-10T06:04:55,676 status = self.run(options, args) 2021-06-10T06:04:55,676 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-06-10T06:04:55,676 return func(self, options, args) 2021-06-10T06:04:55,676 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-06-10T06:04:55,676 reqs, check_supported_wheels=True 2021-06-10T06:04:55,676 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-06-10T06:04:55,676 raise error from e 2021-06-10T06:04:55,676 pip._internal.exceptions.DistributionNotFound: No matching distribution found for apptrack==1.0 2021-06-10T06:04:55,681 Removed apptrack==1.0 from https://files.pythonhosted.org/packages/27/bc/5712aa4332d85c5f8a1001f78d4472aff886465fcea10f664cc0e5040cfe/AppTrack-1.0.tar.gz#sha256=96ee7297aa6fad69f17a1f0edeeca98e5bb3854e9ad5953d3f9b223d5bb18f22 from build tracker '/tmp/pip-req-tracker-eulpjf6v' 2021-06-10T06:04:55,681 Removed build tracker: '/tmp/pip-req-tracker-eulpjf6v'