2021-07-09T23:59:05,011 Created temporary directory: /tmp/pip-ephem-wheel-cache-g_g_80bj 2021-07-09T23:59:05,014 Created temporary directory: /tmp/pip-req-tracker-4tkbh2ko 2021-07-09T23:59:05,014 Initialized build tracking at /tmp/pip-req-tracker-4tkbh2ko 2021-07-09T23:59:05,014 Created build tracker: /tmp/pip-req-tracker-4tkbh2ko 2021-07-09T23:59:05,015 Entered build tracker: /tmp/pip-req-tracker-4tkbh2ko 2021-07-09T23:59:05,015 Created temporary directory: /tmp/pip-wheel-mymumisi 2021-07-09T23:59:05,049 1 location(s) to search for versions of pyjsonrpc: 2021-07-09T23:59:05,049 * https://pypi.org/simple/pyjsonrpc/ 2021-07-09T23:59:05,049 Fetching project page and analyzing links: https://pypi.org/simple/pyjsonrpc/ 2021-07-09T23:59:05,050 Getting page https://pypi.org/simple/pyjsonrpc/ 2021-07-09T23:59:05,051 Found index url https://pypi.org/simple 2021-07-09T23:59:05,233 Found link https://files.pythonhosted.org/packages/a7/fe/a68f05d72021526e0da53ef9c9ec585dc809fa3ec780c0ab0ca662fc420a/pyjsonrpc-0.0.0.tar.gz#sha256=816b73a33dacbe5ed2fb1ee17ba4301f415d06bd3e9eef4c6dd6da93a95a1f03 (from https://pypi.org/simple/pyjsonrpc/), version: 0.0.0 2021-07-09T23:59:05,233 Found link https://files.pythonhosted.org/packages/f4/73/47d85e849b8850ac238c47ffa1f6b9ea744e76a919fe7b9e1c412899231f/pyjsonrpc-0.0.1.tar.gz#sha256=08e772979f4332842138652e7dbdab130a918b094b0e8cf2dd690ef4ac4f7fcf (from https://pypi.org/simple/pyjsonrpc/), version: 0.0.1 2021-07-09T23:59:05,234 Found link https://files.pythonhosted.org/packages/c9/64/3a1ec0256ece3e547dabe45e4e0ae2dca72f106d6066fb19e580da3aab01/pyjsonrpc-0.0.2.tar.gz#sha256=d1a7f1269f0d5cfd27e1d5eb017d2f216a5363933b40884271f814b2047abcf4 (from https://pypi.org/simple/pyjsonrpc/), version: 0.0.2 2021-07-09T23:59:05,234 Skipping link: not a file: https://pypi.org/simple/pyjsonrpc/ 2021-07-09T23:59:05,250 Given no hashes to check 1 links for project 'pyjsonrpc': discarding no candidates 2021-07-09T23:59:05,268 Collecting pyjsonrpc==0.0.0 2021-07-09T23:59:05,269 Created temporary directory: /tmp/pip-unpack-amyxx19a 2021-07-09T23:59:05,440 Downloading pyjsonrpc-0.0.0.tar.gz (2.3 kB) 2021-07-09T23:59:05,464 Added pyjsonrpc==0.0.0 from https://files.pythonhosted.org/packages/a7/fe/a68f05d72021526e0da53ef9c9ec585dc809fa3ec780c0ab0ca662fc420a/pyjsonrpc-0.0.0.tar.gz#sha256=816b73a33dacbe5ed2fb1ee17ba4301f415d06bd3e9eef4c6dd6da93a95a1f03 to build tracker '/tmp/pip-req-tracker-4tkbh2ko' 2021-07-09T23:59:05,465 Running setup.py (path:/tmp/pip-wheel-mymumisi/pyjsonrpc_99c4696698604e06b4a68cf7a192e8cf/setup.py) egg_info for package pyjsonrpc 2021-07-09T23:59:05,466 Created temporary directory: /tmp/pip-pip-egg-info-yno1nopl 2021-07-09T23:59:05,466 Running command python setup.py egg_info 2021-07-09T23:59:06,075 Traceback (most recent call last): 2021-07-09T23:59:06,075 File "", line 1, in 2021-07-09T23:59:06,076 File "/tmp/pip-wheel-mymumisi/pyjsonrpc_99c4696698604e06b4a68cf7a192e8cf/setup.py", line 7, in 2021-07-09T23:59:06,076 install_requires=open("requirements.txt").readlines(), 2021-07-09T23:59:06,076 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-07-09T23:59:06,125 WARNING: Discarding https://files.pythonhosted.org/packages/a7/fe/a68f05d72021526e0da53ef9c9ec585dc809fa3ec780c0ab0ca662fc420a/pyjsonrpc-0.0.0.tar.gz#sha256=816b73a33dacbe5ed2fb1ee17ba4301f415d06bd3e9eef4c6dd6da93a95a1f03 (from https://pypi.org/simple/pyjsonrpc/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T23:59:06,126 ERROR: Could not find a version that satisfies the requirement pyjsonrpc==0.0.0 (from versions: 0.0.0, 0.0.1, 0.0.2) 2021-07-09T23:59:06,126 ERROR: No matching distribution found for pyjsonrpc==0.0.0 2021-07-09T23:59:06,127 Exception information: 2021-07-09T23:59:06,127 Traceback (most recent call last): 2021-07-09T23:59:06,127 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T23:59:06,127 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T23:59:06,127 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T23:59:06,127 raise RequirementsConflicted(criterion) 2021-07-09T23:59:06,127 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pyjsonrpc==0.0.0') 2021-07-09T23:59:06,127 2021-07-09T23:59:06,127 During handling of the above exception, another exception occurred: 2021-07-09T23:59:06,127 2021-07-09T23:59:06,127 Traceback (most recent call last): 2021-07-09T23:59:06,127 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T23:59:06,127 result = self._result = resolver.resolve( 2021-07-09T23:59:06,127 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T23:59:06,127 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T23:59:06,127 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T23:59:06,127 raise ResolutionImpossible(e.criterion.information) 2021-07-09T23:59:06,127 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pyjsonrpc==0.0.0'), parent=None)] 2021-07-09T23:59:06,127 2021-07-09T23:59:06,127 The above exception was the direct cause of the following exception: 2021-07-09T23:59:06,127 2021-07-09T23:59:06,127 Traceback (most recent call last): 2021-07-09T23:59:06,127 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T23:59:06,127 status = self.run(options, args) 2021-07-09T23:59:06,127 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T23:59:06,127 return func(self, options, args) 2021-07-09T23:59:06,127 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T23:59:06,127 requirement_set = resolver.resolve( 2021-07-09T23:59:06,127 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T23:59:06,127 raise error from e 2021-07-09T23:59:06,127 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pyjsonrpc==0.0.0 2021-07-09T23:59:06,131 Removed pyjsonrpc==0.0.0 from https://files.pythonhosted.org/packages/a7/fe/a68f05d72021526e0da53ef9c9ec585dc809fa3ec780c0ab0ca662fc420a/pyjsonrpc-0.0.0.tar.gz#sha256=816b73a33dacbe5ed2fb1ee17ba4301f415d06bd3e9eef4c6dd6da93a95a1f03 from build tracker '/tmp/pip-req-tracker-4tkbh2ko' 2021-07-09T23:59:06,132 Removed build tracker: '/tmp/pip-req-tracker-4tkbh2ko'