2021-06-30T10:56:50,428 Created temporary directory: /tmp/pip-ephem-wheel-cache-tmnjs9p0 2021-06-30T10:56:50,431 Created temporary directory: /tmp/pip-req-tracker-sngqc506 2021-06-30T10:56:50,431 Initialized build tracking at /tmp/pip-req-tracker-sngqc506 2021-06-30T10:56:50,432 Created build tracker: /tmp/pip-req-tracker-sngqc506 2021-06-30T10:56:50,432 Entered build tracker: /tmp/pip-req-tracker-sngqc506 2021-06-30T10:56:50,433 Created temporary directory: /tmp/pip-wheel-zvp771at 2021-06-30T10:56:50,466 1 location(s) to search for versions of mitorch: 2021-06-30T10:56:50,466 * https://pypi.org/simple/mitorch/ 2021-06-30T10:56:50,467 Fetching project page and analyzing links: https://pypi.org/simple/mitorch/ 2021-06-30T10:56:50,467 Getting page https://pypi.org/simple/mitorch/ 2021-06-30T10:56:50,469 Found index url https://pypi.org/simple 2021-06-30T10:56:50,569 Found link https://files.pythonhosted.org/packages/36/a0/314097c15fe702fef710731e2471184dd651f774f39772a3f55810ae6682/mitorch-0.0.1-py3-none-any.whl#sha256=f73bcc2640b59899a637e71aa65ef5491d7362261754dca468912b56b776b58f (from https://pypi.org/simple/mitorch/), version: 0.0.1 2021-06-30T10:56:50,569 Found link https://files.pythonhosted.org/packages/29/2f/db9ba7773125fe43b6fa75b2aaa246c81d7c095eee07aac2188ca2c85ada/mitorch-0.0.1.tar.gz#sha256=8bc272889260c8b056780b48391a1fd88018fdaa5f0da71bc8ffe2b963322d93 (from https://pypi.org/simple/mitorch/), version: 0.0.1 2021-06-30T10:56:50,570 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/ee/60/970b42a79187b68b6b443bdcd9a5ea84240313f3eb47cbebd698fb2adb48/mitorch-0.0.2-py3-none-any.whl#sha256=98508d8765abbe3b5b80b1e1c66864138c51fab734b5eadfb2aed743922ec730 (from https://pypi.org/simple/mitorch/) (requires-python:>=3.8) 2021-06-30T10:56:50,571 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/8e/1e/cab402d526c34cd84ef74902bccfbf6b38128aabf2bca9c4bf6dad2a05ca/mitorch-0.0.2.tar.gz#sha256=8d56e44af8b209db16038b08cf7a4d7b0ac2e4390c2581d499920f68e44f7620 (from https://pypi.org/simple/mitorch/) (requires-python:>=3.8) 2021-06-30T10:56:50,571 Skipping link: not a file: https://pypi.org/simple/mitorch/ 2021-06-30T10:56:50,572 Given no hashes to check 0 links for project 'mitorch': discarding no candidates 2021-06-30T10:56:50,572 ERROR: Could not find a version that satisfies the requirement mitorch==0.0.2 (from versions: 0.0.1) 2021-06-30T10:56:50,573 ERROR: No matching distribution found for mitorch==0.0.2 2021-06-30T10:56:50,573 Exception information: 2021-06-30T10:56:50,573 Traceback (most recent call last): 2021-06-30T10:56:50,573 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-06-30T10:56:50,573 name, crit = self._merge_into_criterion(r, parent=None) 2021-06-30T10:56:50,573 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-06-30T10:56:50,573 raise RequirementsConflicted(criterion) 2021-06-30T10:56:50,573 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mitorch==0.0.2') 2021-06-30T10:56:50,573 2021-06-30T10:56:50,573 During handling of the above exception, another exception occurred: 2021-06-30T10:56:50,573 2021-06-30T10:56:50,573 Traceback (most recent call last): 2021-06-30T10:56:50,573 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-06-30T10:56:50,573 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-06-30T10:56:50,573 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-06-30T10:56:50,573 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-06-30T10:56:50,573 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-06-30T10:56:50,573 raise ResolutionImpossible(e.criterion.information) 2021-06-30T10:56:50,573 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mitorch==0.0.2'), parent=None)] 2021-06-30T10:56:50,573 2021-06-30T10:56:50,573 The above exception was the direct cause of the following exception: 2021-06-30T10:56:50,573 2021-06-30T10:56:50,573 Traceback (most recent call last): 2021-06-30T10:56:50,573 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-06-30T10:56:50,573 status = self.run(options, args) 2021-06-30T10:56:50,573 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-06-30T10:56:50,573 return func(self, options, args) 2021-06-30T10:56:50,573 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-06-30T10:56:50,573 reqs, check_supported_wheels=True 2021-06-30T10:56:50,573 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-06-30T10:56:50,573 raise error from e 2021-06-30T10:56:50,573 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mitorch==0.0.2 2021-06-30T10:56:50,577 Removed build tracker: '/tmp/pip-req-tracker-sngqc506'