2021-08-18T15:05:47,125 Created temporary directory: /tmp/pip-ephem-wheel-cache-j6ry4gix 2021-08-18T15:05:47,129 Created temporary directory: /tmp/pip-req-tracker-ph38ot38 2021-08-18T15:05:47,129 Initialized build tracking at /tmp/pip-req-tracker-ph38ot38 2021-08-18T15:05:47,129 Created build tracker: /tmp/pip-req-tracker-ph38ot38 2021-08-18T15:05:47,129 Entered build tracker: /tmp/pip-req-tracker-ph38ot38 2021-08-18T15:05:47,130 Created temporary directory: /tmp/pip-wheel-9i9znjzp 2021-08-18T15:05:47,158 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-08-18T15:05:47,161 2 location(s) to search for versions of weak-postagger: 2021-08-18T15:05:47,161 * https://pypi.org/simple/weak-postagger/ 2021-08-18T15:05:47,161 * https://www.piwheels.org/simple/weak-postagger/ 2021-08-18T15:05:47,161 Fetching project page and analyzing links: https://pypi.org/simple/weak-postagger/ 2021-08-18T15:05:47,162 Getting page https://pypi.org/simple/weak-postagger/ 2021-08-18T15:05:47,163 Found index url https://pypi.org/simple 2021-08-18T15:05:47,248 Found link https://files.pythonhosted.org/packages/78/ae/956aa38247690c7e5b9d73329cf735e7335b1606ac3687d8920a49116e01/weak-postagger-0.0.1.tar.gz#sha256=26965b6459239fbe1094366b404952782625252f5fee18600b36465075ecb32f (from https://pypi.org/simple/weak-postagger/), version: 0.0.1 2021-08-18T15:05:47,249 Skipping link: No binaries permitted for weak-postagger: https://files.pythonhosted.org/packages/79/68/97d303854cfa6f7fa886fc1cb8d6539becffca5694a84a7f8ed96092beea/weak_postagger-0.0.1-py3-none-any.whl#sha256=fa4986a8fd7025e36d33c00920735d601ec3f8bbba11b96ae009b5dd9ceda3b3 (from https://pypi.org/simple/weak-postagger/) 2021-08-18T15:05:47,249 Fetching project page and analyzing links: https://www.piwheels.org/simple/weak-postagger/ 2021-08-18T15:05:47,250 Getting page https://www.piwheels.org/simple/weak-postagger/ 2021-08-18T15:05:47,250 Found index url https://www.piwheels.org/simple 2021-08-18T15:05:47,360 Skipping link: not a file: https://www.piwheels.org/simple/weak-postagger/ 2021-08-18T15:05:47,360 Skipping link: not a file: https://pypi.org/simple/weak-postagger/ 2021-08-18T15:05:47,382 Given no hashes to check 1 links for project 'weak-postagger': discarding no candidates 2021-08-18T15:05:47,396 Collecting weak-postagger==0.0.1 2021-08-18T15:05:47,398 Created temporary directory: /tmp/pip-unpack-wvouh92z 2021-08-18T15:05:47,439 Downloading weak-postagger-0.0.1.tar.gz (12 kB) 2021-08-18T15:05:47,505 Added weak-postagger==0.0.1 from https://files.pythonhosted.org/packages/78/ae/956aa38247690c7e5b9d73329cf735e7335b1606ac3687d8920a49116e01/weak-postagger-0.0.1.tar.gz#sha256=26965b6459239fbe1094366b404952782625252f5fee18600b36465075ecb32f to build tracker '/tmp/pip-req-tracker-ph38ot38' 2021-08-18T15:05:47,506 Running setup.py (path:/tmp/pip-wheel-9i9znjzp/weak-postagger_532dc275c6274d6f84b832df7fa43188/setup.py) egg_info for package weak-postagger 2021-08-18T15:05:47,507 Created temporary directory: /tmp/pip-pip-egg-info-px9sfe7j 2021-08-18T15:05:47,507 Running command python setup.py egg_info 2021-08-18T15:05:48,183 Traceback (most recent call last): 2021-08-18T15:05:48,184 File "", line 1, in 2021-08-18T15:05:48,184 File "/tmp/pip-wheel-9i9znjzp/weak-postagger_532dc275c6274d6f84b832df7fa43188/setup.py", line 24, in 2021-08-18T15:05:48,184 for line in open("requirements.txt", "r", encoding="utf-8") 2021-08-18T15:05:48,184 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-08-18T15:05:48,233 WARNING: Discarding https://files.pythonhosted.org/packages/78/ae/956aa38247690c7e5b9d73329cf735e7335b1606ac3687d8920a49116e01/weak-postagger-0.0.1.tar.gz#sha256=26965b6459239fbe1094366b404952782625252f5fee18600b36465075ecb32f (from https://pypi.org/simple/weak-postagger/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-08-18T15:05:48,234 ERROR: Could not find a version that satisfies the requirement weak-postagger==0.0.1 (from versions: 0.0.1) 2021-08-18T15:05:48,235 ERROR: No matching distribution found for weak-postagger==0.0.1 2021-08-18T15:05:48,235 Exception information: 2021-08-18T15:05:48,235 Traceback (most recent call last): 2021-08-18T15:05:48,235 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-08-18T15:05:48,235 name, crit = self._merge_into_criterion(r, parent=None) 2021-08-18T15:05:48,235 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-08-18T15:05:48,235 raise RequirementsConflicted(criterion) 2021-08-18T15:05:48,235 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('weak-postagger==0.0.1') 2021-08-18T15:05:48,235 2021-08-18T15:05:48,235 During handling of the above exception, another exception occurred: 2021-08-18T15:05:48,235 2021-08-18T15:05:48,235 Traceback (most recent call last): 2021-08-18T15:05:48,235 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-08-18T15:05:48,235 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-08-18T15:05:48,235 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-08-18T15:05:48,235 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-08-18T15:05:48,235 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-08-18T15:05:48,235 raise ResolutionImpossible(e.criterion.information) 2021-08-18T15:05:48,235 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('weak-postagger==0.0.1'), parent=None)] 2021-08-18T15:05:48,235 2021-08-18T15:05:48,235 The above exception was the direct cause of the following exception: 2021-08-18T15:05:48,235 2021-08-18T15:05:48,235 Traceback (most recent call last): 2021-08-18T15:05:48,235 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-08-18T15:05:48,235 status = self.run(options, args) 2021-08-18T15:05:48,235 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-08-18T15:05:48,235 return func(self, options, args) 2021-08-18T15:05:48,235 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-08-18T15:05:48,235 reqs, check_supported_wheels=True 2021-08-18T15:05:48,235 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-08-18T15:05:48,235 raise error from e 2021-08-18T15:05:48,235 pip._internal.exceptions.DistributionNotFound: No matching distribution found for weak-postagger==0.0.1 2021-08-18T15:05:48,240 Removed weak-postagger==0.0.1 from https://files.pythonhosted.org/packages/78/ae/956aa38247690c7e5b9d73329cf735e7335b1606ac3687d8920a49116e01/weak-postagger-0.0.1.tar.gz#sha256=26965b6459239fbe1094366b404952782625252f5fee18600b36465075ecb32f from build tracker '/tmp/pip-req-tracker-ph38ot38' 2021-08-18T15:05:48,240 Removed build tracker: '/tmp/pip-req-tracker-ph38ot38'