2021-07-11T23:23:41,113 Created temporary directory: /tmp/pip-ephem-wheel-cache-ayvu_u1z 2021-07-11T23:23:41,117 Created temporary directory: /tmp/pip-req-tracker-du4rtmxm 2021-07-11T23:23:41,117 Initialized build tracking at /tmp/pip-req-tracker-du4rtmxm 2021-07-11T23:23:41,118 Created build tracker: /tmp/pip-req-tracker-du4rtmxm 2021-07-11T23:23:41,118 Entered build tracker: /tmp/pip-req-tracker-du4rtmxm 2021-07-11T23:23:41,119 Created temporary directory: /tmp/pip-wheel-0adhq1q9 2021-07-11T23:23:41,159 1 location(s) to search for versions of ndex-utils-dev: 2021-07-11T23:23:41,159 * https://pypi.org/simple/ndex-utils-dev/ 2021-07-11T23:23:41,159 Fetching project page and analyzing links: https://pypi.org/simple/ndex-utils-dev/ 2021-07-11T23:23:41,160 Getting page https://pypi.org/simple/ndex-utils-dev/ 2021-07-11T23:23:41,162 Found index url https://pypi.org/simple 2021-07-11T23:23:41,344 Found link https://files.pythonhosted.org/packages/fc/ca/69855b44346ed61fc58037672048f20860da928a0c02ca21cee199dbeb6c/ndex-utils-dev-3.0.11.8.tar.gz#sha256=a16f849934c8326690b6861e0ed42d0675f40641e30d9230a83cfc8c9960acbe (from https://pypi.org/simple/ndex-utils-dev/), version: 3.0.11.8 2021-07-11T23:23:41,361 Skipping link: none of the wheel's tags (py2-none-any) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/4a/fc/193e0465dbb4c473fd1aaa962ebc452a187f346a207e010ddad79504f6bd/ndex_utils_dev-3.0.11.8-py2-none-any.whl#sha256=3183ef2ee4b7582c39a1b141afaa0f0a9608787f49977b45242b2113d1ae01be (from https://pypi.org/simple/ndex-utils-dev/) 2021-07-11T23:23:41,362 Skipping link: not a file: https://pypi.org/simple/ndex-utils-dev/ 2021-07-11T23:23:41,362 Given no hashes to check 1 links for project 'ndex-utils-dev': discarding no candidates 2021-07-11T23:23:41,381 Collecting ndex-utils-dev==3.0.11.8 2021-07-11T23:23:41,383 Created temporary directory: /tmp/pip-unpack-dum5teyr 2021-07-11T23:23:41,554 Downloading ndex-utils-dev-3.0.11.8.tar.gz (22 kB) 2021-07-11T23:23:41,637 Added ndex-utils-dev==3.0.11.8 from https://files.pythonhosted.org/packages/fc/ca/69855b44346ed61fc58037672048f20860da928a0c02ca21cee199dbeb6c/ndex-utils-dev-3.0.11.8.tar.gz#sha256=a16f849934c8326690b6861e0ed42d0675f40641e30d9230a83cfc8c9960acbe to build tracker '/tmp/pip-req-tracker-du4rtmxm' 2021-07-11T23:23:41,638 Running setup.py (path:/tmp/pip-wheel-0adhq1q9/ndex-utils-dev_f33038d6c89d4ba1905a6c81cf37ea4d/setup.py) egg_info for package ndex-utils-dev 2021-07-11T23:23:41,639 Created temporary directory: /tmp/pip-pip-egg-info-h_6qu81k 2021-07-11T23:23:41,639 Running command python setup.py egg_info 2021-07-11T23:23:42,461 Traceback (most recent call last): 2021-07-11T23:23:42,462 File "", line 1, in 2021-07-11T23:23:42,462 File "/tmp/pip-wheel-0adhq1q9/ndex-utils-dev_f33038d6c89d4ba1905a6c81cf37ea4d/setup.py", line 16, in 2021-07-11T23:23:42,462 with open(path.join(here, 'README.md'), encoding='utf-8') as f: 2021-07-11T23:23:42,462 File "/usr/lib/python3.9/codecs.py", line 905, in open 2021-07-11T23:23:42,463 file = builtins.open(filename, mode, buffering) 2021-07-11T23:23:42,463 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-0adhq1q9/ndex-utils-dev_f33038d6c89d4ba1905a6c81cf37ea4d/README.md' 2021-07-11T23:23:42,511 WARNING: Discarding https://files.pythonhosted.org/packages/fc/ca/69855b44346ed61fc58037672048f20860da928a0c02ca21cee199dbeb6c/ndex-utils-dev-3.0.11.8.tar.gz#sha256=a16f849934c8326690b6861e0ed42d0675f40641e30d9230a83cfc8c9960acbe (from https://pypi.org/simple/ndex-utils-dev/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-11T23:23:42,513 ERROR: Could not find a version that satisfies the requirement ndex-utils-dev==3.0.11.8 (from versions: 3.0.11.8) 2021-07-11T23:23:42,513 ERROR: No matching distribution found for ndex-utils-dev==3.0.11.8 2021-07-11T23:23:42,513 Exception information: 2021-07-11T23:23:42,513 Traceback (most recent call last): 2021-07-11T23:23:42,513 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T23:23:42,513 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T23:23:42,513 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T23:23:42,513 raise RequirementsConflicted(criterion) 2021-07-11T23:23:42,513 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ndex-utils-dev==3.0.11.8') 2021-07-11T23:23:42,513 2021-07-11T23:23:42,513 During handling of the above exception, another exception occurred: 2021-07-11T23:23:42,513 2021-07-11T23:23:42,513 Traceback (most recent call last): 2021-07-11T23:23:42,513 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T23:23:42,513 result = self._result = resolver.resolve( 2021-07-11T23:23:42,513 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T23:23:42,513 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T23:23:42,513 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T23:23:42,513 raise ResolutionImpossible(e.criterion.information) 2021-07-11T23:23:42,513 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ndex-utils-dev==3.0.11.8'), parent=None)] 2021-07-11T23:23:42,513 2021-07-11T23:23:42,513 The above exception was the direct cause of the following exception: 2021-07-11T23:23:42,513 2021-07-11T23:23:42,513 Traceback (most recent call last): 2021-07-11T23:23:42,513 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T23:23:42,513 status = self.run(options, args) 2021-07-11T23:23:42,513 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T23:23:42,513 return func(self, options, args) 2021-07-11T23:23:42,513 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T23:23:42,513 requirement_set = resolver.resolve( 2021-07-11T23:23:42,513 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T23:23:42,513 raise error from e 2021-07-11T23:23:42,513 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ndex-utils-dev==3.0.11.8 2021-07-11T23:23:42,518 Removed ndex-utils-dev==3.0.11.8 from https://files.pythonhosted.org/packages/fc/ca/69855b44346ed61fc58037672048f20860da928a0c02ca21cee199dbeb6c/ndex-utils-dev-3.0.11.8.tar.gz#sha256=a16f849934c8326690b6861e0ed42d0675f40641e30d9230a83cfc8c9960acbe from build tracker '/tmp/pip-req-tracker-du4rtmxm' 2021-07-11T23:23:42,518 Removed build tracker: '/tmp/pip-req-tracker-du4rtmxm'