2021-07-09T20:07:27,272 Created temporary directory: /tmp/pip-ephem-wheel-cache-ivby8dhw 2021-07-09T20:07:27,275 Created temporary directory: /tmp/pip-req-tracker-tksmfq93 2021-07-09T20:07:27,276 Initialized build tracking at /tmp/pip-req-tracker-tksmfq93 2021-07-09T20:07:27,276 Created build tracker: /tmp/pip-req-tracker-tksmfq93 2021-07-09T20:07:27,276 Entered build tracker: /tmp/pip-req-tracker-tksmfq93 2021-07-09T20:07:27,277 Created temporary directory: /tmp/pip-wheel-_and4hp3 2021-07-09T20:07:27,310 1 location(s) to search for versions of aclust: 2021-07-09T20:07:27,310 * https://pypi.org/simple/aclust/ 2021-07-09T20:07:27,310 Fetching project page and analyzing links: https://pypi.org/simple/aclust/ 2021-07-09T20:07:27,311 Getting page https://pypi.org/simple/aclust/ 2021-07-09T20:07:27,312 Found index url https://pypi.org/simple 2021-07-09T20:07:27,429 Found link https://files.pythonhosted.org/packages/ba/f3/87e3f33a3ea3e3585025db64955a0cecb561ff2b43ce84eb4af6e2a2e4d2/aclust-0.1.0.tar.gz#sha256=68167d9947f82b0fa9b1167271341cb05072599783091dabda450e0fa04d2ec9 (from https://pypi.org/simple/aclust/), version: 0.1.0 2021-07-09T20:07:27,429 Found link https://files.pythonhosted.org/packages/f1/25/fc2f0d64ce112753b03111948d69b4541679089a02ce784b4bea0bc82563/aclust-0.1.2.tar.gz#sha256=b54b3c906a461b6159481c827a6859adfb15e00ccd12f8bc7b52f57cb12bced6 (from https://pypi.org/simple/aclust/), version: 0.1.2 2021-07-09T20:07:27,429 Found link https://files.pythonhosted.org/packages/02/28/5aed4aff9e1894c940348a7a1564a37cb516692d01fcbc6feb4534c0a408/aclust-0.1.3.tar.gz#sha256=27c0d0372310ba796407cf7919001d80cb45831f31f5144d0d1f216badbc84f3 (from https://pypi.org/simple/aclust/), version: 0.1.3 2021-07-09T20:07:27,430 Skipping link: not a file: https://pypi.org/simple/aclust/ 2021-07-09T20:07:27,446 Given no hashes to check 1 links for project 'aclust': discarding no candidates 2021-07-09T20:07:27,463 Collecting aclust==0.1.3 2021-07-09T20:07:27,465 Created temporary directory: /tmp/pip-unpack-7n2krgf9 2021-07-09T20:07:27,505 Downloading aclust-0.1.3.tar.gz (5.3 kB) 2021-07-09T20:07:27,523 Added aclust==0.1.3 from https://files.pythonhosted.org/packages/02/28/5aed4aff9e1894c940348a7a1564a37cb516692d01fcbc6feb4534c0a408/aclust-0.1.3.tar.gz#sha256=27c0d0372310ba796407cf7919001d80cb45831f31f5144d0d1f216badbc84f3 to build tracker '/tmp/pip-req-tracker-tksmfq93' 2021-07-09T20:07:27,524 Running setup.py (path:/tmp/pip-wheel-_and4hp3/aclust_b295f476ef14430b88f893a4152b0388/setup.py) egg_info for package aclust 2021-07-09T20:07:27,525 Created temporary directory: /tmp/pip-pip-egg-info-ewlv3a3u 2021-07-09T20:07:27,525 Running command python setup.py egg_info 2021-07-09T20:07:28,142 Traceback (most recent call last): 2021-07-09T20:07:28,142 File "", line 1, in 2021-07-09T20:07:28,143 File "/tmp/pip-wheel-_and4hp3/aclust_b295f476ef14430b88f893a4152b0388/setup.py", line 4, in 2021-07-09T20:07:28,143 import aclust 2021-07-09T20:07:28,143 File "/tmp/pip-wheel-_and4hp3/aclust_b295f476ef14430b88f893a4152b0388/aclust.py", line 255 2021-07-09T20:07:28,144 print doctest.testmod() 2021-07-09T20:07:28,144 ^ 2021-07-09T20:07:28,144 SyntaxError: invalid syntax 2021-07-09T20:07:28,193 WARNING: Discarding https://files.pythonhosted.org/packages/02/28/5aed4aff9e1894c940348a7a1564a37cb516692d01fcbc6feb4534c0a408/aclust-0.1.3.tar.gz#sha256=27c0d0372310ba796407cf7919001d80cb45831f31f5144d0d1f216badbc84f3 (from https://pypi.org/simple/aclust/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T20:07:28,194 ERROR: Could not find a version that satisfies the requirement aclust==0.1.3 (from versions: 0.1.0, 0.1.2, 0.1.3) 2021-07-09T20:07:28,194 ERROR: No matching distribution found for aclust==0.1.3 2021-07-09T20:07:28,195 Exception information: 2021-07-09T20:07:28,195 Traceback (most recent call last): 2021-07-09T20:07:28,195 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T20:07:28,195 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T20:07:28,195 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T20:07:28,195 raise RequirementsConflicted(criterion) 2021-07-09T20:07:28,195 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('aclust==0.1.3') 2021-07-09T20:07:28,195 2021-07-09T20:07:28,195 During handling of the above exception, another exception occurred: 2021-07-09T20:07:28,195 2021-07-09T20:07:28,195 Traceback (most recent call last): 2021-07-09T20:07:28,195 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T20:07:28,195 result = self._result = resolver.resolve( 2021-07-09T20:07:28,195 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T20:07:28,195 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T20:07:28,195 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T20:07:28,195 raise ResolutionImpossible(e.criterion.information) 2021-07-09T20:07:28,195 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('aclust==0.1.3'), parent=None)] 2021-07-09T20:07:28,195 2021-07-09T20:07:28,195 The above exception was the direct cause of the following exception: 2021-07-09T20:07:28,195 2021-07-09T20:07:28,195 Traceback (most recent call last): 2021-07-09T20:07:28,195 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T20:07:28,195 status = self.run(options, args) 2021-07-09T20:07:28,195 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T20:07:28,195 return func(self, options, args) 2021-07-09T20:07:28,195 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T20:07:28,195 requirement_set = resolver.resolve( 2021-07-09T20:07:28,195 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T20:07:28,195 raise error from e 2021-07-09T20:07:28,195 pip._internal.exceptions.DistributionNotFound: No matching distribution found for aclust==0.1.3 2021-07-09T20:07:28,199 Removed aclust==0.1.3 from https://files.pythonhosted.org/packages/02/28/5aed4aff9e1894c940348a7a1564a37cb516692d01fcbc6feb4534c0a408/aclust-0.1.3.tar.gz#sha256=27c0d0372310ba796407cf7919001d80cb45831f31f5144d0d1f216badbc84f3 from build tracker '/tmp/pip-req-tracker-tksmfq93' 2021-07-09T20:07:28,200 Removed build tracker: '/tmp/pip-req-tracker-tksmfq93'