2023-09-09T17:39:19,815 Created temporary directory: /tmp/pip-build-tracker-y9cftl6y 2023-09-09T17:39:19,816 Initialized build tracking at /tmp/pip-build-tracker-y9cftl6y 2023-09-09T17:39:19,816 Created build tracker: /tmp/pip-build-tracker-y9cftl6y 2023-09-09T17:39:19,817 Entered build tracker: /tmp/pip-build-tracker-y9cftl6y 2023-09-09T17:39:19,818 Created temporary directory: /tmp/pip-wheel-trkcu5ha 2023-09-09T17:39:19,821 Created temporary directory: /tmp/pip-ephem-wheel-cache-4ulg8w01 2023-09-09T17:39:19,842 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-09T17:39:19,846 2 location(s) to search for versions of atproject: 2023-09-09T17:39:19,846 * https://pypi.org/simple/atproject/ 2023-09-09T17:39:19,846 * https://www.piwheels.org/simple/atproject/ 2023-09-09T17:39:19,846 Fetching project page and analyzing links: https://pypi.org/simple/atproject/ 2023-09-09T17:39:19,847 Getting page https://pypi.org/simple/atproject/ 2023-09-09T17:39:19,849 Found index url https://pypi.org/simple/ 2023-09-09T17:39:19,986 Fetched page https://pypi.org/simple/atproject/ as application/vnd.pypi.simple.v1+json 2023-09-09T17:39:19,988 Found link https://files.pythonhosted.org/packages/f4/5a/7a3661466c3130c40e29dcbad5bc102d6aba2c2a81ea51f6db386a74639d/atproject-0.1.tar.gz (from https://pypi.org/simple/atproject/), version: 0.1 2023-09-09T17:39:19,989 Skipping link: Missing project version for atproject: https://files.pythonhosted.org/packages/c2/59/6bbcdd6391212403eab51059abcde8e1d0867f1c9b58c7c730a726ed065c/atproject0.1.tar.gz (from https://pypi.org/simple/atproject/) 2023-09-09T17:39:19,989 Found link https://files.pythonhosted.org/packages/03/b0/12d9b95506011ed0bd15e61bcb326922b38b48edec1e1ee6a6ab9e7a1ab0/atproject-1.tar.gz (from https://pypi.org/simple/atproject/), version: 1 2023-09-09T17:39:19,990 Skipping link: Missing project version for atproject: https://files.pythonhosted.org/packages/1e/8e/44d6d87dcf069677554541d6b1b26e0415830bdb21a29e2f88b80a611399/atproject_1_1.tar.gz (from https://pypi.org/simple/atproject/) 2023-09-09T17:39:19,991 Fetching project page and analyzing links: https://www.piwheels.org/simple/atproject/ 2023-09-09T17:39:19,991 Getting page https://www.piwheels.org/simple/atproject/ 2023-09-09T17:39:19,993 Found index url https://www.piwheels.org/simple/ 2023-09-09T17:39:20,240 Fetched page https://www.piwheels.org/simple/atproject/ as text/html 2023-09-09T17:39:20,241 Skipping link: No binaries permitted for atproject: https://www.piwheels.org/simple/atproject/atproject-1.0-py3-none-any.whl#sha256=848b290cbdffc6973cca4ae8608e24841946a65ab734ca24fdcd0a372d36a9f5 (from https://www.piwheels.org/simple/atproject/) 2023-09-09T17:39:20,242 Skipping link: not a file: https://www.piwheels.org/simple/atproject/ 2023-09-09T17:39:20,243 Skipping link: not a file: https://pypi.org/simple/atproject/ 2023-09-09T17:39:20,261 Given no hashes to check 0 links for project 'atproject': discarding no candidates 2023-09-09T17:39:20,262 ERROR: Could not find a version that satisfies the requirement atproject==1.1 (from versions: 0.1, 1) 2023-09-09T17:39:20,264 ERROR: No matching distribution found for atproject==1.1 2023-09-09T17:39:20,265 Exception information: 2023-09-09T17:39:20,265 Traceback (most recent call last): 2023-09-09T17:39:20,265 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-09T17:39:20,265 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-09T17:39:20,265 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-09T17:39:20,265 raise RequirementsConflicted(criterion) 2023-09-09T17:39:20,265 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('atproject==1.1') 2023-09-09T17:39:20,265 2023-09-09T17:39:20,265 During handling of the above exception, another exception occurred: 2023-09-09T17:39:20,265 2023-09-09T17:39:20,265 Traceback (most recent call last): 2023-09-09T17:39:20,265 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-09T17:39:20,265 result = self._result = resolver.resolve( 2023-09-09T17:39:20,265 ^^^^^^^^^^^^^^^^^ 2023-09-09T17:39:20,265 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-09T17:39:20,265 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-09T17:39:20,265 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T17:39:20,265 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-09T17:39:20,265 raise ResolutionImpossible(e.criterion.information) 2023-09-09T17:39:20,265 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('atproject==1.1'), parent=None)] 2023-09-09T17:39:20,265 2023-09-09T17:39:20,265 The above exception was the direct cause of the following exception: 2023-09-09T17:39:20,265 2023-09-09T17:39:20,265 Traceback (most recent call last): 2023-09-09T17:39:20,265 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-09T17:39:20,265 status = run_func(*args) 2023-09-09T17:39:20,265 ^^^^^^^^^^^^^^^ 2023-09-09T17:39:20,265 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-09T17:39:20,265 return func(self, options, args) 2023-09-09T17:39:20,265 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T17:39:20,265 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-09T17:39:20,265 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-09T17:39:20,265 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T17:39:20,265 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-09T17:39:20,265 raise error from e 2023-09-09T17:39:20,265 pip._internal.exceptions.DistributionNotFound: No matching distribution found for atproject==1.1 2023-09-09T17:39:20,271 Removed build tracker: '/tmp/pip-build-tracker-y9cftl6y'