2023-09-09T12:26:40,710 Created temporary directory: /tmp/pip-build-tracker-rbl29huy 2023-09-09T12:26:40,711 Initialized build tracking at /tmp/pip-build-tracker-rbl29huy 2023-09-09T12:26:40,712 Created build tracker: /tmp/pip-build-tracker-rbl29huy 2023-09-09T12:26:40,712 Entered build tracker: /tmp/pip-build-tracker-rbl29huy 2023-09-09T12:26:40,713 Created temporary directory: /tmp/pip-wheel-5ypsor_2 2023-09-09T12:26:40,716 Created temporary directory: /tmp/pip-ephem-wheel-cache-_072ef2x 2023-09-09T12:26:40,738 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-09T12:26:40,742 2 location(s) to search for versions of stock-wechat: 2023-09-09T12:26:40,742 * https://pypi.org/simple/stock-wechat/ 2023-09-09T12:26:40,742 * https://www.piwheels.org/simple/stock-wechat/ 2023-09-09T12:26:40,742 Fetching project page and analyzing links: https://pypi.org/simple/stock-wechat/ 2023-09-09T12:26:40,744 Getting page https://pypi.org/simple/stock-wechat/ 2023-09-09T12:26:40,745 Found index url https://pypi.org/simple/ 2023-09-09T12:26:40,991 Fetched page https://pypi.org/simple/stock-wechat/ as application/vnd.pypi.simple.v1+json 2023-09-09T12:26:40,993 Found link https://files.pythonhosted.org/packages/09/3e/d443bbb8ce4a85cbcd7d4e28feb86fe865d5caa332a063a95a0eadf0e151/Stock_WeChat-0.0.5.tar.gz (from https://pypi.org/simple/stock-wechat/), version: 0.0.5 2023-09-09T12:26:40,994 Found link https://files.pythonhosted.org/packages/68/dc/9647b4bff87a1e2c763dec0c64b58122d15fe46f0ef7f4f8ad03ee816ac9/Stock_WeChat-0.0.91.tar.gz (from https://pypi.org/simple/stock-wechat/), version: 0.0.91 2023-09-09T12:26:40,994 Found link https://files.pythonhosted.org/packages/62/e6/26c321fce97231f9f8fe760b3806601a514bf5b4d6fae69ec52025ffb300/Stock_WeChat-0.1.2.tar.gz (from https://pypi.org/simple/stock-wechat/), version: 0.1.2 2023-09-09T12:26:40,995 Fetching project page and analyzing links: https://www.piwheels.org/simple/stock-wechat/ 2023-09-09T12:26:40,996 Getting page https://www.piwheels.org/simple/stock-wechat/ 2023-09-09T12:26:40,998 Found index url https://www.piwheels.org/simple/ 2023-09-09T12:26:41,379 Fetched page https://www.piwheels.org/simple/stock-wechat/ as text/html 2023-09-09T12:26:41,381 Skipping link: No binaries permitted for stock-wechat: https://www.piwheels.org/simple/stock-wechat/Stock_WeChat-0.1.2-py3-none-any.whl#sha256=d0f8f0c6f37a5da04ca386659490a393930c9cde2789272474382905a4936d7d (from https://www.piwheels.org/simple/stock-wechat/) 2023-09-09T12:26:41,382 Skipping link: not a file: https://www.piwheels.org/simple/stock-wechat/ 2023-09-09T12:26:41,382 Skipping link: not a file: https://pypi.org/simple/stock-wechat/ 2023-09-09T12:26:41,411 Given no hashes to check 0 links for project 'stock-wechat': discarding no candidates 2023-09-09T12:26:41,413 ERROR: Could not find a version that satisfies the requirement stock-wechat==0.0.1 (from versions: 0.0.5, 0.0.91, 0.1.2) 2023-09-09T12:26:41,415 ERROR: No matching distribution found for stock-wechat==0.0.1 2023-09-09T12:26:41,417 Exception information: 2023-09-09T12:26:41,417 Traceback (most recent call last): 2023-09-09T12:26:41,417 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-09T12:26:41,417 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-09T12:26:41,417 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-09T12:26:41,417 raise RequirementsConflicted(criterion) 2023-09-09T12:26:41,417 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('stock-wechat==0.0.1') 2023-09-09T12:26:41,417 2023-09-09T12:26:41,417 During handling of the above exception, another exception occurred: 2023-09-09T12:26:41,417 2023-09-09T12:26:41,417 Traceback (most recent call last): 2023-09-09T12:26:41,417 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-09T12:26:41,417 result = self._result = resolver.resolve( 2023-09-09T12:26:41,417 ^^^^^^^^^^^^^^^^^ 2023-09-09T12:26:41,417 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-09T12:26:41,417 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-09T12:26:41,417 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T12:26:41,417 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-09T12:26:41,417 raise ResolutionImpossible(e.criterion.information) 2023-09-09T12:26:41,417 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('stock-wechat==0.0.1'), parent=None)] 2023-09-09T12:26:41,417 2023-09-09T12:26:41,417 The above exception was the direct cause of the following exception: 2023-09-09T12:26:41,417 2023-09-09T12:26:41,417 Traceback (most recent call last): 2023-09-09T12:26:41,417 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-09T12:26:41,417 status = run_func(*args) 2023-09-09T12:26:41,417 ^^^^^^^^^^^^^^^ 2023-09-09T12:26:41,417 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-09T12:26:41,417 return func(self, options, args) 2023-09-09T12:26:41,417 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T12:26:41,417 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-09T12:26:41,417 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-09T12:26:41,417 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T12:26:41,417 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-09T12:26:41,417 raise error from e 2023-09-09T12:26:41,417 pip._internal.exceptions.DistributionNotFound: No matching distribution found for stock-wechat==0.0.1 2023-09-09T12:26:41,423 Removed build tracker: '/tmp/pip-build-tracker-rbl29huy'