2021-07-13T01:49:44,103 Created temporary directory: /tmp/pip-ephem-wheel-cache-17lizq9_ 2021-07-13T01:49:44,107 Created temporary directory: /tmp/pip-req-tracker-yktxjjgj 2021-07-13T01:49:44,107 Initialized build tracking at /tmp/pip-req-tracker-yktxjjgj 2021-07-13T01:49:44,107 Created build tracker: /tmp/pip-req-tracker-yktxjjgj 2021-07-13T01:49:44,107 Entered build tracker: /tmp/pip-req-tracker-yktxjjgj 2021-07-13T01:49:44,108 Created temporary directory: /tmp/pip-wheel-efzywyeb 2021-07-13T01:49:44,138 1 location(s) to search for versions of bhypergraphs: 2021-07-13T01:49:44,138 * https://pypi.org/simple/bhypergraphs/ 2021-07-13T01:49:44,139 Fetching project page and analyzing links: https://pypi.org/simple/bhypergraphs/ 2021-07-13T01:49:44,139 Getting page https://pypi.org/simple/bhypergraphs/ 2021-07-13T01:49:44,141 Found index url https://pypi.org/simple 2021-07-13T01:49:44,328 Found link https://files.pythonhosted.org/packages/da/8c/dc1e2c02bdc88925e0e339120e1547329cf42aacc911040e0c186474a4d0/bhypergraphs-1.0.tar.gz#sha256=62e9d7c5063d72f02d1a8b33958b892fe02ab018d73c8d10c12a4d36ba62e32c (from https://pypi.org/simple/bhypergraphs/), version: 1.0 2021-07-13T01:49:44,329 Found link https://files.pythonhosted.org/packages/6e/50/e1bfbad2f8a8153c3db105f1860ba65c4f61532e006c23e3140b6f265ed0/bhypergraphs-1.0.1.tar.gz#sha256=3cb8b87a52af7ef30a4b700da8e067666b3952c1ff2c73a9e31598b02d07c4ee (from https://pypi.org/simple/bhypergraphs/), version: 1.0.1 2021-07-13T01:49:44,329 Found link https://files.pythonhosted.org/packages/dd/00/23b84146dd79860656175c774f87a087c75766e7d2af09700649edb1999e/bhypergraphs-1.0.2.tar.gz#sha256=bea07cc3829ffb4204c794cb3a04214711e1ead142c39de459b2325fb872fe79 (from https://pypi.org/simple/bhypergraphs/), version: 1.0.2 2021-07-13T01:49:44,329 Found link https://files.pythonhosted.org/packages/ae/56/d28984f058ce6f52a541b4c4949badf338d6d1679e0e9c4f1540aede8461/bhypergraphs-1.0.5.tar.gz#sha256=1ac6b53912a6060fbd8ee32c91220789a172f113f9c97fe630192d480f589218 (from https://pypi.org/simple/bhypergraphs/), version: 1.0.5 2021-07-13T01:49:44,329 Skipping link: not a file: https://pypi.org/simple/bhypergraphs/ 2021-07-13T01:49:44,347 Given no hashes to check 1 links for project 'bhypergraphs': discarding no candidates 2021-07-13T01:49:44,366 Collecting bhypergraphs==1.0 2021-07-13T01:49:44,368 Created temporary directory: /tmp/pip-unpack-ldq1ilm3 2021-07-13T01:49:44,538 Downloading bhypergraphs-1.0.tar.gz (5.5 kB) 2021-07-13T01:49:44,585 Added bhypergraphs==1.0 from https://files.pythonhosted.org/packages/da/8c/dc1e2c02bdc88925e0e339120e1547329cf42aacc911040e0c186474a4d0/bhypergraphs-1.0.tar.gz#sha256=62e9d7c5063d72f02d1a8b33958b892fe02ab018d73c8d10c12a4d36ba62e32c to build tracker '/tmp/pip-req-tracker-yktxjjgj' 2021-07-13T01:49:44,586 Running setup.py (path:/tmp/pip-wheel-efzywyeb/bhypergraphs_e228776d711d442f8780a3874941f5e6/setup.py) egg_info for package bhypergraphs 2021-07-13T01:49:44,587 Created temporary directory: /tmp/pip-pip-egg-info-vg0peuam 2021-07-13T01:49:44,587 Running command python setup.py egg_info 2021-07-13T01:49:45,611 Traceback (most recent call last): 2021-07-13T01:49:45,611 File "/tmp/pip-wheel-efzywyeb/bhypergraphs_e228776d711d442f8780a3874941f5e6/bhg/db.py", line 20, in 2021-07-13T01:49:45,612 from .queryset import NodeQuerySet 2021-07-13T01:49:45,612 File "/tmp/pip-wheel-efzywyeb/bhypergraphs_e228776d711d442f8780a3874941f5e6/bhg/queryset.py", line 3, in 2021-07-13T01:49:45,612 from objects_query import QuerySet, Q, FilterObjects 2021-07-13T01:49:45,612 ModuleNotFoundError: No module named 'objects_query' 2021-07-13T01:49:45,613 During handling of the above exception, another exception occurred: 2021-07-13T01:49:45,613 Traceback (most recent call last): 2021-07-13T01:49:45,613 File "", line 1, in 2021-07-13T01:49:45,613 File "/tmp/pip-wheel-efzywyeb/bhypergraphs_e228776d711d442f8780a3874941f5e6/setup.py", line 4, in 2021-07-13T01:49:45,613 import bhg 2021-07-13T01:49:45,613 File "/tmp/pip-wheel-efzywyeb/bhypergraphs_e228776d711d442f8780a3874941f5e6/bhg/__init__.py", line 3, in 2021-07-13T01:49:45,614 from .db import * 2021-07-13T01:49:45,614 File "/tmp/pip-wheel-efzywyeb/bhypergraphs_e228776d711d442f8780a3874941f5e6/bhg/db.py", line 22, in 2021-07-13T01:49:45,614 from graph import Graph, Edge, Node, DEFAULT_NODE_TYPE 2021-07-13T01:49:45,614 ModuleNotFoundError: No module named 'graph' 2021-07-13T01:49:45,665 WARNING: Discarding https://files.pythonhosted.org/packages/da/8c/dc1e2c02bdc88925e0e339120e1547329cf42aacc911040e0c186474a4d0/bhypergraphs-1.0.tar.gz#sha256=62e9d7c5063d72f02d1a8b33958b892fe02ab018d73c8d10c12a4d36ba62e32c (from https://pypi.org/simple/bhypergraphs/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-13T01:49:45,666 ERROR: Could not find a version that satisfies the requirement bhypergraphs==1.0 (from versions: 1.0, 1.0.1, 1.0.2, 1.0.5) 2021-07-13T01:49:45,666 ERROR: No matching distribution found for bhypergraphs==1.0 2021-07-13T01:49:45,667 Exception information: 2021-07-13T01:49:45,667 Traceback (most recent call last): 2021-07-13T01:49:45,667 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-13T01:49:45,667 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-13T01:49:45,667 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-13T01:49:45,667 raise RequirementsConflicted(criterion) 2021-07-13T01:49:45,667 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('bhypergraphs==1.0') 2021-07-13T01:49:45,667 2021-07-13T01:49:45,667 During handling of the above exception, another exception occurred: 2021-07-13T01:49:45,667 2021-07-13T01:49:45,667 Traceback (most recent call last): 2021-07-13T01:49:45,667 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-13T01:49:45,667 result = self._result = resolver.resolve( 2021-07-13T01:49:45,667 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-13T01:49:45,667 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-13T01:49:45,667 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-13T01:49:45,667 raise ResolutionImpossible(e.criterion.information) 2021-07-13T01:49:45,667 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('bhypergraphs==1.0'), parent=None)] 2021-07-13T01:49:45,667 2021-07-13T01:49:45,667 The above exception was the direct cause of the following exception: 2021-07-13T01:49:45,667 2021-07-13T01:49:45,667 Traceback (most recent call last): 2021-07-13T01:49:45,667 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-13T01:49:45,667 status = self.run(options, args) 2021-07-13T01:49:45,667 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-13T01:49:45,667 return func(self, options, args) 2021-07-13T01:49:45,667 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-13T01:49:45,667 requirement_set = resolver.resolve( 2021-07-13T01:49:45,667 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-13T01:49:45,667 raise error from e 2021-07-13T01:49:45,667 pip._internal.exceptions.DistributionNotFound: No matching distribution found for bhypergraphs==1.0 2021-07-13T01:49:45,672 Removed bhypergraphs==1.0 from https://files.pythonhosted.org/packages/da/8c/dc1e2c02bdc88925e0e339120e1547329cf42aacc911040e0c186474a4d0/bhypergraphs-1.0.tar.gz#sha256=62e9d7c5063d72f02d1a8b33958b892fe02ab018d73c8d10c12a4d36ba62e32c from build tracker '/tmp/pip-req-tracker-yktxjjgj' 2021-07-13T01:49:45,672 Removed build tracker: '/tmp/pip-req-tracker-yktxjjgj'