2021-07-14T12:31:33,837 Created temporary directory: /tmp/pip-ephem-wheel-cache-oni3sjmv 2021-07-14T12:31:33,839 Created temporary directory: /tmp/pip-req-tracker-yi9fl4ol 2021-07-14T12:31:33,840 Initialized build tracking at /tmp/pip-req-tracker-yi9fl4ol 2021-07-14T12:31:33,840 Created build tracker: /tmp/pip-req-tracker-yi9fl4ol 2021-07-14T12:31:33,840 Entered build tracker: /tmp/pip-req-tracker-yi9fl4ol 2021-07-14T12:31:33,841 Created temporary directory: /tmp/pip-wheel-02yzpun8 2021-07-14T12:31:33,873 1 location(s) to search for versions of znet: 2021-07-14T12:31:33,873 * https://pypi.org/simple/znet/ 2021-07-14T12:31:33,873 Fetching project page and analyzing links: https://pypi.org/simple/znet/ 2021-07-14T12:31:33,874 Getting page https://pypi.org/simple/znet/ 2021-07-14T12:31:33,876 Found index url https://pypi.org/simple 2021-07-14T12:31:34,066 Found link https://files.pythonhosted.org/packages/f9/c6/17e156f70d1f6326af6699519086a7daa2a25bc57141904d0d7bce3af929/Znet-0.0.1.tar.gz#sha256=aa9991531c8bff709b6a5f7a8e09ef00576c777901441e476f7d9cd3dde5a6a2 (from https://pypi.org/simple/znet/), version: 0.0.1 2021-07-14T12:31:34,067 Skipping link: not a file: https://pypi.org/simple/znet/ 2021-07-14T12:31:34,088 Given no hashes to check 1 links for project 'znet': discarding no candidates 2021-07-14T12:31:34,110 Collecting znet==0.0.1 2021-07-14T12:31:34,112 Created temporary directory: /tmp/pip-unpack-nxvch0zs 2021-07-14T12:31:34,158 Downloading Znet-0.0.1.tar.gz (12 kB) 2021-07-14T12:31:34,196 Added znet==0.0.1 from https://files.pythonhosted.org/packages/f9/c6/17e156f70d1f6326af6699519086a7daa2a25bc57141904d0d7bce3af929/Znet-0.0.1.tar.gz#sha256=aa9991531c8bff709b6a5f7a8e09ef00576c777901441e476f7d9cd3dde5a6a2 to build tracker '/tmp/pip-req-tracker-yi9fl4ol' 2021-07-14T12:31:34,197 Running setup.py (path:/tmp/pip-wheel-02yzpun8/znet_62630e25bb674a998b5f7485a7f85d1b/setup.py) egg_info for package znet 2021-07-14T12:31:34,198 Created temporary directory: /tmp/pip-pip-egg-info-gv_v1jli 2021-07-14T12:31:34,198 Running command python setup.py egg_info 2021-07-14T12:31:35,333 Traceback (most recent call last): 2021-07-14T12:31:35,334 File "", line 1, in 2021-07-14T12:31:35,334 File "/tmp/pip-wheel-02yzpun8/znet_62630e25bb674a998b5f7485a7f85d1b/setup.py", line 7, in 2021-07-14T12:31:35,334 with open("version.py") as fp: 2021-07-14T12:31:35,334 File "/usr/lib/python3.9/codecs.py", line 905, in open 2021-07-14T12:31:35,335 file = builtins.open(filename, mode, buffering) 2021-07-14T12:31:35,335 FileNotFoundError: [Errno 2] No such file or directory: 'version.py' 2021-07-14T12:31:35,392 WARNING: Discarding https://files.pythonhosted.org/packages/f9/c6/17e156f70d1f6326af6699519086a7daa2a25bc57141904d0d7bce3af929/Znet-0.0.1.tar.gz#sha256=aa9991531c8bff709b6a5f7a8e09ef00576c777901441e476f7d9cd3dde5a6a2 (from https://pypi.org/simple/znet/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-14T12:31:35,393 ERROR: Could not find a version that satisfies the requirement znet==0.0.1 (from versions: 0.0.1) 2021-07-14T12:31:35,394 ERROR: No matching distribution found for znet==0.0.1 2021-07-14T12:31:35,394 Exception information: 2021-07-14T12:31:35,394 Traceback (most recent call last): 2021-07-14T12:31:35,394 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T12:31:35,394 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T12:31:35,394 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-14T12:31:35,394 raise RequirementsConflicted(criterion) 2021-07-14T12:31:35,394 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('znet==0.0.1') 2021-07-14T12:31:35,394 2021-07-14T12:31:35,394 During handling of the above exception, another exception occurred: 2021-07-14T12:31:35,394 2021-07-14T12:31:35,394 Traceback (most recent call last): 2021-07-14T12:31:35,394 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T12:31:35,394 result = self._result = resolver.resolve( 2021-07-14T12:31:35,394 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T12:31:35,394 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T12:31:35,394 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-14T12:31:35,394 raise ResolutionImpossible(e.criterion.information) 2021-07-14T12:31:35,394 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('znet==0.0.1'), parent=None)] 2021-07-14T12:31:35,394 2021-07-14T12:31:35,394 The above exception was the direct cause of the following exception: 2021-07-14T12:31:35,394 2021-07-14T12:31:35,394 Traceback (most recent call last): 2021-07-14T12:31:35,394 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T12:31:35,394 status = self.run(options, args) 2021-07-14T12:31:35,394 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T12:31:35,394 return func(self, options, args) 2021-07-14T12:31:35,394 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T12:31:35,394 requirement_set = resolver.resolve( 2021-07-14T12:31:35,394 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-14T12:31:35,394 raise error from e 2021-07-14T12:31:35,394 pip._internal.exceptions.DistributionNotFound: No matching distribution found for znet==0.0.1 2021-07-14T12:31:35,399 Removed znet==0.0.1 from https://files.pythonhosted.org/packages/f9/c6/17e156f70d1f6326af6699519086a7daa2a25bc57141904d0d7bce3af929/Znet-0.0.1.tar.gz#sha256=aa9991531c8bff709b6a5f7a8e09ef00576c777901441e476f7d9cd3dde5a6a2 from build tracker '/tmp/pip-req-tracker-yi9fl4ol' 2021-07-14T12:31:35,400 Removed build tracker: '/tmp/pip-req-tracker-yi9fl4ol'