2020-08-29T19:35:59,777 Created temporary directory: /tmp/pip-ephem-wheel-cache-9m3_x5o6 2020-08-29T19:35:59,780 Created temporary directory: /tmp/pip-req-tracker-9_j_rfzf 2020-08-29T19:35:59,780 Initialized build tracking at /tmp/pip-req-tracker-9_j_rfzf 2020-08-29T19:35:59,780 Created build tracker: /tmp/pip-req-tracker-9_j_rfzf 2020-08-29T19:35:59,780 Entered build tracker: /tmp/pip-req-tracker-9_j_rfzf 2020-08-29T19:35:59,781 Created temporary directory: /tmp/pip-wheel-rs_o8fkd 2020-08-29T19:35:59,789 1 location(s) to search for versions of quickle: 2020-08-29T19:35:59,789 * https://pypi.org/simple/quickle/ 2020-08-29T19:35:59,789 Fetching project page and analyzing links: https://pypi.org/simple/quickle/ 2020-08-29T19:35:59,790 Getting page https://pypi.org/simple/quickle/ 2020-08-29T19:35:59,791 Found index url https://pypi.org/simple 2020-08-29T19:35:59,881 Skipping link: none of the wheel's tags match: cp38-cp38-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/01/ef/bc86540a44992503b513f75e0c41d88c283da3589a84f6cb5648f59f759d/quickle-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl#sha256=419fce27207cfb059cbfee6f65be87177eda929d4949933339339cf977b43eb1 (from https://pypi.org/simple/quickle/) (requires-python:>=3.8) 2020-08-29T19:35:59,881 Skipping link: none of the wheel's tags match: cp38-cp38-manylinux1_x86_64: https://files.pythonhosted.org/packages/b5/6b/99edc979c07a49bc0dd44c009d5710715b0960396703b7d88882f63ddfcb/quickle-0.0.3-cp38-cp38-manylinux1_x86_64.whl#sha256=d484d92ead4224c2c6c3ffee430764fa695e9e26f08e0cbff5ce7c59a55a50b1 (from https://pypi.org/simple/quickle/) (requires-python:>=3.8) 2020-08-29T19:35:59,882 Skipping link: none of the wheel's tags match: cp38-cp38-manylinux2010_x86_64: https://files.pythonhosted.org/packages/da/74/92d52dba48c1b5793152acefb346258f4723fd60aa2a369d625a3759df7f/quickle-0.0.3-cp38-cp38-manylinux2010_x86_64.whl#sha256=2b860522ceb4468e2a4fd85fe1ef86e17d6ca0ce4fc78e795530de4e1fd6e8fc (from https://pypi.org/simple/quickle/) (requires-python:>=3.8) 2020-08-29T19:35:59,882 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/13/25/1c57d6d624d835b49978c9087708180f15c93a1f55abacd7efc2f6a80be0/quickle-0.0.3.tar.gz#sha256=7878e1fe4ac419e6413734308fe21acc30e23696ae932203ec2df3cd1f92333c (from https://pypi.org/simple/quickle/) (requires-python:>=3.8) 2020-08-29T19:35:59,883 Given no hashes to check 0 links for project 'quickle': discarding no candidates 2020-08-29T19:35:59,883 ERROR: Could not find a version that satisfies the requirement quickle==0.0.3 (from versions: none) 2020-08-29T19:35:59,883 ERROR: No matching distribution found for quickle==0.0.3 2020-08-29T19:35:59,884 Exception information: 2020-08-29T19:35:59,884 Traceback (most recent call last): 2020-08-29T19:35:59,884 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 216, in _main 2020-08-29T19:35:59,884 status = self.run(options, args) 2020-08-29T19:35:59,884 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-08-29T19:35:59,884 return func(self, options, args) 2020-08-29T19:35:59,884 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-08-29T19:35:59,884 reqs, check_supported_wheels=True 2020-08-29T19:35:59,884 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-08-29T19:35:59,884 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-08-29T19:35:59,884 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-08-29T19:35:59,884 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-08-29T19:35:59,884 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 339, in _get_abstract_dist_for 2020-08-29T19:35:59,884 self._populate_link(req) 2020-08-29T19:35:59,884 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 305, in _populate_link 2020-08-29T19:35:59,884 req.link = self._find_requirement_link(req) 2020-08-29T19:35:59,884 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 270, in _find_requirement_link 2020-08-29T19:35:59,884 best_candidate = self.finder.find_requirement(req, upgrade) 2020-08-29T19:35:59,884 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/index/package_finder.py", line 928, in find_requirement 2020-08-29T19:35:59,884 req) 2020-08-29T19:35:59,884 pip._internal.exceptions.DistributionNotFound: No matching distribution found for quickle==0.0.3 2020-08-29T19:35:59,888 Removed build tracker: '/tmp/pip-req-tracker-9_j_rfzf'