2021-07-10T01:04:52,745 Created temporary directory: /tmp/pip-ephem-wheel-cache-k0b3pq45 2021-07-10T01:04:52,748 Created temporary directory: /tmp/pip-req-tracker-9o9vulw3 2021-07-10T01:04:52,749 Initialized build tracking at /tmp/pip-req-tracker-9o9vulw3 2021-07-10T01:04:52,749 Created build tracker: /tmp/pip-req-tracker-9o9vulw3 2021-07-10T01:04:52,749 Entered build tracker: /tmp/pip-req-tracker-9o9vulw3 2021-07-10T01:04:52,750 Created temporary directory: /tmp/pip-wheel-3kkpaeol 2021-07-10T01:04:52,783 1 location(s) to search for versions of pycompta: 2021-07-10T01:04:52,783 * https://pypi.org/simple/pycompta/ 2021-07-10T01:04:52,783 Fetching project page and analyzing links: https://pypi.org/simple/pycompta/ 2021-07-10T01:04:52,784 Getting page https://pypi.org/simple/pycompta/ 2021-07-10T01:04:52,785 Found index url https://pypi.org/simple 2021-07-10T01:04:52,969 Found link https://files.pythonhosted.org/packages/6f/52/21f6a094d441ecfb092f02ef691aa72f17b5aa4e19ce80b7732699750520/pycompta-0.9.1.tar.gz#sha256=86f22b24d9f807f05b4a6ef8b820bd18a936e10bf12fd167b8f34344f4ba22a0 (from https://pypi.org/simple/pycompta/), version: 0.9.1 2021-07-10T01:04:52,969 Skipping link: not a file: https://pypi.org/simple/pycompta/ 2021-07-10T01:04:52,986 Given no hashes to check 1 links for project 'pycompta': discarding no candidates 2021-07-10T01:04:53,003 Collecting pycompta==0.9.1 2021-07-10T01:04:53,004 Created temporary directory: /tmp/pip-unpack-zuhy6ibv 2021-07-10T01:04:53,320 Downloading pycompta-0.9.1.tar.gz (360 kB) 2021-07-10T01:04:53,598 Added pycompta==0.9.1 from https://files.pythonhosted.org/packages/6f/52/21f6a094d441ecfb092f02ef691aa72f17b5aa4e19ce80b7732699750520/pycompta-0.9.1.tar.gz#sha256=86f22b24d9f807f05b4a6ef8b820bd18a936e10bf12fd167b8f34344f4ba22a0 to build tracker '/tmp/pip-req-tracker-9o9vulw3' 2021-07-10T01:04:53,599 Running setup.py (path:/tmp/pip-wheel-3kkpaeol/pycompta_3faf114fa3284749af15f6bf780f5882/setup.py) egg_info for package pycompta 2021-07-10T01:04:53,600 Created temporary directory: /tmp/pip-pip-egg-info-ox2mkk6_ 2021-07-10T01:04:53,601 Running command python setup.py egg_info 2021-07-10T01:04:54,216 Traceback (most recent call last): 2021-07-10T01:04:54,217 File "", line 1, in 2021-07-10T01:04:54,218 File "/tmp/pip-wheel-3kkpaeol/pycompta_3faf114fa3284749af15f6bf780f5882/setup.py", line 116 2021-07-10T01:04:54,218 except OSError, ex: 2021-07-10T01:04:54,218 ^ 2021-07-10T01:04:54,219 SyntaxError: invalid syntax 2021-07-10T01:04:54,266 WARNING: Discarding https://files.pythonhosted.org/packages/6f/52/21f6a094d441ecfb092f02ef691aa72f17b5aa4e19ce80b7732699750520/pycompta-0.9.1.tar.gz#sha256=86f22b24d9f807f05b4a6ef8b820bd18a936e10bf12fd167b8f34344f4ba22a0 (from https://pypi.org/simple/pycompta/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T01:04:54,267 ERROR: Could not find a version that satisfies the requirement pycompta==0.9.1 (from versions: 0.9.1) 2021-07-10T01:04:54,268 ERROR: No matching distribution found for pycompta==0.9.1 2021-07-10T01:04:54,268 Exception information: 2021-07-10T01:04:54,268 Traceback (most recent call last): 2021-07-10T01:04:54,268 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T01:04:54,268 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T01:04:54,268 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T01:04:54,268 raise RequirementsConflicted(criterion) 2021-07-10T01:04:54,268 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pycompta==0.9.1') 2021-07-10T01:04:54,268 2021-07-10T01:04:54,268 During handling of the above exception, another exception occurred: 2021-07-10T01:04:54,268 2021-07-10T01:04:54,268 Traceback (most recent call last): 2021-07-10T01:04:54,268 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T01:04:54,268 result = self._result = resolver.resolve( 2021-07-10T01:04:54,268 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T01:04:54,268 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T01:04:54,268 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T01:04:54,268 raise ResolutionImpossible(e.criterion.information) 2021-07-10T01:04:54,268 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pycompta==0.9.1'), parent=None)] 2021-07-10T01:04:54,268 2021-07-10T01:04:54,268 The above exception was the direct cause of the following exception: 2021-07-10T01:04:54,268 2021-07-10T01:04:54,268 Traceback (most recent call last): 2021-07-10T01:04:54,268 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T01:04:54,268 status = self.run(options, args) 2021-07-10T01:04:54,268 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T01:04:54,268 return func(self, options, args) 2021-07-10T01:04:54,268 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T01:04:54,268 requirement_set = resolver.resolve( 2021-07-10T01:04:54,268 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T01:04:54,268 raise error from e 2021-07-10T01:04:54,268 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pycompta==0.9.1 2021-07-10T01:04:54,273 Removed pycompta==0.9.1 from https://files.pythonhosted.org/packages/6f/52/21f6a094d441ecfb092f02ef691aa72f17b5aa4e19ce80b7732699750520/pycompta-0.9.1.tar.gz#sha256=86f22b24d9f807f05b4a6ef8b820bd18a936e10bf12fd167b8f34344f4ba22a0 from build tracker '/tmp/pip-req-tracker-9o9vulw3' 2021-07-10T01:04:54,273 Removed build tracker: '/tmp/pip-req-tracker-9o9vulw3'