2021-07-12T14:16:27,363 Created temporary directory: /tmp/pip-ephem-wheel-cache-6f6r3wrh 2021-07-12T14:16:27,366 Created temporary directory: /tmp/pip-req-tracker-ec7owyya 2021-07-12T14:16:27,367 Initialized build tracking at /tmp/pip-req-tracker-ec7owyya 2021-07-12T14:16:27,368 Created build tracker: /tmp/pip-req-tracker-ec7owyya 2021-07-12T14:16:27,368 Entered build tracker: /tmp/pip-req-tracker-ec7owyya 2021-07-12T14:16:27,368 Created temporary directory: /tmp/pip-wheel-df6nkoyk 2021-07-12T14:16:27,401 1 location(s) to search for versions of sonyapi: 2021-07-12T14:16:27,401 * https://pypi.org/simple/sonyapi/ 2021-07-12T14:16:27,401 Fetching project page and analyzing links: https://pypi.org/simple/sonyapi/ 2021-07-12T14:16:27,402 Getting page https://pypi.org/simple/sonyapi/ 2021-07-12T14:16:27,404 Found index url https://pypi.org/simple 2021-07-12T14:16:27,495 Found link https://files.pythonhosted.org/packages/ef/24/45d4cb9b5cbe87eec617e83bf1d1790e522ab004f3a1fd117479cb2e6a36/SonyAPI-0.1.1b0.tar.gz#sha256=463dc27c7f8d6552ce6c3d6e9564b0392ad78cbee3dec2b02e4aa05cab0a2d16 (from https://pypi.org/simple/sonyapi/), version: 0.1.1b0 2021-07-12T14:16:27,496 Found link https://files.pythonhosted.org/packages/7d/bc/bb971576795d1b73f44dc2a787123572597242be2e5201253dcc2397fadd/SonyAPI-0.1.1b1.tar.gz#sha256=c0971fdcdb0212ef972088908257d5b8a3875d712229450123786f5c8fca958a (from https://pypi.org/simple/sonyapi/), version: 0.1.1b1 2021-07-12T14:16:27,496 Found link https://files.pythonhosted.org/packages/ac/15/62bcd4ca3e31ac6c4ba01f1ac059353ec6dbd7a7eba64af2cbcaf1963cb2/SonyAPI-0.1.1b2.tar.gz#sha256=48fc443dafa7983e325d85f786d2cf5f5b169676fd7a0adb9b1425bf8f42240f (from https://pypi.org/simple/sonyapi/), version: 0.1.1b2 2021-07-12T14:16:27,496 Skipping link: not a file: https://pypi.org/simple/sonyapi/ 2021-07-12T14:16:27,517 Given no hashes to check 1 links for project 'sonyapi': discarding no candidates 2021-07-12T14:16:27,539 Collecting sonyapi==0.1.1b1 2021-07-12T14:16:27,540 Created temporary directory: /tmp/pip-unpack-qzmpzevp 2021-07-12T14:16:27,582 Downloading SonyAPI-0.1.1b1.tar.gz (21 kB) 2021-07-12T14:16:27,653 Added sonyapi==0.1.1b1 from https://files.pythonhosted.org/packages/7d/bc/bb971576795d1b73f44dc2a787123572597242be2e5201253dcc2397fadd/SonyAPI-0.1.1b1.tar.gz#sha256=c0971fdcdb0212ef972088908257d5b8a3875d712229450123786f5c8fca958a to build tracker '/tmp/pip-req-tracker-ec7owyya' 2021-07-12T14:16:27,654 Running setup.py (path:/tmp/pip-wheel-df6nkoyk/sonyapi_f968b12321e74f0b8db11271e7646b57/setup.py) egg_info for package sonyapi 2021-07-12T14:16:27,655 Created temporary directory: /tmp/pip-pip-egg-info-atj86je9 2021-07-12T14:16:27,655 Running command python setup.py egg_info 2021-07-12T14:16:29,206 Traceback (most recent call last): 2021-07-12T14:16:29,207 File "", line 1, in 2021-07-12T14:16:29,209 File "/tmp/pip-wheel-df6nkoyk/sonyapi_f968b12321e74f0b8db11271e7646b57/setup.py", line 42, in 2021-07-12T14:16:29,210 with open(os.path.join(PACKAGE_DIR, 'README.md'), 'r') as f: 2021-07-12T14:16:29,211 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-df6nkoyk/sonyapi_f968b12321e74f0b8db11271e7646b57/README.md' 2021-07-12T14:16:29,287 WARNING: Discarding https://files.pythonhosted.org/packages/7d/bc/bb971576795d1b73f44dc2a787123572597242be2e5201253dcc2397fadd/SonyAPI-0.1.1b1.tar.gz#sha256=c0971fdcdb0212ef972088908257d5b8a3875d712229450123786f5c8fca958a (from https://pypi.org/simple/sonyapi/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T14:16:29,289 ERROR: Could not find a version that satisfies the requirement sonyapi==0.1.1b1 (from versions: 0.1.1b0, 0.1.1b1, 0.1.1b2) 2021-07-12T14:16:29,289 ERROR: No matching distribution found for sonyapi==0.1.1b1 2021-07-12T14:16:29,289 Exception information: 2021-07-12T14:16:29,289 Traceback (most recent call last): 2021-07-12T14:16:29,289 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T14:16:29,289 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T14:16:29,289 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T14:16:29,289 raise RequirementsConflicted(criterion) 2021-07-12T14:16:29,289 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sonyapi==0.1.1b1') 2021-07-12T14:16:29,289 2021-07-12T14:16:29,289 During handling of the above exception, another exception occurred: 2021-07-12T14:16:29,289 2021-07-12T14:16:29,289 Traceback (most recent call last): 2021-07-12T14:16:29,289 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T14:16:29,289 result = self._result = resolver.resolve( 2021-07-12T14:16:29,289 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T14:16:29,289 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T14:16:29,289 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T14:16:29,289 raise ResolutionImpossible(e.criterion.information) 2021-07-12T14:16:29,289 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sonyapi==0.1.1b1'), parent=None)] 2021-07-12T14:16:29,289 2021-07-12T14:16:29,289 The above exception was the direct cause of the following exception: 2021-07-12T14:16:29,289 2021-07-12T14:16:29,289 Traceback (most recent call last): 2021-07-12T14:16:29,289 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T14:16:29,289 status = self.run(options, args) 2021-07-12T14:16:29,289 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T14:16:29,289 return func(self, options, args) 2021-07-12T14:16:29,289 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T14:16:29,289 requirement_set = resolver.resolve( 2021-07-12T14:16:29,289 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T14:16:29,289 raise error from e 2021-07-12T14:16:29,289 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sonyapi==0.1.1b1 2021-07-12T14:16:29,295 Removed sonyapi==0.1.1b1 from https://files.pythonhosted.org/packages/7d/bc/bb971576795d1b73f44dc2a787123572597242be2e5201253dcc2397fadd/SonyAPI-0.1.1b1.tar.gz#sha256=c0971fdcdb0212ef972088908257d5b8a3875d712229450123786f5c8fca958a from build tracker '/tmp/pip-req-tracker-ec7owyya' 2021-07-12T14:16:29,295 Removed build tracker: '/tmp/pip-req-tracker-ec7owyya'