2021-07-09T23:43:13,700 Created temporary directory: /tmp/pip-ephem-wheel-cache-_5unm9cd 2021-07-09T23:43:13,703 Created temporary directory: /tmp/pip-req-tracker-m1tiznic 2021-07-09T23:43:13,703 Initialized build tracking at /tmp/pip-req-tracker-m1tiznic 2021-07-09T23:43:13,703 Created build tracker: /tmp/pip-req-tracker-m1tiznic 2021-07-09T23:43:13,703 Entered build tracker: /tmp/pip-req-tracker-m1tiznic 2021-07-09T23:43:13,704 Created temporary directory: /tmp/pip-wheel-qeqamtqd 2021-07-09T23:43:13,737 1 location(s) to search for versions of jirarobot: 2021-07-09T23:43:13,737 * https://pypi.org/simple/jirarobot/ 2021-07-09T23:43:13,738 Fetching project page and analyzing links: https://pypi.org/simple/jirarobot/ 2021-07-09T23:43:13,738 Getting page https://pypi.org/simple/jirarobot/ 2021-07-09T23:43:13,740 Found index url https://pypi.org/simple 2021-07-09T23:43:13,919 Found link https://files.pythonhosted.org/packages/ba/02/7a578f295a0aa905f9f75c198a2607675be2d80051cdf8b4a5b8ece9b9f0/JiraRobot-1.0.zip#sha256=1c2f35655cbcce139d1fcb13441a2055125ce779d43eb608296fda689d5d2f37 (from https://pypi.org/simple/jirarobot/), version: 1.0 2021-07-09T23:43:13,919 Skipping link: not a file: https://pypi.org/simple/jirarobot/ 2021-07-09T23:43:13,937 Given no hashes to check 1 links for project 'jirarobot': discarding no candidates 2021-07-09T23:43:13,955 Collecting jirarobot==1.0 2021-07-09T23:43:13,957 Created temporary directory: /tmp/pip-unpack-0eftx_60 2021-07-09T23:43:14,167 Downloading JiraRobot-1.0.zip (59 kB) 2021-07-09T23:43:14,227 Added jirarobot==1.0 from https://files.pythonhosted.org/packages/ba/02/7a578f295a0aa905f9f75c198a2607675be2d80051cdf8b4a5b8ece9b9f0/JiraRobot-1.0.zip#sha256=1c2f35655cbcce139d1fcb13441a2055125ce779d43eb608296fda689d5d2f37 to build tracker '/tmp/pip-req-tracker-m1tiznic' 2021-07-09T23:43:14,228 Running setup.py (path:/tmp/pip-wheel-qeqamtqd/jirarobot_ec81b77d4aa042cf91cb2918734d5868/setup.py) egg_info for package jirarobot 2021-07-09T23:43:14,228 Created temporary directory: /tmp/pip-pip-egg-info-5xuwq46w 2021-07-09T23:43:14,229 Running command python setup.py egg_info 2021-07-09T23:43:14,855 Traceback (most recent call last): 2021-07-09T23:43:14,856 File "", line 1, in 2021-07-09T23:43:14,856 File "/tmp/pip-wheel-qeqamtqd/jirarobot_ec81b77d4aa042cf91cb2918734d5868/setup.py", line 23, in 2021-07-09T23:43:14,857 execfile(join(dirname(__file__), 'JiraRobot', 'version.py')) 2021-07-09T23:43:14,857 NameError: name 'execfile' is not defined 2021-07-09T23:43:14,905 WARNING: Discarding https://files.pythonhosted.org/packages/ba/02/7a578f295a0aa905f9f75c198a2607675be2d80051cdf8b4a5b8ece9b9f0/JiraRobot-1.0.zip#sha256=1c2f35655cbcce139d1fcb13441a2055125ce779d43eb608296fda689d5d2f37 (from https://pypi.org/simple/jirarobot/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T23:43:14,906 ERROR: Could not find a version that satisfies the requirement jirarobot==1.0 (from versions: 1.0) 2021-07-09T23:43:14,906 ERROR: No matching distribution found for jirarobot==1.0 2021-07-09T23:43:14,907 Exception information: 2021-07-09T23:43:14,907 Traceback (most recent call last): 2021-07-09T23:43:14,907 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T23:43:14,907 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T23:43:14,907 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T23:43:14,907 raise RequirementsConflicted(criterion) 2021-07-09T23:43:14,907 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('jirarobot==1.0') 2021-07-09T23:43:14,907 2021-07-09T23:43:14,907 During handling of the above exception, another exception occurred: 2021-07-09T23:43:14,907 2021-07-09T23:43:14,907 Traceback (most recent call last): 2021-07-09T23:43:14,907 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T23:43:14,907 result = self._result = resolver.resolve( 2021-07-09T23:43:14,907 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T23:43:14,907 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T23:43:14,907 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T23:43:14,907 raise ResolutionImpossible(e.criterion.information) 2021-07-09T23:43:14,907 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('jirarobot==1.0'), parent=None)] 2021-07-09T23:43:14,907 2021-07-09T23:43:14,907 The above exception was the direct cause of the following exception: 2021-07-09T23:43:14,907 2021-07-09T23:43:14,907 Traceback (most recent call last): 2021-07-09T23:43:14,907 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T23:43:14,907 status = self.run(options, args) 2021-07-09T23:43:14,907 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T23:43:14,907 return func(self, options, args) 2021-07-09T23:43:14,907 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T23:43:14,907 requirement_set = resolver.resolve( 2021-07-09T23:43:14,907 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T23:43:14,907 raise error from e 2021-07-09T23:43:14,907 pip._internal.exceptions.DistributionNotFound: No matching distribution found for jirarobot==1.0 2021-07-09T23:43:14,911 Removed jirarobot==1.0 from https://files.pythonhosted.org/packages/ba/02/7a578f295a0aa905f9f75c198a2607675be2d80051cdf8b4a5b8ece9b9f0/JiraRobot-1.0.zip#sha256=1c2f35655cbcce139d1fcb13441a2055125ce779d43eb608296fda689d5d2f37 from build tracker '/tmp/pip-req-tracker-m1tiznic' 2021-07-09T23:43:14,912 Removed build tracker: '/tmp/pip-req-tracker-m1tiznic'