2021-12-10T00:41:59,006 Created temporary directory: /tmp/pip-ephem-wheel-cache-xhno3305 2021-12-10T00:41:59,011 Created temporary directory: /tmp/pip-req-tracker-uz3vfvlv 2021-12-10T00:41:59,012 Initialized build tracking at /tmp/pip-req-tracker-uz3vfvlv 2021-12-10T00:41:59,012 Created build tracker: /tmp/pip-req-tracker-uz3vfvlv 2021-12-10T00:41:59,013 Entered build tracker: /tmp/pip-req-tracker-uz3vfvlv 2021-12-10T00:41:59,014 Created temporary directory: /tmp/pip-wheel-am_nbbb8 2021-12-10T00:41:59,077 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-12-10T00:41:59,082 2 location(s) to search for versions of pyvis-network: 2021-12-10T00:41:59,082 * https://pypi.org/simple/pyvis-network/ 2021-12-10T00:41:59,082 * https://www.piwheels.org/simple/pyvis-network/ 2021-12-10T00:41:59,083 Fetching project page and analyzing links: https://pypi.org/simple/pyvis-network/ 2021-12-10T00:41:59,085 Getting page https://pypi.org/simple/pyvis-network/ 2021-12-10T00:41:59,088 Found index url https://pypi.org/simple 2021-12-10T00:41:59,285 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/32/7e/eb3420d66af1f8f8519871f06d84cba0724d577f13825e81e97f6ac127f8/pyvis-network-0.0.2.tar.gz#sha256=9aabe828cc6946f0b2439e4e12b09dc3b74a2abdb200f5c78edd309ea61af8ab (from https://pypi.org/simple/pyvis-network/) (requires-python:>=3.8) 2021-12-10T00:41:59,285 Skipping link: No binaries permitted for pyvis-network: https://files.pythonhosted.org/packages/76/7f/c4994feeb713436d533953d871e40afce9c0fd34f05c53be7151cb367082/pyvis_network-0.0.2-py3-none-any.whl#sha256=1038114131876da3c42c4c0e3af353e9894da02ec44769fbac5cc8dab89d0ae5 (from https://pypi.org/simple/pyvis-network/) (requires-python:>=3.8) 2021-12-10T00:41:59,287 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/b5/f9/9cd76dc8d03561c80d16ea854a9c890aabd60ea705236c7ecad5aaf978a5/pyvis-network-0.0.3.tar.gz#sha256=58fb2b7abd0261081aef2ae5bb17cba3fd780986d1bfd519733f877a8ad7df14 (from https://pypi.org/simple/pyvis-network/) (requires-python:>=3.8) 2021-12-10T00:41:59,287 Skipping link: No binaries permitted for pyvis-network: https://files.pythonhosted.org/packages/c9/31/b27f9c37f46b82e741c8571e2bc78fd1a397e62d356d38360b0126e194da/pyvis_network-0.0.3-py3-none-any.whl#sha256=9980e2179cdbd6f8b75ce1bb58a6754d37b15fc0bc01cbf4bd69bb48dcc1fbdd (from https://pypi.org/simple/pyvis-network/) (requires-python:>=3.8) 2021-12-10T00:41:59,288 Fetching project page and analyzing links: https://www.piwheels.org/simple/pyvis-network/ 2021-12-10T00:41:59,289 Getting page https://www.piwheels.org/simple/pyvis-network/ 2021-12-10T00:41:59,291 Found index url https://www.piwheels.org/simple 2021-12-10T00:41:59,510 Skipping link: not a file: https://www.piwheels.org/simple/pyvis-network/ 2021-12-10T00:41:59,510 Skipping link: not a file: https://pypi.org/simple/pyvis-network/ 2021-12-10T00:41:59,541 Given no hashes to check 0 links for project 'pyvis-network': discarding no candidates 2021-12-10T00:41:59,542 ERROR: Could not find a version that satisfies the requirement pyvis-network==0.0.3 (from versions: none) 2021-12-10T00:41:59,543 ERROR: No matching distribution found for pyvis-network==0.0.3 2021-12-10T00:41:59,543 Exception information: 2021-12-10T00:41:59,543 Traceback (most recent call last): 2021-12-10T00:41:59,543 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2021-12-10T00:41:59,543 self._add_to_criteria(self.state.criteria, r, parent=None) 2021-12-10T00:41:59,543 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2021-12-10T00:41:59,543 raise RequirementsConflicted(criterion) 2021-12-10T00:41:59,543 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pyvis-network==0.0.3') 2021-12-10T00:41:59,543 2021-12-10T00:41:59,543 During handling of the above exception, another exception occurred: 2021-12-10T00:41:59,543 2021-12-10T00:41:59,543 Traceback (most recent call last): 2021-12-10T00:41:59,543 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2021-12-10T00:41:59,543 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-12-10T00:41:59,543 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2021-12-10T00:41:59,543 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-12-10T00:41:59,543 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2021-12-10T00:41:59,543 raise ResolutionImpossible(e.criterion.information) 2021-12-10T00:41:59,543 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pyvis-network==0.0.3'), parent=None)] 2021-12-10T00:41:59,543 2021-12-10T00:41:59,543 The above exception was the direct cause of the following exception: 2021-12-10T00:41:59,543 2021-12-10T00:41:59,543 Traceback (most recent call last): 2021-12-10T00:41:59,543 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2021-12-10T00:41:59,543 status = run_func(*args) 2021-12-10T00:41:59,543 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-12-10T00:41:59,543 return func(self, options, args) 2021-12-10T00:41:59,543 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2021-12-10T00:41:59,543 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2021-12-10T00:41:59,543 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2021-12-10T00:41:59,543 raise error from e 2021-12-10T00:41:59,543 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pyvis-network==0.0.3 2021-12-10T00:41:59,551 Removed build tracker: '/tmp/pip-req-tracker-uz3vfvlv'