2021-07-12T04:37:29,475 Created temporary directory: /tmp/pip-ephem-wheel-cache-rnmu0vmo 2021-07-12T04:37:29,483 Created temporary directory: /tmp/pip-req-tracker-k41kk1vl 2021-07-12T04:37:29,485 Initialized build tracking at /tmp/pip-req-tracker-k41kk1vl 2021-07-12T04:37:29,486 Created build tracker: /tmp/pip-req-tracker-k41kk1vl 2021-07-12T04:37:29,488 Entered build tracker: /tmp/pip-req-tracker-k41kk1vl 2021-07-12T04:37:29,490 Created temporary directory: /tmp/pip-wheel-5fpnza_s 2021-07-12T04:37:29,587 1 location(s) to search for versions of qcustomplot: 2021-07-12T04:37:29,587 * https://pypi.org/simple/qcustomplot/ 2021-07-12T04:37:29,589 Fetching project page and analyzing links: https://pypi.org/simple/qcustomplot/ 2021-07-12T04:37:29,593 Getting page https://pypi.org/simple/qcustomplot/ 2021-07-12T04:37:29,609 Found index url https://pypi.org/simple 2021-07-12T04:37:29,843 Found link https://files.pythonhosted.org/packages/72/a0/d19d35b39b89deca725a5ebcdd0ecfdca358dd17225e6e13a1c7d36c4ec0/qcustomplot-1.3.1-1.tar.gz#sha256=43e0c40d3b3c5d55415d19224721ac17e349256d956eeec3a8f36d1c6de3d09c (from https://pypi.org/simple/qcustomplot/), version: 1.3.1-1 2021-07-12T04:37:29,844 Skipping link: not a file: https://pypi.org/simple/qcustomplot/ 2021-07-12T04:37:29,911 Given no hashes to check 1 links for project 'qcustomplot': discarding no candidates 2021-07-12T04:37:29,945 Collecting qcustomplot==1.3.1-1 2021-07-12T04:37:29,949 Created temporary directory: /tmp/pip-unpack-y1a6395_ 2021-07-12T04:37:30,133 Downloading qcustomplot-1.3.1-1.tar.gz (19 kB) 2021-07-12T04:37:30,175 Added qcustomplot==1.3.1-1 from https://files.pythonhosted.org/packages/72/a0/d19d35b39b89deca725a5ebcdd0ecfdca358dd17225e6e13a1c7d36c4ec0/qcustomplot-1.3.1-1.tar.gz#sha256=43e0c40d3b3c5d55415d19224721ac17e349256d956eeec3a8f36d1c6de3d09c to build tracker '/tmp/pip-req-tracker-k41kk1vl' 2021-07-12T04:37:30,177 Running setup.py (path:/tmp/pip-wheel-5fpnza_s/qcustomplot_c0124bd44b8e4dd9aa2d29aa0ec006f5/setup.py) egg_info for package qcustomplot 2021-07-12T04:37:30,180 Created temporary directory: /tmp/pip-pip-egg-info-h2bd24e0 2021-07-12T04:37:30,181 Running command python setup.py egg_info 2021-07-12T04:37:31,787 Traceback (most recent call last): 2021-07-12T04:37:31,788 File "", line 1, in 2021-07-12T04:37:31,788 File "/tmp/pip-wheel-5fpnza_s/qcustomplot_c0124bd44b8e4dd9aa2d29aa0ec006f5/setup.py", line 5, in 2021-07-12T04:37:31,789 from sipdistutils import build_ext 2021-07-12T04:37:31,789 ModuleNotFoundError: No module named 'sipdistutils' 2021-07-12T04:37:31,883 WARNING: Discarding https://files.pythonhosted.org/packages/72/a0/d19d35b39b89deca725a5ebcdd0ecfdca358dd17225e6e13a1c7d36c4ec0/qcustomplot-1.3.1-1.tar.gz#sha256=43e0c40d3b3c5d55415d19224721ac17e349256d956eeec3a8f36d1c6de3d09c (from https://pypi.org/simple/qcustomplot/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T04:37:31,885 ERROR: Could not find a version that satisfies the requirement qcustomplot==1.3.1-1 (from versions: 1.3.1.post1) 2021-07-12T04:37:31,886 ERROR: No matching distribution found for qcustomplot==1.3.1-1 2021-07-12T04:37:31,887 Exception information: 2021-07-12T04:37:31,887 Traceback (most recent call last): 2021-07-12T04:37:31,887 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T04:37:31,887 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T04:37:31,887 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T04:37:31,887 raise RequirementsConflicted(criterion) 2021-07-12T04:37:31,887 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('qcustomplot==1.3.1-1') 2021-07-12T04:37:31,887 2021-07-12T04:37:31,887 During handling of the above exception, another exception occurred: 2021-07-12T04:37:31,887 2021-07-12T04:37:31,887 Traceback (most recent call last): 2021-07-12T04:37:31,887 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T04:37:31,887 result = self._result = resolver.resolve( 2021-07-12T04:37:31,887 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T04:37:31,887 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T04:37:31,887 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T04:37:31,887 raise ResolutionImpossible(e.criterion.information) 2021-07-12T04:37:31,887 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('qcustomplot==1.3.1-1'), parent=None)] 2021-07-12T04:37:31,887 2021-07-12T04:37:31,887 The above exception was the direct cause of the following exception: 2021-07-12T04:37:31,887 2021-07-12T04:37:31,887 Traceback (most recent call last): 2021-07-12T04:37:31,887 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T04:37:31,887 status = self.run(options, args) 2021-07-12T04:37:31,887 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T04:37:31,887 return func(self, options, args) 2021-07-12T04:37:31,887 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T04:37:31,887 requirement_set = resolver.resolve( 2021-07-12T04:37:31,887 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T04:37:31,887 raise error from e 2021-07-12T04:37:31,887 pip._internal.exceptions.DistributionNotFound: No matching distribution found for qcustomplot==1.3.1-1 2021-07-12T04:37:31,902 Removed qcustomplot==1.3.1-1 from https://files.pythonhosted.org/packages/72/a0/d19d35b39b89deca725a5ebcdd0ecfdca358dd17225e6e13a1c7d36c4ec0/qcustomplot-1.3.1-1.tar.gz#sha256=43e0c40d3b3c5d55415d19224721ac17e349256d956eeec3a8f36d1c6de3d09c from build tracker '/tmp/pip-req-tracker-k41kk1vl' 2021-07-12T04:37:31,903 Removed build tracker: '/tmp/pip-req-tracker-k41kk1vl'