2021-07-12T16:08:11,112 Created temporary directory: /tmp/pip-ephem-wheel-cache-rw0rofh3 2021-07-12T16:08:11,115 Created temporary directory: /tmp/pip-req-tracker-5lte5npn 2021-07-12T16:08:11,115 Initialized build tracking at /tmp/pip-req-tracker-5lte5npn 2021-07-12T16:08:11,115 Created build tracker: /tmp/pip-req-tracker-5lte5npn 2021-07-12T16:08:11,116 Entered build tracker: /tmp/pip-req-tracker-5lte5npn 2021-07-12T16:08:11,116 Created temporary directory: /tmp/pip-wheel-ah97vql8 2021-07-12T16:08:11,146 1 location(s) to search for versions of mactopeer: 2021-07-12T16:08:11,146 * https://pypi.org/simple/mactopeer/ 2021-07-12T16:08:11,146 Fetching project page and analyzing links: https://pypi.org/simple/mactopeer/ 2021-07-12T16:08:11,147 Getting page https://pypi.org/simple/mactopeer/ 2021-07-12T16:08:11,148 Found index url https://pypi.org/simple 2021-07-12T16:08:11,237 Found link https://files.pythonhosted.org/packages/1b/fe/879ca5ffb64276866ab7f992d880f927ce3fbca920a290bccc533b8b2225/mactopeer-0.1.0.tar.gz#sha256=6ed0d09017be3b1f062d6046bf2eea8a4cda445b0a22da3dc7d7318246aa740e (from https://pypi.org/simple/mactopeer/), version: 0.1.0 2021-07-12T16:08:11,238 Found link https://files.pythonhosted.org/packages/30/bc/3e259813fcaf31e0904517fbae1f86da62be7a036048d3b65114612ccd2f/mactopeer-0.2.0.tar.gz#sha256=c39aebca2118caf44c2d835dd0d825da19b1e0b90d442980636704488af56629 (from https://pypi.org/simple/mactopeer/), version: 0.2.0 2021-07-12T16:08:11,238 Found link https://files.pythonhosted.org/packages/cf/ac/0746e6f1faeac553b3cfd5b9569ce4c13477212099c1d0fee3fe95c37066/mactopeer-0.3.0.tar.gz#sha256=3a79349ac5a0c78eab5893ba097a010ca4539c0871d9e8174ee919ddc4bb0c00 (from https://pypi.org/simple/mactopeer/), version: 0.3.0 2021-07-12T16:08:11,238 Skipping link: not a file: https://pypi.org/simple/mactopeer/ 2021-07-12T16:08:11,256 Given no hashes to check 1 links for project 'mactopeer': discarding no candidates 2021-07-12T16:08:11,275 Collecting mactopeer==0.2.0 2021-07-12T16:08:11,277 Created temporary directory: /tmp/pip-unpack-_0smu5t5 2021-07-12T16:08:11,453 Downloading mactopeer-0.2.0.tar.gz (12 kB) 2021-07-12T16:08:11,504 Added mactopeer==0.2.0 from https://files.pythonhosted.org/packages/30/bc/3e259813fcaf31e0904517fbae1f86da62be7a036048d3b65114612ccd2f/mactopeer-0.2.0.tar.gz#sha256=c39aebca2118caf44c2d835dd0d825da19b1e0b90d442980636704488af56629 to build tracker '/tmp/pip-req-tracker-5lte5npn' 2021-07-12T16:08:11,505 Running setup.py (path:/tmp/pip-wheel-ah97vql8/mactopeer_3bc6f92052c948a9b7a5b0bd43261397/setup.py) egg_info for package mactopeer 2021-07-12T16:08:11,506 Created temporary directory: /tmp/pip-pip-egg-info-bfwwmjeg 2021-07-12T16:08:11,506 Running command python setup.py egg_info 2021-07-12T16:08:12,436 Traceback (most recent call last): 2021-07-12T16:08:12,436 File "", line 1, in 2021-07-12T16:08:12,436 File "/tmp/pip-wheel-ah97vql8/mactopeer_3bc6f92052c948a9b7a5b0bd43261397/setup.py", line 53, in 2021-07-12T16:08:12,437 changes = open(join(current_dir, "CHANGES.rst")).read() 2021-07-12T16:08:12,437 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-ah97vql8/mactopeer_3bc6f92052c948a9b7a5b0bd43261397/CHANGES.rst' 2021-07-12T16:08:12,485 WARNING: Discarding https://files.pythonhosted.org/packages/30/bc/3e259813fcaf31e0904517fbae1f86da62be7a036048d3b65114612ccd2f/mactopeer-0.2.0.tar.gz#sha256=c39aebca2118caf44c2d835dd0d825da19b1e0b90d442980636704488af56629 (from https://pypi.org/simple/mactopeer/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T16:08:12,487 ERROR: Could not find a version that satisfies the requirement mactopeer==0.2.0 (from versions: 0.1.0, 0.2.0, 0.3.0) 2021-07-12T16:08:12,487 ERROR: No matching distribution found for mactopeer==0.2.0 2021-07-12T16:08:12,488 Exception information: 2021-07-12T16:08:12,488 Traceback (most recent call last): 2021-07-12T16:08:12,488 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T16:08:12,488 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T16:08:12,488 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T16:08:12,488 raise RequirementsConflicted(criterion) 2021-07-12T16:08:12,488 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mactopeer==0.2.0') 2021-07-12T16:08:12,488 2021-07-12T16:08:12,488 During handling of the above exception, another exception occurred: 2021-07-12T16:08:12,488 2021-07-12T16:08:12,488 Traceback (most recent call last): 2021-07-12T16:08:12,488 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T16:08:12,488 result = self._result = resolver.resolve( 2021-07-12T16:08:12,488 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T16:08:12,488 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T16:08:12,488 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T16:08:12,488 raise ResolutionImpossible(e.criterion.information) 2021-07-12T16:08:12,488 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mactopeer==0.2.0'), parent=None)] 2021-07-12T16:08:12,488 2021-07-12T16:08:12,488 The above exception was the direct cause of the following exception: 2021-07-12T16:08:12,488 2021-07-12T16:08:12,488 Traceback (most recent call last): 2021-07-12T16:08:12,488 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T16:08:12,488 status = self.run(options, args) 2021-07-12T16:08:12,488 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T16:08:12,488 return func(self, options, args) 2021-07-12T16:08:12,488 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T16:08:12,488 requirement_set = resolver.resolve( 2021-07-12T16:08:12,488 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T16:08:12,488 raise error from e 2021-07-12T16:08:12,488 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mactopeer==0.2.0 2021-07-12T16:08:12,492 Removed mactopeer==0.2.0 from https://files.pythonhosted.org/packages/30/bc/3e259813fcaf31e0904517fbae1f86da62be7a036048d3b65114612ccd2f/mactopeer-0.2.0.tar.gz#sha256=c39aebca2118caf44c2d835dd0d825da19b1e0b90d442980636704488af56629 from build tracker '/tmp/pip-req-tracker-5lte5npn' 2021-07-12T16:08:12,493 Removed build tracker: '/tmp/pip-req-tracker-5lte5npn'