2021-07-12T13:57:04,033 Created temporary directory: /tmp/pip-ephem-wheel-cache-r0lrq38s 2021-07-12T13:57:04,035 Created temporary directory: /tmp/pip-req-tracker-yxgop9yk 2021-07-12T13:57:04,036 Initialized build tracking at /tmp/pip-req-tracker-yxgop9yk 2021-07-12T13:57:04,036 Created build tracker: /tmp/pip-req-tracker-yxgop9yk 2021-07-12T13:57:04,036 Entered build tracker: /tmp/pip-req-tracker-yxgop9yk 2021-07-12T13:57:04,037 Created temporary directory: /tmp/pip-wheel-rgf4tvus 2021-07-12T13:57:04,065 1 location(s) to search for versions of random-ua: 2021-07-12T13:57:04,065 * https://pypi.org/simple/random-ua/ 2021-07-12T13:57:04,066 Fetching project page and analyzing links: https://pypi.org/simple/random-ua/ 2021-07-12T13:57:04,066 Getting page https://pypi.org/simple/random-ua/ 2021-07-12T13:57:04,068 Found index url https://pypi.org/simple 2021-07-12T13:57:04,254 Found link https://files.pythonhosted.org/packages/2e/53/e8ffad8c9aca958d834b06c6cd3a1f7da70d419803f4cf7b06246948c616/random_ua-1.0.tar.gz#sha256=c3508e813615a3d1c80aede5de6be85583641170236ff1b747a375571b86a765 (from https://pypi.org/simple/random-ua/), version: 1.0 2021-07-12T13:57:04,255 Skipping link: not a file: https://pypi.org/simple/random-ua/ 2021-07-12T13:57:04,272 Given no hashes to check 1 links for project 'random-ua': discarding no candidates 2021-07-12T13:57:04,291 Collecting random-ua==1.0 2021-07-12T13:57:04,292 Created temporary directory: /tmp/pip-unpack-pov03yy3 2021-07-12T13:57:04,461 Downloading random_ua-1.0.tar.gz (1.0 kB) 2021-07-12T13:57:04,486 Added random-ua==1.0 from https://files.pythonhosted.org/packages/2e/53/e8ffad8c9aca958d834b06c6cd3a1f7da70d419803f4cf7b06246948c616/random_ua-1.0.tar.gz#sha256=c3508e813615a3d1c80aede5de6be85583641170236ff1b747a375571b86a765 to build tracker '/tmp/pip-req-tracker-yxgop9yk' 2021-07-12T13:57:04,487 Running setup.py (path:/tmp/pip-wheel-rgf4tvus/random-ua_c2f2315c952e4852931f7f13eb734fdc/setup.py) egg_info for package random-ua 2021-07-12T13:57:04,488 Created temporary directory: /tmp/pip-pip-egg-info-n9zfrwxr 2021-07-12T13:57:04,488 Running command python setup.py egg_info 2021-07-12T13:57:05,191 Traceback (most recent call last): 2021-07-12T13:57:05,191 File "", line 1, in 2021-07-12T13:57:05,191 File "/tmp/pip-wheel-rgf4tvus/random-ua_c2f2315c952e4852931f7f13eb734fdc/setup.py", line 2, in 2021-07-12T13:57:05,192 version = open('VERSION').read() 2021-07-12T13:57:05,192 FileNotFoundError: [Errno 2] No such file or directory: 'VERSION' 2021-07-12T13:57:05,241 WARNING: Discarding https://files.pythonhosted.org/packages/2e/53/e8ffad8c9aca958d834b06c6cd3a1f7da70d419803f4cf7b06246948c616/random_ua-1.0.tar.gz#sha256=c3508e813615a3d1c80aede5de6be85583641170236ff1b747a375571b86a765 (from https://pypi.org/simple/random-ua/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T13:57:05,243 ERROR: Could not find a version that satisfies the requirement random-ua==1.0 (from versions: 1.0) 2021-07-12T13:57:05,243 ERROR: No matching distribution found for random-ua==1.0 2021-07-12T13:57:05,243 Exception information: 2021-07-12T13:57:05,243 Traceback (most recent call last): 2021-07-12T13:57:05,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T13:57:05,243 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T13:57:05,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T13:57:05,243 raise RequirementsConflicted(criterion) 2021-07-12T13:57:05,243 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('random-ua==1.0') 2021-07-12T13:57:05,243 2021-07-12T13:57:05,243 During handling of the above exception, another exception occurred: 2021-07-12T13:57:05,243 2021-07-12T13:57:05,243 Traceback (most recent call last): 2021-07-12T13:57:05,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T13:57:05,243 result = self._result = resolver.resolve( 2021-07-12T13:57:05,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T13:57:05,243 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T13:57:05,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T13:57:05,243 raise ResolutionImpossible(e.criterion.information) 2021-07-12T13:57:05,243 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('random-ua==1.0'), parent=None)] 2021-07-12T13:57:05,243 2021-07-12T13:57:05,243 The above exception was the direct cause of the following exception: 2021-07-12T13:57:05,243 2021-07-12T13:57:05,243 Traceback (most recent call last): 2021-07-12T13:57:05,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T13:57:05,243 status = self.run(options, args) 2021-07-12T13:57:05,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T13:57:05,243 return func(self, options, args) 2021-07-12T13:57:05,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T13:57:05,243 requirement_set = resolver.resolve( 2021-07-12T13:57:05,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T13:57:05,243 raise error from e 2021-07-12T13:57:05,243 pip._internal.exceptions.DistributionNotFound: No matching distribution found for random-ua==1.0 2021-07-12T13:57:05,248 Removed random-ua==1.0 from https://files.pythonhosted.org/packages/2e/53/e8ffad8c9aca958d834b06c6cd3a1f7da70d419803f4cf7b06246948c616/random_ua-1.0.tar.gz#sha256=c3508e813615a3d1c80aede5de6be85583641170236ff1b747a375571b86a765 from build tracker '/tmp/pip-req-tracker-yxgop9yk' 2021-07-12T13:57:05,249 Removed build tracker: '/tmp/pip-req-tracker-yxgop9yk'