2021-07-09T22:29:44,831 Created temporary directory: /tmp/pip-ephem-wheel-cache-5bxp4k_9 2021-07-09T22:29:44,833 Created temporary directory: /tmp/pip-req-tracker-crg3pvui 2021-07-09T22:29:44,834 Initialized build tracking at /tmp/pip-req-tracker-crg3pvui 2021-07-09T22:29:44,834 Created build tracker: /tmp/pip-req-tracker-crg3pvui 2021-07-09T22:29:44,834 Entered build tracker: /tmp/pip-req-tracker-crg3pvui 2021-07-09T22:29:44,835 Created temporary directory: /tmp/pip-wheel-knzd74aa 2021-07-09T22:29:44,868 1 location(s) to search for versions of experiment-resources: 2021-07-09T22:29:44,868 * https://pypi.org/simple/experiment-resources/ 2021-07-09T22:29:44,869 Fetching project page and analyzing links: https://pypi.org/simple/experiment-resources/ 2021-07-09T22:29:44,869 Getting page https://pypi.org/simple/experiment-resources/ 2021-07-09T22:29:44,871 Found index url https://pypi.org/simple 2021-07-09T22:29:45,054 Found link https://files.pythonhosted.org/packages/a9/6c/83ff01c664db5ff7b39deb303a3a169c207ec8f4838debbe43065765bb5c/experiment_resources-0.0.1.tar.gz#sha256=6328b137c2a19e48f3507a6e670b8511ed0ef01a2d01ff6448d308aafdef412d (from https://pypi.org/simple/experiment-resources/), version: 0.0.1 2021-07-09T22:29:45,054 Skipping link: not a file: https://pypi.org/simple/experiment-resources/ 2021-07-09T22:29:45,070 Given no hashes to check 1 links for project 'experiment-resources': discarding no candidates 2021-07-09T22:29:45,088 Collecting experiment-resources==0.0.1 2021-07-09T22:29:45,089 Created temporary directory: /tmp/pip-unpack-xdfru38d 2021-07-09T22:29:45,260 Downloading experiment_resources-0.0.1.tar.gz (5.6 kB) 2021-07-09T22:29:45,305 Added experiment-resources==0.0.1 from https://files.pythonhosted.org/packages/a9/6c/83ff01c664db5ff7b39deb303a3a169c207ec8f4838debbe43065765bb5c/experiment_resources-0.0.1.tar.gz#sha256=6328b137c2a19e48f3507a6e670b8511ed0ef01a2d01ff6448d308aafdef412d to build tracker '/tmp/pip-req-tracker-crg3pvui' 2021-07-09T22:29:45,306 Running setup.py (path:/tmp/pip-wheel-knzd74aa/experiment-resources_44444157115c44d9acf2292dd3a0f2c0/setup.py) egg_info for package experiment-resources 2021-07-09T22:29:45,307 Created temporary directory: /tmp/pip-pip-egg-info-ww5jdet1 2021-07-09T22:29:45,308 Running command python setup.py egg_info 2021-07-09T22:29:46,170 Traceback (most recent call last): 2021-07-09T22:29:46,170 File "", line 1, in 2021-07-09T22:29:46,171 File "/tmp/pip-wheel-knzd74aa/experiment-resources_44444157115c44d9acf2292dd3a0f2c0/setup.py", line 13, in 2021-07-09T22:29:46,171 version = open('VERSION').readline().strip(), 2021-07-09T22:29:46,171 File "/usr/lib/python3.9/codecs.py", line 905, in open 2021-07-09T22:29:46,171 file = builtins.open(filename, mode, buffering) 2021-07-09T22:29:46,172 FileNotFoundError: [Errno 2] No such file or directory: 'VERSION' 2021-07-09T22:29:46,221 WARNING: Discarding https://files.pythonhosted.org/packages/a9/6c/83ff01c664db5ff7b39deb303a3a169c207ec8f4838debbe43065765bb5c/experiment_resources-0.0.1.tar.gz#sha256=6328b137c2a19e48f3507a6e670b8511ed0ef01a2d01ff6448d308aafdef412d (from https://pypi.org/simple/experiment-resources/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T22:29:46,223 ERROR: Could not find a version that satisfies the requirement experiment-resources==0.0.1 (from versions: 0.0.1) 2021-07-09T22:29:46,223 ERROR: No matching distribution found for experiment-resources==0.0.1 2021-07-09T22:29:46,223 Exception information: 2021-07-09T22:29:46,223 Traceback (most recent call last): 2021-07-09T22:29:46,223 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T22:29:46,223 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T22:29:46,223 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T22:29:46,223 raise RequirementsConflicted(criterion) 2021-07-09T22:29:46,223 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('experiment-resources==0.0.1') 2021-07-09T22:29:46,223 2021-07-09T22:29:46,223 During handling of the above exception, another exception occurred: 2021-07-09T22:29:46,223 2021-07-09T22:29:46,223 Traceback (most recent call last): 2021-07-09T22:29:46,223 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T22:29:46,223 result = self._result = resolver.resolve( 2021-07-09T22:29:46,223 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T22:29:46,223 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T22:29:46,223 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T22:29:46,223 raise ResolutionImpossible(e.criterion.information) 2021-07-09T22:29:46,223 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('experiment-resources==0.0.1'), parent=None)] 2021-07-09T22:29:46,223 2021-07-09T22:29:46,223 The above exception was the direct cause of the following exception: 2021-07-09T22:29:46,223 2021-07-09T22:29:46,223 Traceback (most recent call last): 2021-07-09T22:29:46,223 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T22:29:46,223 status = self.run(options, args) 2021-07-09T22:29:46,223 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T22:29:46,223 return func(self, options, args) 2021-07-09T22:29:46,223 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T22:29:46,223 requirement_set = resolver.resolve( 2021-07-09T22:29:46,223 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T22:29:46,223 raise error from e 2021-07-09T22:29:46,223 pip._internal.exceptions.DistributionNotFound: No matching distribution found for experiment-resources==0.0.1 2021-07-09T22:29:46,228 Removed experiment-resources==0.0.1 from https://files.pythonhosted.org/packages/a9/6c/83ff01c664db5ff7b39deb303a3a169c207ec8f4838debbe43065765bb5c/experiment_resources-0.0.1.tar.gz#sha256=6328b137c2a19e48f3507a6e670b8511ed0ef01a2d01ff6448d308aafdef412d from build tracker '/tmp/pip-req-tracker-crg3pvui' 2021-07-09T22:29:46,228 Removed build tracker: '/tmp/pip-req-tracker-crg3pvui'