2021-07-12T06:09:37,169 Created temporary directory: /tmp/pip-ephem-wheel-cache-veky5tc3 2021-07-12T06:09:37,172 Created temporary directory: /tmp/pip-req-tracker-9595fkyi 2021-07-12T06:09:37,172 Initialized build tracking at /tmp/pip-req-tracker-9595fkyi 2021-07-12T06:09:37,173 Created build tracker: /tmp/pip-req-tracker-9595fkyi 2021-07-12T06:09:37,173 Entered build tracker: /tmp/pip-req-tracker-9595fkyi 2021-07-12T06:09:37,173 Created temporary directory: /tmp/pip-wheel-q5wjdu96 2021-07-12T06:09:37,204 1 location(s) to search for versions of resourceset-for-execo: 2021-07-12T06:09:37,204 * https://pypi.org/simple/resourceset-for-execo/ 2021-07-12T06:09:37,205 Fetching project page and analyzing links: https://pypi.org/simple/resourceset-for-execo/ 2021-07-12T06:09:37,205 Getting page https://pypi.org/simple/resourceset-for-execo/ 2021-07-12T06:09:37,207 Found index url https://pypi.org/simple 2021-07-12T06:09:37,384 Found link https://files.pythonhosted.org/packages/3c/79/066b1d731c922d5322229f0addfb320704e72c1009f42ac4775cf1dc3d86/resourceSet_for_execo-0.1.tar.gz#sha256=e10625c469d66dd2c8d47b2cc8dd1ee5cb91fe429b907d0d89d82e9435c3796a (from https://pypi.org/simple/resourceset-for-execo/), version: 0.1 2021-07-12T06:09:37,385 Skipping link: not a file: https://pypi.org/simple/resourceset-for-execo/ 2021-07-12T06:09:37,402 Given no hashes to check 1 links for project 'resourceset-for-execo': discarding no candidates 2021-07-12T06:09:37,422 Collecting resourceset-for-execo==0.1 2021-07-12T06:09:37,423 Created temporary directory: /tmp/pip-unpack-v1n4lnbi 2021-07-12T06:09:37,776 Downloading resourceSet_for_execo-0.1.tar.gz (10 kB) 2021-07-12T06:09:37,819 Added resourceset-for-execo==0.1 from https://files.pythonhosted.org/packages/3c/79/066b1d731c922d5322229f0addfb320704e72c1009f42ac4775cf1dc3d86/resourceSet_for_execo-0.1.tar.gz#sha256=e10625c469d66dd2c8d47b2cc8dd1ee5cb91fe429b907d0d89d82e9435c3796a to build tracker '/tmp/pip-req-tracker-9595fkyi' 2021-07-12T06:09:37,820 Running setup.py (path:/tmp/pip-wheel-q5wjdu96/resourceset-for-execo_12438ee27c7c4106981842db99cc78fd/setup.py) egg_info for package resourceset-for-execo 2021-07-12T06:09:37,821 Created temporary directory: /tmp/pip-pip-egg-info-61jp0zi5 2021-07-12T06:09:37,821 Running command python setup.py egg_info 2021-07-12T06:09:38,745 Traceback (most recent call last): 2021-07-12T06:09:38,746 File "", line 1, in 2021-07-12T06:09:38,746 File "/tmp/pip-wheel-q5wjdu96/resourceset-for-execo_12438ee27c7c4106981842db99cc78fd/setup.py", line 8, in 2021-07-12T06:09:38,747 long_description=open('README.md').read(), 2021-07-12T06:09:38,747 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-12T06:09:38,797 WARNING: Discarding https://files.pythonhosted.org/packages/3c/79/066b1d731c922d5322229f0addfb320704e72c1009f42ac4775cf1dc3d86/resourceSet_for_execo-0.1.tar.gz#sha256=e10625c469d66dd2c8d47b2cc8dd1ee5cb91fe429b907d0d89d82e9435c3796a (from https://pypi.org/simple/resourceset-for-execo/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T06:09:38,799 ERROR: Could not find a version that satisfies the requirement resourceset-for-execo==0.1 (from versions: 0.1) 2021-07-12T06:09:38,799 ERROR: No matching distribution found for resourceset-for-execo==0.1 2021-07-12T06:09:38,799 Exception information: 2021-07-12T06:09:38,799 Traceback (most recent call last): 2021-07-12T06:09:38,799 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T06:09:38,799 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T06:09:38,799 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T06:09:38,799 raise RequirementsConflicted(criterion) 2021-07-12T06:09:38,799 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('resourceset-for-execo==0.1') 2021-07-12T06:09:38,799 2021-07-12T06:09:38,799 During handling of the above exception, another exception occurred: 2021-07-12T06:09:38,799 2021-07-12T06:09:38,799 Traceback (most recent call last): 2021-07-12T06:09:38,799 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T06:09:38,799 result = self._result = resolver.resolve( 2021-07-12T06:09:38,799 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T06:09:38,799 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T06:09:38,799 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T06:09:38,799 raise ResolutionImpossible(e.criterion.information) 2021-07-12T06:09:38,799 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('resourceset-for-execo==0.1'), parent=None)] 2021-07-12T06:09:38,799 2021-07-12T06:09:38,799 The above exception was the direct cause of the following exception: 2021-07-12T06:09:38,799 2021-07-12T06:09:38,799 Traceback (most recent call last): 2021-07-12T06:09:38,799 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T06:09:38,799 status = self.run(options, args) 2021-07-12T06:09:38,799 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T06:09:38,799 return func(self, options, args) 2021-07-12T06:09:38,799 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T06:09:38,799 requirement_set = resolver.resolve( 2021-07-12T06:09:38,799 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T06:09:38,799 raise error from e 2021-07-12T06:09:38,799 pip._internal.exceptions.DistributionNotFound: No matching distribution found for resourceset-for-execo==0.1 2021-07-12T06:09:38,804 Removed resourceset-for-execo==0.1 from https://files.pythonhosted.org/packages/3c/79/066b1d731c922d5322229f0addfb320704e72c1009f42ac4775cf1dc3d86/resourceSet_for_execo-0.1.tar.gz#sha256=e10625c469d66dd2c8d47b2cc8dd1ee5cb91fe429b907d0d89d82e9435c3796a from build tracker '/tmp/pip-req-tracker-9595fkyi' 2021-07-12T06:09:38,805 Removed build tracker: '/tmp/pip-req-tracker-9595fkyi'