2021-07-10T09:45:32,925 Created temporary directory: /tmp/pip-ephem-wheel-cache-ffc8aj54 2021-07-10T09:45:32,929 Created temporary directory: /tmp/pip-req-tracker-876mkyks 2021-07-10T09:45:32,929 Initialized build tracking at /tmp/pip-req-tracker-876mkyks 2021-07-10T09:45:32,929 Created build tracker: /tmp/pip-req-tracker-876mkyks 2021-07-10T09:45:32,929 Entered build tracker: /tmp/pip-req-tracker-876mkyks 2021-07-10T09:45:32,930 Created temporary directory: /tmp/pip-wheel-bhbbg7qw 2021-07-10T09:45:32,959 1 location(s) to search for versions of pysolver: 2021-07-10T09:45:32,959 * https://pypi.org/simple/pysolver/ 2021-07-10T09:45:32,959 Fetching project page and analyzing links: https://pypi.org/simple/pysolver/ 2021-07-10T09:45:32,960 Getting page https://pypi.org/simple/pysolver/ 2021-07-10T09:45:32,962 Found index url https://pypi.org/simple 2021-07-10T09:45:33,174 Found link https://files.pythonhosted.org/packages/cd/67/f32118816795801fd4eb386596082df9fdafc47bcc58b9d8dcf58ef66189/pysolver-0.0.1.tar.gz#sha256=a08469a1cd82358cd29bfb41e233d790cf8a398ee94c0257b8186bb7166fbb9c (from https://pypi.org/simple/pysolver/), version: 0.0.1 2021-07-10T09:45:33,174 Found link https://files.pythonhosted.org/packages/f1/5e/28df64847c4c2b5db88632c974b75f13b0abcf6d2af8626c3cfe52046c8b/pysolver-0.0.2.tar.gz#sha256=a6203d0d338688278432ab6570212e069f974dd5ab895e691fd80c5cdb8c469f (from https://pypi.org/simple/pysolver/), version: 0.0.2 2021-07-10T09:45:33,175 Found link https://files.pythonhosted.org/packages/eb/51/e2cbc4b7ef84c212e614c0bdf350dd259093b85b7cab62236e3cfab2ba29/pysolver-0.0.3.tar.gz#sha256=2e77c9758911e540a835c4dcefe53565fabef59b5e4ccac8db89894be6bb2126 (from https://pypi.org/simple/pysolver/), version: 0.0.3 2021-07-10T09:45:33,175 Skipping link: not a file: https://pypi.org/simple/pysolver/ 2021-07-10T09:45:33,193 Given no hashes to check 1 links for project 'pysolver': discarding no candidates 2021-07-10T09:45:33,212 Collecting pysolver==0.0.1 2021-07-10T09:45:33,213 Created temporary directory: /tmp/pip-unpack-_bhvl0vm 2021-07-10T09:45:33,387 Downloading pysolver-0.0.1.tar.gz (10 kB) 2021-07-10T09:45:33,444 Added pysolver==0.0.1 from https://files.pythonhosted.org/packages/cd/67/f32118816795801fd4eb386596082df9fdafc47bcc58b9d8dcf58ef66189/pysolver-0.0.1.tar.gz#sha256=a08469a1cd82358cd29bfb41e233d790cf8a398ee94c0257b8186bb7166fbb9c to build tracker '/tmp/pip-req-tracker-876mkyks' 2021-07-10T09:45:33,445 Running setup.py (path:/tmp/pip-wheel-bhbbg7qw/pysolver_ef7afa6388574b209e426eea53a0de82/setup.py) egg_info for package pysolver 2021-07-10T09:45:33,446 Created temporary directory: /tmp/pip-pip-egg-info-y2fhncan 2021-07-10T09:45:33,446 Running command python setup.py egg_info 2021-07-10T09:45:34,149 Traceback (most recent call last): 2021-07-10T09:45:34,150 File "", line 1, in 2021-07-10T09:45:34,150 File "/tmp/pip-wheel-bhbbg7qw/pysolver_ef7afa6388574b209e426eea53a0de82/setup.py", line 17, in 2021-07-10T09:45:34,151 install_requires=parse_requirements('requirements.txt'), 2021-07-10T09:45:34,151 File "/tmp/pip-wheel-bhbbg7qw/pysolver_ef7afa6388574b209e426eea53a0de82/setup.py", line 5, in parse_requirements 2021-07-10T09:45:34,151 [line.strip() for line in open(filename).readlines()])) 2021-07-10T09:45:34,152 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-07-10T09:45:34,199 WARNING: Discarding https://files.pythonhosted.org/packages/cd/67/f32118816795801fd4eb386596082df9fdafc47bcc58b9d8dcf58ef66189/pysolver-0.0.1.tar.gz#sha256=a08469a1cd82358cd29bfb41e233d790cf8a398ee94c0257b8186bb7166fbb9c (from https://pypi.org/simple/pysolver/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T09:45:34,201 ERROR: Could not find a version that satisfies the requirement pysolver==0.0.1 (from versions: 0.0.1, 0.0.2, 0.0.3) 2021-07-10T09:45:34,201 ERROR: No matching distribution found for pysolver==0.0.1 2021-07-10T09:45:34,201 Exception information: 2021-07-10T09:45:34,201 Traceback (most recent call last): 2021-07-10T09:45:34,201 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T09:45:34,201 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T09:45:34,201 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T09:45:34,201 raise RequirementsConflicted(criterion) 2021-07-10T09:45:34,201 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pysolver==0.0.1') 2021-07-10T09:45:34,201 2021-07-10T09:45:34,201 During handling of the above exception, another exception occurred: 2021-07-10T09:45:34,201 2021-07-10T09:45:34,201 Traceback (most recent call last): 2021-07-10T09:45:34,201 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T09:45:34,201 result = self._result = resolver.resolve( 2021-07-10T09:45:34,201 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T09:45:34,201 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T09:45:34,201 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T09:45:34,201 raise ResolutionImpossible(e.criterion.information) 2021-07-10T09:45:34,201 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pysolver==0.0.1'), parent=None)] 2021-07-10T09:45:34,201 2021-07-10T09:45:34,201 The above exception was the direct cause of the following exception: 2021-07-10T09:45:34,201 2021-07-10T09:45:34,201 Traceback (most recent call last): 2021-07-10T09:45:34,201 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T09:45:34,201 status = self.run(options, args) 2021-07-10T09:45:34,201 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T09:45:34,201 return func(self, options, args) 2021-07-10T09:45:34,201 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T09:45:34,201 requirement_set = resolver.resolve( 2021-07-10T09:45:34,201 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T09:45:34,201 raise error from e 2021-07-10T09:45:34,201 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pysolver==0.0.1 2021-07-10T09:45:34,206 Removed pysolver==0.0.1 from https://files.pythonhosted.org/packages/cd/67/f32118816795801fd4eb386596082df9fdafc47bcc58b9d8dcf58ef66189/pysolver-0.0.1.tar.gz#sha256=a08469a1cd82358cd29bfb41e233d790cf8a398ee94c0257b8186bb7166fbb9c from build tracker '/tmp/pip-req-tracker-876mkyks' 2021-07-10T09:45:34,206 Removed build tracker: '/tmp/pip-req-tracker-876mkyks'