2021-08-18T15:09:43,601 Created temporary directory: /tmp/pip-ephem-wheel-cache-q8ymsc72 2021-08-18T15:09:43,604 Created temporary directory: /tmp/pip-req-tracker-ntws5qda 2021-08-18T15:09:43,605 Initialized build tracking at /tmp/pip-req-tracker-ntws5qda 2021-08-18T15:09:43,605 Created build tracker: /tmp/pip-req-tracker-ntws5qda 2021-08-18T15:09:43,605 Entered build tracker: /tmp/pip-req-tracker-ntws5qda 2021-08-18T15:09:43,606 Created temporary directory: /tmp/pip-wheel-ba3rrqu2 2021-08-18T15:09:43,642 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-08-18T15:09:43,645 2 location(s) to search for versions of weak-postagger: 2021-08-18T15:09:43,645 * https://pypi.org/simple/weak-postagger/ 2021-08-18T15:09:43,645 * https://www.piwheels.org/simple/weak-postagger/ 2021-08-18T15:09:43,645 Fetching project page and analyzing links: https://pypi.org/simple/weak-postagger/ 2021-08-18T15:09:43,646 Getting page https://pypi.org/simple/weak-postagger/ 2021-08-18T15:09:43,647 Found index url https://pypi.org/simple 2021-08-18T15:09:43,739 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:09:43,739 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:09:43,740 Fetching project page and analyzing links: https://www.piwheels.org/simple/weak-postagger/ 2021-08-18T15:09:43,740 Getting page https://www.piwheels.org/simple/weak-postagger/ 2021-08-18T15:09:43,741 Found index url https://www.piwheels.org/simple 2021-08-18T15:09:43,868 Skipping link: not a file: https://www.piwheels.org/simple/weak-postagger/ 2021-08-18T15:09:43,869 Skipping link: not a file: https://pypi.org/simple/weak-postagger/ 2021-08-18T15:09:43,890 Given no hashes to check 1 links for project 'weak-postagger': discarding no candidates 2021-08-18T15:09:43,909 Collecting weak-postagger==0.0.1 2021-08-18T15:09:43,910 Created temporary directory: /tmp/pip-unpack-k4nbsgyc 2021-08-18T15:09:43,949 Downloading weak-postagger-0.0.1.tar.gz (12 kB) 2021-08-18T15:09:44,011 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-ntws5qda' 2021-08-18T15:09:44,012 Running setup.py (path:/tmp/pip-wheel-ba3rrqu2/weak-postagger_76dfd76f715d4063a7a0fbc888460526/setup.py) egg_info for package weak-postagger 2021-08-18T15:09:44,013 Created temporary directory: /tmp/pip-pip-egg-info-jt_ja4gy 2021-08-18T15:09:44,013 Running command python setup.py egg_info 2021-08-18T15:09:44,680 Traceback (most recent call last): 2021-08-18T15:09:44,681 File "", line 1, in 2021-08-18T15:09:44,681 File "/tmp/pip-wheel-ba3rrqu2/weak-postagger_76dfd76f715d4063a7a0fbc888460526/setup.py", line 24, in 2021-08-18T15:09:44,682 for line in open("requirements.txt", "r", encoding="utf-8") 2021-08-18T15:09:44,682 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-08-18T15:09:44,730 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:09:44,731 ERROR: Could not find a version that satisfies the requirement weak-postagger==0.0.1 (from versions: 0.0.1) 2021-08-18T15:09:44,732 ERROR: No matching distribution found for weak-postagger==0.0.1 2021-08-18T15:09:44,732 Exception information: 2021-08-18T15:09:44,732 Traceback (most recent call last): 2021-08-18T15:09:44,732 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-08-18T15:09:44,732 name, crit = self._merge_into_criterion(r, parent=None) 2021-08-18T15:09:44,732 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-08-18T15:09:44,732 raise RequirementsConflicted(criterion) 2021-08-18T15:09:44,732 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('weak-postagger==0.0.1') 2021-08-18T15:09:44,732 2021-08-18T15:09:44,732 During handling of the above exception, another exception occurred: 2021-08-18T15:09:44,732 2021-08-18T15:09:44,732 Traceback (most recent call last): 2021-08-18T15:09:44,732 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-08-18T15:09:44,732 result = self._result = resolver.resolve( 2021-08-18T15:09:44,732 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-08-18T15:09:44,732 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-08-18T15:09:44,732 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-08-18T15:09:44,732 raise ResolutionImpossible(e.criterion.information) 2021-08-18T15:09:44,732 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('weak-postagger==0.0.1'), parent=None)] 2021-08-18T15:09:44,732 2021-08-18T15:09:44,732 The above exception was the direct cause of the following exception: 2021-08-18T15:09:44,732 2021-08-18T15:09:44,732 Traceback (most recent call last): 2021-08-18T15:09:44,732 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-08-18T15:09:44,732 status = self.run(options, args) 2021-08-18T15:09:44,732 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-08-18T15:09:44,732 return func(self, options, args) 2021-08-18T15:09:44,732 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-08-18T15:09:44,732 requirement_set = resolver.resolve( 2021-08-18T15:09:44,732 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-08-18T15:09:44,732 raise error from e 2021-08-18T15:09:44,732 pip._internal.exceptions.DistributionNotFound: No matching distribution found for weak-postagger==0.0.1 2021-08-18T15:09:44,737 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-ntws5qda' 2021-08-18T15:09:44,737 Removed build tracker: '/tmp/pip-req-tracker-ntws5qda'