2022-04-04T20:28:46,054 Created temporary directory: /tmp/pip-ephem-wheel-cache-leo75auz 2022-04-04T20:28:46,059 Created temporary directory: /tmp/pip-req-tracker-xj41vsk2 2022-04-04T20:28:46,060 Initialized build tracking at /tmp/pip-req-tracker-xj41vsk2 2022-04-04T20:28:46,060 Created build tracker: /tmp/pip-req-tracker-xj41vsk2 2022-04-04T20:28:46,060 Entered build tracker: /tmp/pip-req-tracker-xj41vsk2 2022-04-04T20:28:46,062 Created temporary directory: /tmp/pip-wheel-wgmoyjhs 2022-04-04T20:28:46,130 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-04-04T20:28:46,138 2 location(s) to search for versions of bounding-ai-tool: 2022-04-04T20:28:46,138 * https://pypi.org/simple/bounding-ai-tool/ 2022-04-04T20:28:46,138 * https://www.piwheels.org/simple/bounding-ai-tool/ 2022-04-04T20:28:46,139 Fetching project page and analyzing links: https://pypi.org/simple/bounding-ai-tool/ 2022-04-04T20:28:46,140 Getting page https://pypi.org/simple/bounding-ai-tool/ 2022-04-04T20:28:46,143 Found index url https://pypi.org/simple 2022-04-04T20:28:46,257 Skipping link: No binaries permitted for bounding-ai-tool: https://files.pythonhosted.org/packages/91/e3/08afd943a8f20b29cf7134afc30429025eed40ed98a37245ebcd4ff00ad5/bounding_ai_tool-0.1.0-py3-none-any.whl#sha256=9f9f830849d77b6f551941a43f4f5dc712339d15efc0c506d4c2e3f7a032b4b0 (from https://pypi.org/simple/bounding-ai-tool/) 2022-04-04T20:28:46,258 Found link https://files.pythonhosted.org/packages/26/47/87422125f2f02a51c2c3430cb237472c4d9cc15a9edf2155041819c726c9/bounding_ai_tool-0.1.0.win-amd64.zip#sha256=2c8bd17edc5e741d80741a3e73e30abf869417be9a58efbaa845763b928ad6e5 (from https://pypi.org/simple/bounding-ai-tool/), version: 0.1.0.win-amd64 2022-04-04T20:28:46,259 Skipping link: No binaries permitted for bounding-ai-tool: https://files.pythonhosted.org/packages/20/77/1b387d4e8fecadfd206a16e0ee59bd7c02e224ff1f6d2a7147bc1ca8ca9c/bounding_ai_tool-0.1.1-py3-none-any.whl#sha256=a189b2d4dd2249a55e71ae82af5d30f5969f1596decf461507530e24f6a9a28e (from https://pypi.org/simple/bounding-ai-tool/) 2022-04-04T20:28:46,259 Skipping link: No binaries permitted for bounding-ai-tool: https://files.pythonhosted.org/packages/38/93/35142bc536b4d4b5c521177027173e716b755677602ffba55057ce9b873b/bounding_ai_tool-0.1.2-py3-none-any.whl#sha256=f06bba916d749ec332626038c002aa975b749f50fd95f2ac166ca86be4331453 (from https://pypi.org/simple/bounding-ai-tool/) 2022-04-04T20:28:46,260 Fetching project page and analyzing links: https://www.piwheels.org/simple/bounding-ai-tool/ 2022-04-04T20:28:46,261 Getting page https://www.piwheels.org/simple/bounding-ai-tool/ 2022-04-04T20:28:46,263 Found index url https://www.piwheels.org/simple 2022-04-04T20:28:46,478 Skipping link: not a file: https://www.piwheels.org/simple/bounding-ai-tool/ 2022-04-04T20:28:46,478 Skipping link: not a file: https://pypi.org/simple/bounding-ai-tool/ 2022-04-04T20:28:46,522 Given no hashes to check 0 links for project 'bounding-ai-tool': discarding no candidates 2022-04-04T20:28:46,523 ERROR: Could not find a version that satisfies the requirement bounding-ai-tool==0.1.0 (from versions: 0.1.0.win-amd64) 2022-04-04T20:28:46,526 ERROR: No matching distribution found for bounding-ai-tool==0.1.0 2022-04-04T20:28:46,527 Exception information: 2022-04-04T20:28:46,527 Traceback (most recent call last): 2022-04-04T20:28:46,527 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-04-04T20:28:46,527 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-04-04T20:28:46,527 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-04-04T20:28:46,527 raise RequirementsConflicted(criterion) 2022-04-04T20:28:46,527 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('bounding-ai-tool==0.1.0') 2022-04-04T20:28:46,527 2022-04-04T20:28:46,527 During handling of the above exception, another exception occurred: 2022-04-04T20:28:46,527 2022-04-04T20:28:46,527 Traceback (most recent call last): 2022-04-04T20:28:46,527 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve 2022-04-04T20:28:46,527 result = self._result = resolver.resolve( 2022-04-04T20:28:46,527 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-04-04T20:28:46,527 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-04-04T20:28:46,527 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-04-04T20:28:46,527 raise ResolutionImpossible(e.criterion.information) 2022-04-04T20:28:46,527 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('bounding-ai-tool==0.1.0'), parent=None)] 2022-04-04T20:28:46,527 2022-04-04T20:28:46,527 The above exception was the direct cause of the following exception: 2022-04-04T20:28:46,527 2022-04-04T20:28:46,527 Traceback (most recent call last): 2022-04-04T20:28:46,527 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-04-04T20:28:46,527 status = run_func(*args) 2022-04-04T20:28:46,527 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-04-04T20:28:46,527 return func(self, options, args) 2022-04-04T20:28:46,527 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-04-04T20:28:46,527 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-04-04T20:28:46,527 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-04-04T20:28:46,527 raise error from e 2022-04-04T20:28:46,527 pip._internal.exceptions.DistributionNotFound: No matching distribution found for bounding-ai-tool==0.1.0 2022-04-04T20:28:46,536 Removed build tracker: '/tmp/pip-req-tracker-xj41vsk2'