2023-09-09T12:29:49,629 Created temporary directory: /tmp/pip-build-tracker-54pz46d2 2023-09-09T12:29:49,630 Initialized build tracking at /tmp/pip-build-tracker-54pz46d2 2023-09-09T12:29:49,631 Created build tracker: /tmp/pip-build-tracker-54pz46d2 2023-09-09T12:29:49,631 Entered build tracker: /tmp/pip-build-tracker-54pz46d2 2023-09-09T12:29:49,632 Created temporary directory: /tmp/pip-wheel-uzop32n8 2023-09-09T12:29:49,635 Created temporary directory: /tmp/pip-ephem-wheel-cache-txqrt789 2023-09-09T12:29:49,657 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-09T12:29:49,661 2 location(s) to search for versions of stock-wechat: 2023-09-09T12:29:49,661 * https://pypi.org/simple/stock-wechat/ 2023-09-09T12:29:49,661 * https://www.piwheels.org/simple/stock-wechat/ 2023-09-09T12:29:49,661 Fetching project page and analyzing links: https://pypi.org/simple/stock-wechat/ 2023-09-09T12:29:49,662 Getting page https://pypi.org/simple/stock-wechat/ 2023-09-09T12:29:49,664 Found index url https://pypi.org/simple/ 2023-09-09T12:29:49,804 Fetched page https://pypi.org/simple/stock-wechat/ as application/vnd.pypi.simple.v1+json 2023-09-09T12:29:49,806 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:29:49,807 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:29:49,807 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:29:49,808 Fetching project page and analyzing links: https://www.piwheels.org/simple/stock-wechat/ 2023-09-09T12:29:49,809 Getting page https://www.piwheels.org/simple/stock-wechat/ 2023-09-09T12:29:49,810 Found index url https://www.piwheels.org/simple/ 2023-09-09T12:29:50,074 Fetched page https://www.piwheels.org/simple/stock-wechat/ as text/html 2023-09-09T12:29:50,076 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:29:50,077 Skipping link: not a file: https://www.piwheels.org/simple/stock-wechat/ 2023-09-09T12:29:50,078 Skipping link: not a file: https://pypi.org/simple/stock-wechat/ 2023-09-09T12:29:50,320 Given no hashes to check 0 links for project 'stock-wechat': discarding no candidates 2023-09-09T12:29:50,321 ERROR: Could not find a version that satisfies the requirement stock-wechat==0.0.9 (from versions: 0.0.5, 0.0.91, 0.1.2) 2023-09-09T12:29:50,324 ERROR: No matching distribution found for stock-wechat==0.0.9 2023-09-09T12:29:50,326 Exception information: 2023-09-09T12:29:50,326 Traceback (most recent call last): 2023-09-09T12:29:50,326 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-09T12:29:50,326 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-09T12:29:50,326 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-09T12:29:50,326 raise RequirementsConflicted(criterion) 2023-09-09T12:29:50,326 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('stock-wechat==0.0.9') 2023-09-09T12:29:50,326 2023-09-09T12:29:50,326 During handling of the above exception, another exception occurred: 2023-09-09T12:29:50,326 2023-09-09T12:29:50,326 Traceback (most recent call last): 2023-09-09T12:29:50,326 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-09T12:29:50,326 result = self._result = resolver.resolve( 2023-09-09T12:29:50,326 ^^^^^^^^^^^^^^^^^ 2023-09-09T12:29:50,326 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-09T12:29:50,326 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-09T12:29:50,326 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T12:29:50,326 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-09T12:29:50,326 raise ResolutionImpossible(e.criterion.information) 2023-09-09T12:29:50,326 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('stock-wechat==0.0.9'), parent=None)] 2023-09-09T12:29:50,326 2023-09-09T12:29:50,326 The above exception was the direct cause of the following exception: 2023-09-09T12:29:50,326 2023-09-09T12:29:50,326 Traceback (most recent call last): 2023-09-09T12:29:50,326 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-09T12:29:50,326 status = run_func(*args) 2023-09-09T12:29:50,326 ^^^^^^^^^^^^^^^ 2023-09-09T12:29:50,326 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-09T12:29:50,326 return func(self, options, args) 2023-09-09T12:29:50,326 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T12:29:50,326 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-09T12:29:50,326 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-09T12:29:50,326 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T12:29:50,326 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-09T12:29:50,326 raise error from e 2023-09-09T12:29:50,326 pip._internal.exceptions.DistributionNotFound: No matching distribution found for stock-wechat==0.0.9 2023-09-09T12:29:50,334 Removed build tracker: '/tmp/pip-build-tracker-54pz46d2'