2021-07-16T03:25:27,685 Created temporary directory: /tmp/pip-ephem-wheel-cache-t1rg5ftn 2021-07-16T03:25:27,688 Created temporary directory: /tmp/pip-req-tracker-tjeep_rc 2021-07-16T03:25:27,688 Initialized build tracking at /tmp/pip-req-tracker-tjeep_rc 2021-07-16T03:25:27,689 Created build tracker: /tmp/pip-req-tracker-tjeep_rc 2021-07-16T03:25:27,689 Entered build tracker: /tmp/pip-req-tracker-tjeep_rc 2021-07-16T03:25:27,689 Created temporary directory: /tmp/pip-wheel-8cc68jeu 2021-07-16T03:25:27,720 1 location(s) to search for versions of myrsa: 2021-07-16T03:25:27,720 * https://pypi.org/simple/myrsa/ 2021-07-16T03:25:27,720 Fetching project page and analyzing links: https://pypi.org/simple/myrsa/ 2021-07-16T03:25:27,721 Getting page https://pypi.org/simple/myrsa/ 2021-07-16T03:25:27,723 Found index url https://pypi.org/simple 2021-07-16T03:25:27,891 Found link https://files.pythonhosted.org/packages/df/23/78a0ef7a52358d4bf9d04e4f944d5ade5a7e29dc16162c12dcf1598a79a1/myrsa-0.0.1.tar.gz#sha256=395144fd5f2dcbe31611c074cc041857cd239e57f8d10e99a6a98fadf7525daf (from https://pypi.org/simple/myrsa/), version: 0.0.1 2021-07-16T03:25:27,892 Skipping link: not a file: https://pypi.org/simple/myrsa/ 2021-07-16T03:25:27,911 Given no hashes to check 1 links for project 'myrsa': discarding no candidates 2021-07-16T03:25:27,931 Collecting myrsa==0.0.1 2021-07-16T03:25:27,933 Created temporary directory: /tmp/pip-unpack-_dqh2ljn 2021-07-16T03:25:28,375 Downloading myrsa-0.0.1.tar.gz (2.5 kB) 2021-07-16T03:25:28,402 Added myrsa==0.0.1 from https://files.pythonhosted.org/packages/df/23/78a0ef7a52358d4bf9d04e4f944d5ade5a7e29dc16162c12dcf1598a79a1/myrsa-0.0.1.tar.gz#sha256=395144fd5f2dcbe31611c074cc041857cd239e57f8d10e99a6a98fadf7525daf to build tracker '/tmp/pip-req-tracker-tjeep_rc' 2021-07-16T03:25:28,403 Running setup.py (path:/tmp/pip-wheel-8cc68jeu/myrsa_02f4a727cc604ddfa5052017c43d0891/setup.py) egg_info for package myrsa 2021-07-16T03:25:28,404 Created temporary directory: /tmp/pip-pip-egg-info-6cuk6sxf 2021-07-16T03:25:28,405 Running command python setup.py egg_info 2021-07-16T03:25:29,314 Traceback (most recent call last): 2021-07-16T03:25:29,315 File "", line 1, in 2021-07-16T03:25:29,315 File "/tmp/pip-wheel-8cc68jeu/myrsa_02f4a727cc604ddfa5052017c43d0891/setup.py", line 5, in 2021-07-16T03:25:29,315 from myrsa import VERSION 2021-07-16T03:25:29,315 File "/tmp/pip-wheel-8cc68jeu/myrsa_02f4a727cc604ddfa5052017c43d0891/myrsa.py", line 7, in 2021-07-16T03:25:29,316 import rsa 2021-07-16T03:25:29,316 ModuleNotFoundError: No module named 'rsa' 2021-07-16T03:25:29,372 WARNING: Discarding https://files.pythonhosted.org/packages/df/23/78a0ef7a52358d4bf9d04e4f944d5ade5a7e29dc16162c12dcf1598a79a1/myrsa-0.0.1.tar.gz#sha256=395144fd5f2dcbe31611c074cc041857cd239e57f8d10e99a6a98fadf7525daf (from https://pypi.org/simple/myrsa/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-16T03:25:29,373 ERROR: Could not find a version that satisfies the requirement myrsa==0.0.1 (from versions: 0.0.1) 2021-07-16T03:25:29,374 ERROR: No matching distribution found for myrsa==0.0.1 2021-07-16T03:25:29,374 Exception information: 2021-07-16T03:25:29,374 Traceback (most recent call last): 2021-07-16T03:25:29,374 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-16T03:25:29,374 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-16T03:25:29,374 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-16T03:25:29,374 raise RequirementsConflicted(criterion) 2021-07-16T03:25:29,374 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('myrsa==0.0.1') 2021-07-16T03:25:29,374 2021-07-16T03:25:29,374 During handling of the above exception, another exception occurred: 2021-07-16T03:25:29,374 2021-07-16T03:25:29,374 Traceback (most recent call last): 2021-07-16T03:25:29,374 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-16T03:25:29,374 result = self._result = resolver.resolve( 2021-07-16T03:25:29,374 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-16T03:25:29,374 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-16T03:25:29,374 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-16T03:25:29,374 raise ResolutionImpossible(e.criterion.information) 2021-07-16T03:25:29,374 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('myrsa==0.0.1'), parent=None)] 2021-07-16T03:25:29,374 2021-07-16T03:25:29,374 The above exception was the direct cause of the following exception: 2021-07-16T03:25:29,374 2021-07-16T03:25:29,374 Traceback (most recent call last): 2021-07-16T03:25:29,374 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-16T03:25:29,374 status = self.run(options, args) 2021-07-16T03:25:29,374 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-16T03:25:29,374 return func(self, options, args) 2021-07-16T03:25:29,374 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-16T03:25:29,374 requirement_set = resolver.resolve( 2021-07-16T03:25:29,374 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-16T03:25:29,374 raise error from e 2021-07-16T03:25:29,374 pip._internal.exceptions.DistributionNotFound: No matching distribution found for myrsa==0.0.1 2021-07-16T03:25:29,379 Removed myrsa==0.0.1 from https://files.pythonhosted.org/packages/df/23/78a0ef7a52358d4bf9d04e4f944d5ade5a7e29dc16162c12dcf1598a79a1/myrsa-0.0.1.tar.gz#sha256=395144fd5f2dcbe31611c074cc041857cd239e57f8d10e99a6a98fadf7525daf from build tracker '/tmp/pip-req-tracker-tjeep_rc' 2021-07-16T03:25:29,380 Removed build tracker: '/tmp/pip-req-tracker-tjeep_rc'