2021-07-09T20:52:45,602 Created temporary directory: /tmp/pip-ephem-wheel-cache-lmik1vjl 2021-07-09T20:52:45,605 Created temporary directory: /tmp/pip-req-tracker-qcr6x3wb 2021-07-09T20:52:45,606 Initialized build tracking at /tmp/pip-req-tracker-qcr6x3wb 2021-07-09T20:52:45,606 Created build tracker: /tmp/pip-req-tracker-qcr6x3wb 2021-07-09T20:52:45,606 Entered build tracker: /tmp/pip-req-tracker-qcr6x3wb 2021-07-09T20:52:45,607 Created temporary directory: /tmp/pip-wheel-xvuu3azm 2021-07-09T20:52:45,643 1 location(s) to search for versions of storem: 2021-07-09T20:52:45,643 * https://pypi.org/simple/storem/ 2021-07-09T20:52:45,644 Fetching project page and analyzing links: https://pypi.org/simple/storem/ 2021-07-09T20:52:45,644 Getting page https://pypi.org/simple/storem/ 2021-07-09T20:52:45,646 Found index url https://pypi.org/simple 2021-07-09T20:52:45,829 Found link https://files.pythonhosted.org/packages/5d/eb/f234b48daf9135733f67cfe8510891ca9c404175f3bae83fa9d533a1e9f4/StoreM-0.0.1.tar.gz#sha256=99f6566a9fd681c4f7a08cd5f839658ca72bc05da69f7e5905d919042ce4cce0 (from https://pypi.org/simple/storem/), version: 0.0.1 2021-07-09T20:52:45,829 Skipping link: not a file: https://pypi.org/simple/storem/ 2021-07-09T20:52:45,845 Given no hashes to check 1 links for project 'storem': discarding no candidates 2021-07-09T20:52:45,862 Collecting storem==0.0.1 2021-07-09T20:52:45,864 Created temporary directory: /tmp/pip-unpack-6s7z7z80 2021-07-09T20:52:45,905 Downloading StoreM-0.0.1.tar.gz (14 kB) 2021-07-09T20:52:45,933 Added storem==0.0.1 from https://files.pythonhosted.org/packages/5d/eb/f234b48daf9135733f67cfe8510891ca9c404175f3bae83fa9d533a1e9f4/StoreM-0.0.1.tar.gz#sha256=99f6566a9fd681c4f7a08cd5f839658ca72bc05da69f7e5905d919042ce4cce0 to build tracker '/tmp/pip-req-tracker-qcr6x3wb' 2021-07-09T20:52:45,934 Running setup.py (path:/tmp/pip-wheel-xvuu3azm/storem_4ad5f0074f4b4de5bda966b50089eb6c/setup.py) egg_info for package storem 2021-07-09T20:52:45,935 Created temporary directory: /tmp/pip-pip-egg-info-dazt8awe 2021-07-09T20:52:45,935 Running command python setup.py egg_info 2021-07-09T20:52:46,565 Traceback (most recent call last): 2021-07-09T20:52:46,566 File "", line 1, in 2021-07-09T20:52:46,566 File "/tmp/pip-wheel-xvuu3azm/storem_4ad5f0074f4b4de5bda966b50089eb6c/setup.py", line 13, in 2021-07-09T20:52:46,567 long_description=open('README.md').read(), 2021-07-09T20:52:46,567 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-09T20:52:46,616 WARNING: Discarding https://files.pythonhosted.org/packages/5d/eb/f234b48daf9135733f67cfe8510891ca9c404175f3bae83fa9d533a1e9f4/StoreM-0.0.1.tar.gz#sha256=99f6566a9fd681c4f7a08cd5f839658ca72bc05da69f7e5905d919042ce4cce0 (from https://pypi.org/simple/storem/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T20:52:46,618 ERROR: Could not find a version that satisfies the requirement storem==0.0.1 (from versions: 0.0.1) 2021-07-09T20:52:46,618 ERROR: No matching distribution found for storem==0.0.1 2021-07-09T20:52:46,618 Exception information: 2021-07-09T20:52:46,618 Traceback (most recent call last): 2021-07-09T20:52:46,618 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T20:52:46,618 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T20:52:46,618 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T20:52:46,618 raise RequirementsConflicted(criterion) 2021-07-09T20:52:46,618 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('storem==0.0.1') 2021-07-09T20:52:46,618 2021-07-09T20:52:46,618 During handling of the above exception, another exception occurred: 2021-07-09T20:52:46,618 2021-07-09T20:52:46,618 Traceback (most recent call last): 2021-07-09T20:52:46,618 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T20:52:46,618 result = self._result = resolver.resolve( 2021-07-09T20:52:46,618 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T20:52:46,618 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T20:52:46,618 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T20:52:46,618 raise ResolutionImpossible(e.criterion.information) 2021-07-09T20:52:46,618 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('storem==0.0.1'), parent=None)] 2021-07-09T20:52:46,618 2021-07-09T20:52:46,618 The above exception was the direct cause of the following exception: 2021-07-09T20:52:46,618 2021-07-09T20:52:46,618 Traceback (most recent call last): 2021-07-09T20:52:46,618 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T20:52:46,618 status = self.run(options, args) 2021-07-09T20:52:46,618 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T20:52:46,618 return func(self, options, args) 2021-07-09T20:52:46,618 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T20:52:46,618 requirement_set = resolver.resolve( 2021-07-09T20:52:46,618 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T20:52:46,618 raise error from e 2021-07-09T20:52:46,618 pip._internal.exceptions.DistributionNotFound: No matching distribution found for storem==0.0.1 2021-07-09T20:52:46,624 Removed storem==0.0.1 from https://files.pythonhosted.org/packages/5d/eb/f234b48daf9135733f67cfe8510891ca9c404175f3bae83fa9d533a1e9f4/StoreM-0.0.1.tar.gz#sha256=99f6566a9fd681c4f7a08cd5f839658ca72bc05da69f7e5905d919042ce4cce0 from build tracker '/tmp/pip-req-tracker-qcr6x3wb' 2021-07-09T20:52:46,624 Removed build tracker: '/tmp/pip-req-tracker-qcr6x3wb'