2021-07-10T16:03:19,225 Created temporary directory: /tmp/pip-ephem-wheel-cache-9uksaqv_ 2021-07-10T16:03:19,228 Created temporary directory: /tmp/pip-req-tracker-zu53txar 2021-07-10T16:03:19,228 Initialized build tracking at /tmp/pip-req-tracker-zu53txar 2021-07-10T16:03:19,228 Created build tracker: /tmp/pip-req-tracker-zu53txar 2021-07-10T16:03:19,228 Entered build tracker: /tmp/pip-req-tracker-zu53txar 2021-07-10T16:03:19,229 Created temporary directory: /tmp/pip-wheel-86zrch5e 2021-07-10T16:03:19,258 1 location(s) to search for versions of pyteach: 2021-07-10T16:03:19,258 * https://pypi.org/simple/pyteach/ 2021-07-10T16:03:19,258 Fetching project page and analyzing links: https://pypi.org/simple/pyteach/ 2021-07-10T16:03:19,259 Getting page https://pypi.org/simple/pyteach/ 2021-07-10T16:03:19,260 Found index url https://pypi.org/simple 2021-07-10T16:03:19,450 Found link https://files.pythonhosted.org/packages/5b/c6/3033890c99609b7940e9b8d7500b81e8a8b715f928452791852af5915223/pyteach-0.0.1.tar.gz#sha256=f46c81d086f4581c056b13a09f8ac0b765a7e8b499a373fa332822c07a508d4c (from https://pypi.org/simple/pyteach/), version: 0.0.1 2021-07-10T16:03:19,450 Skipping link: not a file: https://pypi.org/simple/pyteach/ 2021-07-10T16:03:19,468 Given no hashes to check 1 links for project 'pyteach': discarding no candidates 2021-07-10T16:03:19,486 Collecting pyteach==0.0.1 2021-07-10T16:03:19,488 Created temporary directory: /tmp/pip-unpack-g9cjwq_i 2021-07-10T16:03:19,662 Downloading pyteach-0.0.1.tar.gz (14 kB) 2021-07-10T16:03:19,703 Added pyteach==0.0.1 from https://files.pythonhosted.org/packages/5b/c6/3033890c99609b7940e9b8d7500b81e8a8b715f928452791852af5915223/pyteach-0.0.1.tar.gz#sha256=f46c81d086f4581c056b13a09f8ac0b765a7e8b499a373fa332822c07a508d4c to build tracker '/tmp/pip-req-tracker-zu53txar' 2021-07-10T16:03:19,704 Running setup.py (path:/tmp/pip-wheel-86zrch5e/pyteach_bfc66c57a20b424d8bf6b2f81655a13b/setup.py) egg_info for package pyteach 2021-07-10T16:03:19,705 Created temporary directory: /tmp/pip-pip-egg-info-z2leq2wx 2021-07-10T16:03:19,705 Running command python setup.py egg_info 2021-07-10T16:03:20,418 Traceback (most recent call last): 2021-07-10T16:03:20,419 File "", line 1, in 2021-07-10T16:03:20,419 File "/tmp/pip-wheel-86zrch5e/pyteach_bfc66c57a20b424d8bf6b2f81655a13b/setup.py", line 3, in 2021-07-10T16:03:20,420 from pip.req import parse_requirements 2021-07-10T16:03:20,420 ModuleNotFoundError: No module named 'pip.req' 2021-07-10T16:03:20,467 WARNING: Discarding https://files.pythonhosted.org/packages/5b/c6/3033890c99609b7940e9b8d7500b81e8a8b715f928452791852af5915223/pyteach-0.0.1.tar.gz#sha256=f46c81d086f4581c056b13a09f8ac0b765a7e8b499a373fa332822c07a508d4c (from https://pypi.org/simple/pyteach/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T16:03:20,468 ERROR: Could not find a version that satisfies the requirement pyteach==0.0.1 (from versions: 0.0.1) 2021-07-10T16:03:20,469 ERROR: No matching distribution found for pyteach==0.0.1 2021-07-10T16:03:20,469 Exception information: 2021-07-10T16:03:20,469 Traceback (most recent call last): 2021-07-10T16:03:20,469 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T16:03:20,469 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T16:03:20,469 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T16:03:20,469 raise RequirementsConflicted(criterion) 2021-07-10T16:03:20,469 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pyteach==0.0.1') 2021-07-10T16:03:20,469 2021-07-10T16:03:20,469 During handling of the above exception, another exception occurred: 2021-07-10T16:03:20,469 2021-07-10T16:03:20,469 Traceback (most recent call last): 2021-07-10T16:03:20,469 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T16:03:20,469 result = self._result = resolver.resolve( 2021-07-10T16:03:20,469 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T16:03:20,469 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T16:03:20,469 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T16:03:20,469 raise ResolutionImpossible(e.criterion.information) 2021-07-10T16:03:20,469 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pyteach==0.0.1'), parent=None)] 2021-07-10T16:03:20,469 2021-07-10T16:03:20,469 The above exception was the direct cause of the following exception: 2021-07-10T16:03:20,469 2021-07-10T16:03:20,469 Traceback (most recent call last): 2021-07-10T16:03:20,469 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T16:03:20,469 status = self.run(options, args) 2021-07-10T16:03:20,469 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T16:03:20,469 return func(self, options, args) 2021-07-10T16:03:20,469 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T16:03:20,469 requirement_set = resolver.resolve( 2021-07-10T16:03:20,469 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T16:03:20,469 raise error from e 2021-07-10T16:03:20,469 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pyteach==0.0.1 2021-07-10T16:03:20,474 Removed pyteach==0.0.1 from https://files.pythonhosted.org/packages/5b/c6/3033890c99609b7940e9b8d7500b81e8a8b715f928452791852af5915223/pyteach-0.0.1.tar.gz#sha256=f46c81d086f4581c056b13a09f8ac0b765a7e8b499a373fa332822c07a508d4c from build tracker '/tmp/pip-req-tracker-zu53txar' 2021-07-10T16:03:20,474 Removed build tracker: '/tmp/pip-req-tracker-zu53txar'