2021-07-10T00:12:04,964 Created temporary directory: /tmp/pip-ephem-wheel-cache-vzciz3ua 2021-07-10T00:12:04,967 Created temporary directory: /tmp/pip-req-tracker-lzzj2v9_ 2021-07-10T00:12:04,967 Initialized build tracking at /tmp/pip-req-tracker-lzzj2v9_ 2021-07-10T00:12:04,968 Created build tracker: /tmp/pip-req-tracker-lzzj2v9_ 2021-07-10T00:12:04,968 Entered build tracker: /tmp/pip-req-tracker-lzzj2v9_ 2021-07-10T00:12:04,968 Created temporary directory: /tmp/pip-wheel-msiontqc 2021-07-10T00:12:05,001 1 location(s) to search for versions of om: 2021-07-10T00:12:05,001 * https://pypi.org/simple/om/ 2021-07-10T00:12:05,001 Fetching project page and analyzing links: https://pypi.org/simple/om/ 2021-07-10T00:12:05,002 Getting page https://pypi.org/simple/om/ 2021-07-10T00:12:05,003 Found index url https://pypi.org/simple 2021-07-10T00:12:05,197 Skipping link: none of the wheel's tags (py2-none-any) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4d/a7/74ecbe62825f1d9c4b04b3556a2fea5b783b61e05409441835ac58734ffc/om-0.0.1-py2-none-any.whl#sha256=931312351f9952374f7f810f4ad4e0fca58c31dd973cc68603e2c69b83394e5d (from https://pypi.org/simple/om/) 2021-07-10T00:12:05,197 Found link https://files.pythonhosted.org/packages/cc/61/f0776a5e4e0f960c24cfb504b50c80af3aa1e5cad8e202e3de66b5af59bb/om-0.0.1.tar.gz#sha256=fb209b13421ac5086fb332b67c9bf2ba098cbcbdd1b87e5e08365481faca6a20 (from https://pypi.org/simple/om/), version: 0.0.1 2021-07-10T00:12:05,197 Skipping link: not a file: https://pypi.org/simple/om/ 2021-07-10T00:12:05,198 Given no hashes to check 1 links for project 'om': discarding no candidates 2021-07-10T00:12:05,216 Collecting om==0.0.1 2021-07-10T00:12:05,217 Created temporary directory: /tmp/pip-unpack-afu23aua 2021-07-10T00:12:05,391 Downloading om-0.0.1.tar.gz (9.4 kB) 2021-07-10T00:12:05,449 Added om==0.0.1 from https://files.pythonhosted.org/packages/cc/61/f0776a5e4e0f960c24cfb504b50c80af3aa1e5cad8e202e3de66b5af59bb/om-0.0.1.tar.gz#sha256=fb209b13421ac5086fb332b67c9bf2ba098cbcbdd1b87e5e08365481faca6a20 to build tracker '/tmp/pip-req-tracker-lzzj2v9_' 2021-07-10T00:12:05,450 Running setup.py (path:/tmp/pip-wheel-msiontqc/om_e74c955cd7eb4af5b8bea1b9b218bd1c/setup.py) egg_info for package om 2021-07-10T00:12:05,450 Created temporary directory: /tmp/pip-pip-egg-info-59d483jd 2021-07-10T00:12:05,451 Running command python setup.py egg_info 2021-07-10T00:12:06,071 Traceback (most recent call last): 2021-07-10T00:12:06,072 File "", line 1, in 2021-07-10T00:12:06,072 File "/tmp/pip-wheel-msiontqc/om_e74c955cd7eb4af5b8bea1b9b218bd1c/setup.py", line 21, in 2021-07-10T00:12:06,073 with open('README.md') as f: 2021-07-10T00:12:06,073 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-10T00:12:06,122 WARNING: Discarding https://files.pythonhosted.org/packages/cc/61/f0776a5e4e0f960c24cfb504b50c80af3aa1e5cad8e202e3de66b5af59bb/om-0.0.1.tar.gz#sha256=fb209b13421ac5086fb332b67c9bf2ba098cbcbdd1b87e5e08365481faca6a20 (from https://pypi.org/simple/om/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T00:12:06,123 ERROR: Could not find a version that satisfies the requirement om==0.0.1 (from versions: 0.0.1) 2021-07-10T00:12:06,123 ERROR: No matching distribution found for om==0.0.1 2021-07-10T00:12:06,124 Exception information: 2021-07-10T00:12:06,124 Traceback (most recent call last): 2021-07-10T00:12:06,124 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T00:12:06,124 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T00:12:06,124 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T00:12:06,124 raise RequirementsConflicted(criterion) 2021-07-10T00:12:06,124 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('om==0.0.1') 2021-07-10T00:12:06,124 2021-07-10T00:12:06,124 During handling of the above exception, another exception occurred: 2021-07-10T00:12:06,124 2021-07-10T00:12:06,124 Traceback (most recent call last): 2021-07-10T00:12:06,124 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T00:12:06,124 result = self._result = resolver.resolve( 2021-07-10T00:12:06,124 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T00:12:06,124 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T00:12:06,124 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T00:12:06,124 raise ResolutionImpossible(e.criterion.information) 2021-07-10T00:12:06,124 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('om==0.0.1'), parent=None)] 2021-07-10T00:12:06,124 2021-07-10T00:12:06,124 The above exception was the direct cause of the following exception: 2021-07-10T00:12:06,124 2021-07-10T00:12:06,124 Traceback (most recent call last): 2021-07-10T00:12:06,124 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T00:12:06,124 status = self.run(options, args) 2021-07-10T00:12:06,124 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T00:12:06,124 return func(self, options, args) 2021-07-10T00:12:06,124 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T00:12:06,124 requirement_set = resolver.resolve( 2021-07-10T00:12:06,124 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T00:12:06,124 raise error from e 2021-07-10T00:12:06,124 pip._internal.exceptions.DistributionNotFound: No matching distribution found for om==0.0.1 2021-07-10T00:12:06,129 Removed om==0.0.1 from https://files.pythonhosted.org/packages/cc/61/f0776a5e4e0f960c24cfb504b50c80af3aa1e5cad8e202e3de66b5af59bb/om-0.0.1.tar.gz#sha256=fb209b13421ac5086fb332b67c9bf2ba098cbcbdd1b87e5e08365481faca6a20 from build tracker '/tmp/pip-req-tracker-lzzj2v9_' 2021-07-10T00:12:06,129 Removed build tracker: '/tmp/pip-req-tracker-lzzj2v9_'