2021-07-08T19:03:46,528 Created temporary directory: /tmp/pip-ephem-wheel-cache-e67vpvxb 2021-07-08T19:03:46,531 Created temporary directory: /tmp/pip-req-tracker-pbu4d4sh 2021-07-08T19:03:46,532 Initialized build tracking at /tmp/pip-req-tracker-pbu4d4sh 2021-07-08T19:03:46,532 Created build tracker: /tmp/pip-req-tracker-pbu4d4sh 2021-07-08T19:03:46,532 Entered build tracker: /tmp/pip-req-tracker-pbu4d4sh 2021-07-08T19:03:46,533 Created temporary directory: /tmp/pip-wheel-c6xskw4g 2021-07-08T19:03:46,567 1 location(s) to search for versions of zope-weakset: 2021-07-08T19:03:46,567 * https://pypi.org/simple/zope-weakset/ 2021-07-08T19:03:46,567 Fetching project page and analyzing links: https://pypi.org/simple/zope-weakset/ 2021-07-08T19:03:46,568 Getting page https://pypi.org/simple/zope-weakset/ 2021-07-08T19:03:46,569 Found index url https://pypi.org/simple 2021-07-08T19:03:46,747 Found link https://files.pythonhosted.org/packages/e5/1e/67894f1f3941b9bb15a77f965cbed79ac63b146a68229c4a1b2cc4ed21ad/zope.weakset-3.6.0.tar.gz#sha256=4e5a537f1dd8b074948688df9eba45ac748577c9b4603b4c52e9992c8e79c8f8 (from https://pypi.org/simple/zope-weakset/), version: 3.6.0 2021-07-08T19:03:46,747 Skipping link: not a file: https://pypi.org/simple/zope-weakset/ 2021-07-08T19:03:46,764 Given no hashes to check 1 links for project 'zope-weakset': discarding no candidates 2021-07-08T19:03:46,781 Collecting zope-weakset==3.6.0 2021-07-08T19:03:46,783 Created temporary directory: /tmp/pip-unpack-7ywgsy0f 2021-07-08T19:03:46,956 Downloading zope.weakset-3.6.0.tar.gz (5.1 kB) 2021-07-08T19:03:47,010 Added zope-weakset==3.6.0 from https://files.pythonhosted.org/packages/e5/1e/67894f1f3941b9bb15a77f965cbed79ac63b146a68229c4a1b2cc4ed21ad/zope.weakset-3.6.0.tar.gz#sha256=4e5a537f1dd8b074948688df9eba45ac748577c9b4603b4c52e9992c8e79c8f8 to build tracker '/tmp/pip-req-tracker-pbu4d4sh' 2021-07-08T19:03:47,011 Running setup.py (path:/tmp/pip-wheel-c6xskw4g/zope-weakset_fc027c39aa7e43d1862dcb027af07092/setup.py) egg_info for package zope-weakset 2021-07-08T19:03:47,012 Created temporary directory: /tmp/pip-pip-egg-info-2m4ryoge 2021-07-08T19:03:47,013 Running command python setup.py egg_info 2021-07-08T19:03:47,650 Traceback (most recent call last): 2021-07-08T19:03:47,651 File "", line 1, in 2021-07-08T19:03:47,651 File "/tmp/pip-wheel-c6xskw4g/zope-weakset_fc027c39aa7e43d1862dcb027af07092/setup.py", line 47 2021-07-08T19:03:47,652 setup(name='zope.weakset', 2021-07-08T19:03:47,652 ^ 2021-07-08T19:03:47,652 SyntaxError: keyword argument repeated: long_description 2021-07-08T19:03:47,701 WARNING: Discarding https://files.pythonhosted.org/packages/e5/1e/67894f1f3941b9bb15a77f965cbed79ac63b146a68229c4a1b2cc4ed21ad/zope.weakset-3.6.0.tar.gz#sha256=4e5a537f1dd8b074948688df9eba45ac748577c9b4603b4c52e9992c8e79c8f8 (from https://pypi.org/simple/zope-weakset/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T19:03:47,702 ERROR: Could not find a version that satisfies the requirement zope-weakset==3.6.0 (from versions: 3.6.0) 2021-07-08T19:03:47,703 ERROR: No matching distribution found for zope-weakset==3.6.0 2021-07-08T19:03:47,703 Exception information: 2021-07-08T19:03:47,703 Traceback (most recent call last): 2021-07-08T19:03:47,703 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T19:03:47,703 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T19:03:47,703 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T19:03:47,703 raise RequirementsConflicted(criterion) 2021-07-08T19:03:47,703 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('zope-weakset==3.6.0') 2021-07-08T19:03:47,703 2021-07-08T19:03:47,703 During handling of the above exception, another exception occurred: 2021-07-08T19:03:47,703 2021-07-08T19:03:47,703 Traceback (most recent call last): 2021-07-08T19:03:47,703 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T19:03:47,703 result = self._result = resolver.resolve( 2021-07-08T19:03:47,703 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T19:03:47,703 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T19:03:47,703 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T19:03:47,703 raise ResolutionImpossible(e.criterion.information) 2021-07-08T19:03:47,703 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('zope-weakset==3.6.0'), parent=None)] 2021-07-08T19:03:47,703 2021-07-08T19:03:47,703 The above exception was the direct cause of the following exception: 2021-07-08T19:03:47,703 2021-07-08T19:03:47,703 Traceback (most recent call last): 2021-07-08T19:03:47,703 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T19:03:47,703 status = self.run(options, args) 2021-07-08T19:03:47,703 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T19:03:47,703 return func(self, options, args) 2021-07-08T19:03:47,703 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T19:03:47,703 requirement_set = resolver.resolve( 2021-07-08T19:03:47,703 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T19:03:47,703 raise error from e 2021-07-08T19:03:47,703 pip._internal.exceptions.DistributionNotFound: No matching distribution found for zope-weakset==3.6.0 2021-07-08T19:03:47,708 Removed zope-weakset==3.6.0 from https://files.pythonhosted.org/packages/e5/1e/67894f1f3941b9bb15a77f965cbed79ac63b146a68229c4a1b2cc4ed21ad/zope.weakset-3.6.0.tar.gz#sha256=4e5a537f1dd8b074948688df9eba45ac748577c9b4603b4c52e9992c8e79c8f8 from build tracker '/tmp/pip-req-tracker-pbu4d4sh' 2021-07-08T19:03:47,709 Removed build tracker: '/tmp/pip-req-tracker-pbu4d4sh'