2020-10-26T07:15:03,165 Created temporary directory: /tmp/pip-ephem-wheel-cache-d9q7g0gn 2020-10-26T07:15:03,168 Created temporary directory: /tmp/pip-req-tracker-_a6hw5yj 2020-10-26T07:15:03,169 Initialized build tracking at /tmp/pip-req-tracker-_a6hw5yj 2020-10-26T07:15:03,169 Created build tracker: /tmp/pip-req-tracker-_a6hw5yj 2020-10-26T07:15:03,169 Entered build tracker: /tmp/pip-req-tracker-_a6hw5yj 2020-10-26T07:15:03,170 Created temporary directory: /tmp/pip-wheel-a9folb47 2020-10-26T07:15:03,178 1 location(s) to search for versions of worldcoinapi: 2020-10-26T07:15:03,178 * https://pypi.org/simple/worldcoinapi/ 2020-10-26T07:15:03,178 Fetching project page and analyzing links: https://pypi.org/simple/worldcoinapi/ 2020-10-26T07:15:03,178 Getting page https://pypi.org/simple/worldcoinapi/ 2020-10-26T07:15:03,180 Found index url https://pypi.org/simple 2020-10-26T07:15:03,271 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/d5/3c/e6fa9182272eefd5d24b180fdc559a9344966bece5385a1feaf523f9b457/WorldCoinAPI-1.0.0-py3-none-any.whl#sha256=e2b67bcbc0d4491df74fb5386c38eafc515baf61d2e3fa90fca4d41f8cec1c1a (from https://pypi.org/simple/worldcoinapi/) (requires-python:>=3.8,<4.0) 2020-10-26T07:15:03,272 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/24/92/ee8297b69fb4321ad57e719f3e60585d141c049e27e04be30a2e453f54e1/WorldCoinAPI-1.0.0.tar.gz#sha256=88057932cf7ce5dc012e327b74d0eccc446c4a1a5218026106504e0033a4f34d (from https://pypi.org/simple/worldcoinapi/) (requires-python:>=3.8,<4.0) 2020-10-26T07:15:03,273 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/c7/4b/89b525279409f69e20b49264ff7aff1c575cbb5d169f1c056ded76030100/WorldCoinAPI-1.0.1-py3-none-any.whl#sha256=578df73317784e9e15bfbae94c42f46fc4997e4b3a781e9cd8bb4794391206ed (from https://pypi.org/simple/worldcoinapi/) (requires-python:>=3.8,<4.0) 2020-10-26T07:15:03,273 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/ef/db/14ac282448f654c5be4377ffb8c2f3861bcedda60dcda397222841e678f5/WorldCoinAPI-1.0.1.tar.gz#sha256=70e877614511983c967654720ed5ba4a8e66915c48d485ce092e46b4bf266af1 (from https://pypi.org/simple/worldcoinapi/) (requires-python:>=3.8,<4.0) 2020-10-26T07:15:03,274 Given no hashes to check 0 links for project 'worldcoinapi': discarding no candidates 2020-10-26T07:15:03,274 ERROR: Could not find a version that satisfies the requirement worldcoinapi==1.0.1 (from versions: none) 2020-10-26T07:15:03,274 ERROR: No matching distribution found for worldcoinapi==1.0.1 2020-10-26T07:15:03,274 Exception information: 2020-10-26T07:15:03,274 Traceback (most recent call last): 2020-10-26T07:15:03,274 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-10-26T07:15:03,274 status = self.run(options, args) 2020-10-26T07:15:03,274 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-10-26T07:15:03,274 return func(self, options, args) 2020-10-26T07:15:03,274 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-10-26T07:15:03,274 reqs, check_supported_wheels=True 2020-10-26T07:15:03,274 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-10-26T07:15:03,274 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-10-26T07:15:03,274 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-10-26T07:15:03,274 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-10-26T07:15:03,274 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 339, in _get_abstract_dist_for 2020-10-26T07:15:03,274 self._populate_link(req) 2020-10-26T07:15:03,274 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 305, in _populate_link 2020-10-26T07:15:03,274 req.link = self._find_requirement_link(req) 2020-10-26T07:15:03,274 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 270, in _find_requirement_link 2020-10-26T07:15:03,274 best_candidate = self.finder.find_requirement(req, upgrade) 2020-10-26T07:15:03,274 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/index/package_finder.py", line 928, in find_requirement 2020-10-26T07:15:03,274 req) 2020-10-26T07:15:03,274 pip._internal.exceptions.DistributionNotFound: No matching distribution found for worldcoinapi==1.0.1 2020-10-26T07:15:03,279 Removed build tracker: '/tmp/pip-req-tracker-_a6hw5yj'