2021-07-10T14:25:14,621 Created temporary directory: /tmp/pip-ephem-wheel-cache-tdf3cind 2021-07-10T14:25:14,624 Created temporary directory: /tmp/pip-req-tracker-1u87biog 2021-07-10T14:25:14,624 Initialized build tracking at /tmp/pip-req-tracker-1u87biog 2021-07-10T14:25:14,624 Created build tracker: /tmp/pip-req-tracker-1u87biog 2021-07-10T14:25:14,624 Entered build tracker: /tmp/pip-req-tracker-1u87biog 2021-07-10T14:25:14,625 Created temporary directory: /tmp/pip-wheel-mnbcaxnr 2021-07-10T14:25:14,655 1 location(s) to search for versions of radioflux: 2021-07-10T14:25:14,655 * https://pypi.org/simple/radioflux/ 2021-07-10T14:25:14,656 Fetching project page and analyzing links: https://pypi.org/simple/radioflux/ 2021-07-10T14:25:14,656 Getting page https://pypi.org/simple/radioflux/ 2021-07-10T14:25:14,658 Found index url https://pypi.org/simple 2021-07-10T14:25:14,839 Found link https://files.pythonhosted.org/packages/38/0c/317d44351cb010a06cf869a2f22baa0c4196a5ee24406cfca7dc5853f995/radioflux-1.2.tar.gz#sha256=b389b40be051deef660cc3b0a700e3b56d46caa94ac5eb439ccf9f3ad25e6361 (from https://pypi.org/simple/radioflux/), version: 1.2 2021-07-10T14:25:14,840 Skipping link: not a file: https://pypi.org/simple/radioflux/ 2021-07-10T14:25:14,857 Given no hashes to check 1 links for project 'radioflux': discarding no candidates 2021-07-10T14:25:14,876 Collecting radioflux==1.2 2021-07-10T14:25:14,878 Created temporary directory: /tmp/pip-unpack-v3u2na92 2021-07-10T14:25:15,053 Downloading radioflux-1.2.tar.gz (5.3 kB) 2021-07-10T14:25:15,086 Added radioflux==1.2 from https://files.pythonhosted.org/packages/38/0c/317d44351cb010a06cf869a2f22baa0c4196a5ee24406cfca7dc5853f995/radioflux-1.2.tar.gz#sha256=b389b40be051deef660cc3b0a700e3b56d46caa94ac5eb439ccf9f3ad25e6361 to build tracker '/tmp/pip-req-tracker-1u87biog' 2021-07-10T14:25:15,087 Running setup.py (path:/tmp/pip-wheel-mnbcaxnr/radioflux_3ee3f279b25c4a2b86d76ee890f74702/setup.py) egg_info for package radioflux 2021-07-10T14:25:15,088 Created temporary directory: /tmp/pip-pip-egg-info-1e2cmmdq 2021-07-10T14:25:15,088 Running command python setup.py egg_info 2021-07-10T14:25:15,881 Traceback (most recent call last): 2021-07-10T14:25:15,882 File "", line 1, in 2021-07-10T14:25:15,883 File "/tmp/pip-wheel-mnbcaxnr/radioflux_3ee3f279b25c4a2b86d76ee890f74702/setup.py", line 11 2021-07-10T14:25:15,883 print "Running post-install" 2021-07-10T14:25:15,883 ^ 2021-07-10T14:25:15,884 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Running post-install")? 2021-07-10T14:25:15,932 WARNING: Discarding https://files.pythonhosted.org/packages/38/0c/317d44351cb010a06cf869a2f22baa0c4196a5ee24406cfca7dc5853f995/radioflux-1.2.tar.gz#sha256=b389b40be051deef660cc3b0a700e3b56d46caa94ac5eb439ccf9f3ad25e6361 (from https://pypi.org/simple/radioflux/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T14:25:15,933 ERROR: Could not find a version that satisfies the requirement radioflux==1.2 (from versions: 1.2) 2021-07-10T14:25:15,934 ERROR: No matching distribution found for radioflux==1.2 2021-07-10T14:25:15,934 Exception information: 2021-07-10T14:25:15,934 Traceback (most recent call last): 2021-07-10T14:25:15,934 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T14:25:15,934 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T14:25:15,934 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T14:25:15,934 raise RequirementsConflicted(criterion) 2021-07-10T14:25:15,934 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('radioflux==1.2') 2021-07-10T14:25:15,934 2021-07-10T14:25:15,934 During handling of the above exception, another exception occurred: 2021-07-10T14:25:15,934 2021-07-10T14:25:15,934 Traceback (most recent call last): 2021-07-10T14:25:15,934 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T14:25:15,934 result = self._result = resolver.resolve( 2021-07-10T14:25:15,934 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T14:25:15,934 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T14:25:15,934 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T14:25:15,934 raise ResolutionImpossible(e.criterion.information) 2021-07-10T14:25:15,934 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('radioflux==1.2'), parent=None)] 2021-07-10T14:25:15,934 2021-07-10T14:25:15,934 The above exception was the direct cause of the following exception: 2021-07-10T14:25:15,934 2021-07-10T14:25:15,934 Traceback (most recent call last): 2021-07-10T14:25:15,934 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T14:25:15,934 status = self.run(options, args) 2021-07-10T14:25:15,934 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T14:25:15,934 return func(self, options, args) 2021-07-10T14:25:15,934 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T14:25:15,934 requirement_set = resolver.resolve( 2021-07-10T14:25:15,934 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T14:25:15,934 raise error from e 2021-07-10T14:25:15,934 pip._internal.exceptions.DistributionNotFound: No matching distribution found for radioflux==1.2 2021-07-10T14:25:15,940 Removed radioflux==1.2 from https://files.pythonhosted.org/packages/38/0c/317d44351cb010a06cf869a2f22baa0c4196a5ee24406cfca7dc5853f995/radioflux-1.2.tar.gz#sha256=b389b40be051deef660cc3b0a700e3b56d46caa94ac5eb439ccf9f3ad25e6361 from build tracker '/tmp/pip-req-tracker-1u87biog' 2021-07-10T14:25:15,941 Removed build tracker: '/tmp/pip-req-tracker-1u87biog'