2021-07-11T17:29:14,638 Created temporary directory: /tmp/pip-ephem-wheel-cache-s1el6g53 2021-07-11T17:29:14,641 Created temporary directory: /tmp/pip-req-tracker-wuo5vumf 2021-07-11T17:29:14,641 Initialized build tracking at /tmp/pip-req-tracker-wuo5vumf 2021-07-11T17:29:14,642 Created build tracker: /tmp/pip-req-tracker-wuo5vumf 2021-07-11T17:29:14,642 Entered build tracker: /tmp/pip-req-tracker-wuo5vumf 2021-07-11T17:29:14,643 Created temporary directory: /tmp/pip-wheel-z1jwfb2c 2021-07-11T17:29:14,672 1 location(s) to search for versions of mulpro: 2021-07-11T17:29:14,672 * https://pypi.org/simple/mulpro/ 2021-07-11T17:29:14,673 Fetching project page and analyzing links: https://pypi.org/simple/mulpro/ 2021-07-11T17:29:14,673 Getting page https://pypi.org/simple/mulpro/ 2021-07-11T17:29:14,675 Found index url https://pypi.org/simple 2021-07-11T17:29:14,851 Found link https://files.pythonhosted.org/packages/50/3f/7c82c777b7dfc6376c77639f3ca0ae6b0dd6522fb0e7c56dbb8bd2f3c93e/mulpro-0.1.2.tar.gz#sha256=e6aadc6c2938e1f383f232bbd1a2cc055bd7e6a7b5bb3587661015e83a811e87 (from https://pypi.org/simple/mulpro/), version: 0.1.2 2021-07-11T17:29:14,852 Found link https://files.pythonhosted.org/packages/25/6d/3283a0d8d2b18b35a96b2d93a9ff969217d269a95fdda8e9b3043164a22d/mulpro-0.1.3.tar.gz#sha256=602c453d371179db506d356ecd5980df5d292d9c3eb51a66c0d7fbab55dc54eb (from https://pypi.org/simple/mulpro/), version: 0.1.3 2021-07-11T17:29:14,852 Found link https://files.pythonhosted.org/packages/24/a1/339f93e5c1416659c769fc6d71f1d1a65a42addb4af2632d5499ddf8aab7/mulpro-0.1.6.tar.gz#sha256=cd9498b274677a802868e475f0a5404bf5b9f11198b26b779817310aa9089d5f (from https://pypi.org/simple/mulpro/), version: 0.1.6 2021-07-11T17:29:14,852 Skipping link: not a file: https://pypi.org/simple/mulpro/ 2021-07-11T17:29:14,870 Given no hashes to check 1 links for project 'mulpro': discarding no candidates 2021-07-11T17:29:14,889 Collecting mulpro==0.1.2 2021-07-11T17:29:14,891 Created temporary directory: /tmp/pip-unpack-4xsf0n0y 2021-07-11T17:29:15,062 Downloading mulpro-0.1.2.tar.gz (3.0 kB) 2021-07-11T17:29:15,099 Added mulpro==0.1.2 from https://files.pythonhosted.org/packages/50/3f/7c82c777b7dfc6376c77639f3ca0ae6b0dd6522fb0e7c56dbb8bd2f3c93e/mulpro-0.1.2.tar.gz#sha256=e6aadc6c2938e1f383f232bbd1a2cc055bd7e6a7b5bb3587661015e83a811e87 to build tracker '/tmp/pip-req-tracker-wuo5vumf' 2021-07-11T17:29:15,100 Running setup.py (path:/tmp/pip-wheel-z1jwfb2c/mulpro_b34c2cf3819d4644b4351a66a61e3365/setup.py) egg_info for package mulpro 2021-07-11T17:29:15,101 Created temporary directory: /tmp/pip-pip-egg-info-p44xpoc_ 2021-07-11T17:29:15,101 Running command python setup.py egg_info 2021-07-11T17:29:15,867 Traceback (most recent call last): 2021-07-11T17:29:15,868 File "", line 1, in 2021-07-11T17:29:15,868 File "/tmp/pip-wheel-z1jwfb2c/mulpro_b34c2cf3819d4644b4351a66a61e3365/setup.py", line 28 2021-07-11T17:29:15,868 print 100*"*" 2021-07-11T17:29:15,869 ^ 2021-07-11T17:29:15,869 SyntaxError: Missing parentheses in call to 'print'. Did you mean print(100*"*")? 2021-07-11T17:29:15,917 WARNING: Discarding https://files.pythonhosted.org/packages/50/3f/7c82c777b7dfc6376c77639f3ca0ae6b0dd6522fb0e7c56dbb8bd2f3c93e/mulpro-0.1.2.tar.gz#sha256=e6aadc6c2938e1f383f232bbd1a2cc055bd7e6a7b5bb3587661015e83a811e87 (from https://pypi.org/simple/mulpro/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-11T17:29:15,918 ERROR: Could not find a version that satisfies the requirement mulpro==0.1.2 (from versions: 0.1.2, 0.1.3, 0.1.6) 2021-07-11T17:29:15,919 ERROR: No matching distribution found for mulpro==0.1.2 2021-07-11T17:29:15,919 Exception information: 2021-07-11T17:29:15,919 Traceback (most recent call last): 2021-07-11T17:29:15,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T17:29:15,919 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T17:29:15,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T17:29:15,919 raise RequirementsConflicted(criterion) 2021-07-11T17:29:15,919 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mulpro==0.1.2') 2021-07-11T17:29:15,919 2021-07-11T17:29:15,919 During handling of the above exception, another exception occurred: 2021-07-11T17:29:15,919 2021-07-11T17:29:15,919 Traceback (most recent call last): 2021-07-11T17:29:15,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T17:29:15,919 result = self._result = resolver.resolve( 2021-07-11T17:29:15,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T17:29:15,919 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T17:29:15,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T17:29:15,919 raise ResolutionImpossible(e.criterion.information) 2021-07-11T17:29:15,919 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mulpro==0.1.2'), parent=None)] 2021-07-11T17:29:15,919 2021-07-11T17:29:15,919 The above exception was the direct cause of the following exception: 2021-07-11T17:29:15,919 2021-07-11T17:29:15,919 Traceback (most recent call last): 2021-07-11T17:29:15,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T17:29:15,919 status = self.run(options, args) 2021-07-11T17:29:15,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T17:29:15,919 return func(self, options, args) 2021-07-11T17:29:15,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T17:29:15,919 requirement_set = resolver.resolve( 2021-07-11T17:29:15,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T17:29:15,919 raise error from e 2021-07-11T17:29:15,919 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mulpro==0.1.2 2021-07-11T17:29:15,924 Removed mulpro==0.1.2 from https://files.pythonhosted.org/packages/50/3f/7c82c777b7dfc6376c77639f3ca0ae6b0dd6522fb0e7c56dbb8bd2f3c93e/mulpro-0.1.2.tar.gz#sha256=e6aadc6c2938e1f383f232bbd1a2cc055bd7e6a7b5bb3587661015e83a811e87 from build tracker '/tmp/pip-req-tracker-wuo5vumf' 2021-07-11T17:29:15,924 Removed build tracker: '/tmp/pip-req-tracker-wuo5vumf'