2021-07-05T06:32:11,299 Created temporary directory: /tmp/pip-ephem-wheel-cache-dzttsjb8 2021-07-05T06:32:11,302 Created temporary directory: /tmp/pip-req-tracker-1gdp7396 2021-07-05T06:32:11,302 Initialized build tracking at /tmp/pip-req-tracker-1gdp7396 2021-07-05T06:32:11,303 Created build tracker: /tmp/pip-req-tracker-1gdp7396 2021-07-05T06:32:11,303 Entered build tracker: /tmp/pip-req-tracker-1gdp7396 2021-07-05T06:32:11,303 Created temporary directory: /tmp/pip-wheel-mfg7evf0 2021-07-05T06:32:11,338 1 location(s) to search for versions of nb-http-client: 2021-07-05T06:32:11,338 * https://pypi.org/simple/nb-http-client/ 2021-07-05T06:32:11,339 Fetching project page and analyzing links: https://pypi.org/simple/nb-http-client/ 2021-07-05T06:32:11,339 Getting page https://pypi.org/simple/nb-http-client/ 2021-07-05T06:32:11,341 Found index url https://pypi.org/simple 2021-07-05T06:32:11,484 Found link https://files.pythonhosted.org/packages/dd/56/3caf9e2a699b72ad28347ca2aee9609b9334f4ad8d2e506ebcd71d085f88/nb_http_client-0.6.tar.gz#sha256=f19740c8bf0bfbbfa1a47f1f39cd3c6dfbde35d7d5ecf8758e3c93381f05385c (from https://pypi.org/simple/nb-http-client/), version: 0.6 2021-07-05T06:32:11,485 Found link https://files.pythonhosted.org/packages/8a/00/ed15341e1036a94e3c86978e8ddcc2c2fc7e654e976a5613cf2b124ed5a1/nb_http_client-0.7.tar.gz#sha256=f95d685246f5a7c09685df25b2035dbb9fb7b3ec7381f46ca99b9309d8573f7b (from https://pypi.org/simple/nb-http-client/), version: 0.7 2021-07-05T06:32:11,485 Found link https://files.pythonhosted.org/packages/2e/8c/eb7d949c002533f608766f9b9649ed866c2e08a8af814cc4d2556aacbca9/nb_http_client-0.8.tar.gz#sha256=9928503005ad1ed6284c6d6bb7c2cc9910e6c3252ef42210be3b7f9deaf3fdd7 (from https://pypi.org/simple/nb-http-client/), version: 0.8 2021-07-05T06:32:11,486 Skipping link: not a file: https://pypi.org/simple/nb-http-client/ 2021-07-05T06:32:11,498 Given no hashes to check 1 links for project 'nb-http-client': discarding no candidates 2021-07-05T06:32:11,512 Collecting nb-http-client==0.8 2021-07-05T06:32:11,514 Created temporary directory: /tmp/pip-unpack-s1wlp_gd 2021-07-05T06:32:11,553 Downloading nb_http_client-0.8.tar.gz (3.6 kB) 2021-07-05T06:32:11,581 Added nb-http-client==0.8 from https://files.pythonhosted.org/packages/2e/8c/eb7d949c002533f608766f9b9649ed866c2e08a8af814cc4d2556aacbca9/nb_http_client-0.8.tar.gz#sha256=9928503005ad1ed6284c6d6bb7c2cc9910e6c3252ef42210be3b7f9deaf3fdd7 to build tracker '/tmp/pip-req-tracker-1gdp7396' 2021-07-05T06:32:11,582 Running setup.py (path:/tmp/pip-wheel-mfg7evf0/nb-http-client_fa0c983fc07e4af78ee7c5abc2cf657f/setup.py) egg_info for package nb-http-client 2021-07-05T06:32:11,583 Created temporary directory: /tmp/pip-pip-egg-info-rspetxxp 2021-07-05T06:32:11,584 Running command python setup.py egg_info 2021-07-05T06:32:12,683 Traceback (most recent call last): 2021-07-05T06:32:12,684 File "", line 1, in 2021-07-05T06:32:12,684 File "/tmp/pip-wheel-mfg7evf0/nb-http-client_fa0c983fc07e4af78ee7c5abc2cf657f/setup.py", line 19, in 2021-07-05T06:32:12,684 long_description=open(filepath, 'r', encoding='utf8').read(), 2021-07-05T06:32:12,684 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-05T06:32:12,684 README.md 2021-07-05T06:32:12,733 WARNING: Discarding https://files.pythonhosted.org/packages/2e/8c/eb7d949c002533f608766f9b9649ed866c2e08a8af814cc4d2556aacbca9/nb_http_client-0.8.tar.gz#sha256=9928503005ad1ed6284c6d6bb7c2cc9910e6c3252ef42210be3b7f9deaf3fdd7 (from https://pypi.org/simple/nb-http-client/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-05T06:32:12,735 ERROR: Could not find a version that satisfies the requirement nb-http-client==0.8 (from versions: 0.6, 0.7, 0.8) 2021-07-05T06:32:12,735 ERROR: No matching distribution found for nb-http-client==0.8 2021-07-05T06:32:12,735 Exception information: 2021-07-05T06:32:12,735 Traceback (most recent call last): 2021-07-05T06:32:12,735 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-05T06:32:12,735 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-05T06:32:12,735 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-05T06:32:12,735 raise RequirementsConflicted(criterion) 2021-07-05T06:32:12,735 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nb-http-client==0.8') 2021-07-05T06:32:12,735 2021-07-05T06:32:12,735 During handling of the above exception, another exception occurred: 2021-07-05T06:32:12,735 2021-07-05T06:32:12,735 Traceback (most recent call last): 2021-07-05T06:32:12,735 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-07-05T06:32:12,735 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-07-05T06:32:12,735 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-05T06:32:12,735 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-05T06:32:12,735 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-05T06:32:12,735 raise ResolutionImpossible(e.criterion.information) 2021-07-05T06:32:12,735 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nb-http-client==0.8'), parent=None)] 2021-07-05T06:32:12,735 2021-07-05T06:32:12,735 The above exception was the direct cause of the following exception: 2021-07-05T06:32:12,735 2021-07-05T06:32:12,735 Traceback (most recent call last): 2021-07-05T06:32:12,735 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-05T06:32:12,735 status = self.run(options, args) 2021-07-05T06:32:12,735 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-05T06:32:12,735 return func(self, options, args) 2021-07-05T06:32:12,735 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-07-05T06:32:12,735 reqs, check_supported_wheels=True 2021-07-05T06:32:12,735 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-05T06:32:12,735 raise error from e 2021-07-05T06:32:12,735 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nb-http-client==0.8 2021-07-05T06:32:12,740 Removed nb-http-client==0.8 from https://files.pythonhosted.org/packages/2e/8c/eb7d949c002533f608766f9b9649ed866c2e08a8af814cc4d2556aacbca9/nb_http_client-0.8.tar.gz#sha256=9928503005ad1ed6284c6d6bb7c2cc9910e6c3252ef42210be3b7f9deaf3fdd7 from build tracker '/tmp/pip-req-tracker-1gdp7396' 2021-07-05T06:32:12,740 Removed build tracker: '/tmp/pip-req-tracker-1gdp7396'