2021-07-09T20:35:01,603 Created temporary directory: /tmp/pip-ephem-wheel-cache-0kdrv_xn 2021-07-09T20:35:01,606 Created temporary directory: /tmp/pip-req-tracker-3_3loxcy 2021-07-09T20:35:01,606 Initialized build tracking at /tmp/pip-req-tracker-3_3loxcy 2021-07-09T20:35:01,607 Created build tracker: /tmp/pip-req-tracker-3_3loxcy 2021-07-09T20:35:01,607 Entered build tracker: /tmp/pip-req-tracker-3_3loxcy 2021-07-09T20:35:01,608 Created temporary directory: /tmp/pip-wheel-qqijiofu 2021-07-09T20:35:01,640 1 location(s) to search for versions of textland: 2021-07-09T20:35:01,640 * https://pypi.org/simple/textland/ 2021-07-09T20:35:01,640 Fetching project page and analyzing links: https://pypi.org/simple/textland/ 2021-07-09T20:35:01,641 Getting page https://pypi.org/simple/textland/ 2021-07-09T20:35:01,642 Found index url https://pypi.org/simple 2021-07-09T20:35:01,829 Found link https://files.pythonhosted.org/packages/82/a2/47183fa1e99e0d3293d1ff211746345a2da011664d764e69b096d3e24283/textland-0.1.tar.gz#sha256=c80d451d045f57b6e916ea1531842606a5f27b1125b44afab702c1eea3c3f049 (from https://pypi.org/simple/textland/), version: 0.1 2021-07-09T20:35:01,830 Skipping link: not a file: https://pypi.org/simple/textland/ 2021-07-09T20:35:01,852 Given no hashes to check 1 links for project 'textland': discarding no candidates 2021-07-09T20:35:01,871 Collecting textland==0.1 2021-07-09T20:35:01,873 Created temporary directory: /tmp/pip-unpack-bgu5q2w3 2021-07-09T20:35:02,045 Downloading textland-0.1.tar.gz (5.1 kB) 2021-07-09T20:35:02,089 Added textland==0.1 from https://files.pythonhosted.org/packages/82/a2/47183fa1e99e0d3293d1ff211746345a2da011664d764e69b096d3e24283/textland-0.1.tar.gz#sha256=c80d451d045f57b6e916ea1531842606a5f27b1125b44afab702c1eea3c3f049 to build tracker '/tmp/pip-req-tracker-3_3loxcy' 2021-07-09T20:35:02,090 Running setup.py (path:/tmp/pip-wheel-qqijiofu/textland_16a54a6381714a6ea34610ef005e435d/setup.py) egg_info for package textland 2021-07-09T20:35:02,091 Created temporary directory: /tmp/pip-pip-egg-info-1nptxwax 2021-07-09T20:35:02,092 Running command python setup.py egg_info 2021-07-09T20:35:02,711 Traceback (most recent call last): 2021-07-09T20:35:02,712 File "", line 1, in 2021-07-09T20:35:02,712 File "/tmp/pip-wheel-qqijiofu/textland_16a54a6381714a6ea34610ef005e435d/setup.py", line 27, in 2021-07-09T20:35:02,712 with open(os.path.join(base_dir, "README.md"), encoding="UTF-8") as stream: 2021-07-09T20:35:02,713 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-qqijiofu/textland_16a54a6381714a6ea34610ef005e435d/README.md' 2021-07-09T20:35:02,761 WARNING: Discarding https://files.pythonhosted.org/packages/82/a2/47183fa1e99e0d3293d1ff211746345a2da011664d764e69b096d3e24283/textland-0.1.tar.gz#sha256=c80d451d045f57b6e916ea1531842606a5f27b1125b44afab702c1eea3c3f049 (from https://pypi.org/simple/textland/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T20:35:02,763 ERROR: Could not find a version that satisfies the requirement textland==0.1 (from versions: 0.1) 2021-07-09T20:35:02,763 ERROR: No matching distribution found for textland==0.1 2021-07-09T20:35:02,763 Exception information: 2021-07-09T20:35:02,763 Traceback (most recent call last): 2021-07-09T20:35:02,763 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T20:35:02,763 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T20:35:02,763 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T20:35:02,763 raise RequirementsConflicted(criterion) 2021-07-09T20:35:02,763 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('textland==0.1') 2021-07-09T20:35:02,763 2021-07-09T20:35:02,763 During handling of the above exception, another exception occurred: 2021-07-09T20:35:02,763 2021-07-09T20:35:02,763 Traceback (most recent call last): 2021-07-09T20:35:02,763 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T20:35:02,763 result = self._result = resolver.resolve( 2021-07-09T20:35:02,763 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T20:35:02,763 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T20:35:02,763 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T20:35:02,763 raise ResolutionImpossible(e.criterion.information) 2021-07-09T20:35:02,763 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('textland==0.1'), parent=None)] 2021-07-09T20:35:02,763 2021-07-09T20:35:02,763 The above exception was the direct cause of the following exception: 2021-07-09T20:35:02,763 2021-07-09T20:35:02,763 Traceback (most recent call last): 2021-07-09T20:35:02,763 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T20:35:02,763 status = self.run(options, args) 2021-07-09T20:35:02,763 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T20:35:02,763 return func(self, options, args) 2021-07-09T20:35:02,763 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T20:35:02,763 requirement_set = resolver.resolve( 2021-07-09T20:35:02,763 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T20:35:02,763 raise error from e 2021-07-09T20:35:02,763 pip._internal.exceptions.DistributionNotFound: No matching distribution found for textland==0.1 2021-07-09T20:35:02,768 Removed textland==0.1 from https://files.pythonhosted.org/packages/82/a2/47183fa1e99e0d3293d1ff211746345a2da011664d764e69b096d3e24283/textland-0.1.tar.gz#sha256=c80d451d045f57b6e916ea1531842606a5f27b1125b44afab702c1eea3c3f049 from build tracker '/tmp/pip-req-tracker-3_3loxcy' 2021-07-09T20:35:02,769 Removed build tracker: '/tmp/pip-req-tracker-3_3loxcy'