2021-07-12T23:09:45,560 Created temporary directory: /tmp/pip-ephem-wheel-cache-muq6b_19 2021-07-12T23:09:45,562 Created temporary directory: /tmp/pip-req-tracker-m6yhn0_v 2021-07-12T23:09:45,563 Initialized build tracking at /tmp/pip-req-tracker-m6yhn0_v 2021-07-12T23:09:45,563 Created build tracker: /tmp/pip-req-tracker-m6yhn0_v 2021-07-12T23:09:45,563 Entered build tracker: /tmp/pip-req-tracker-m6yhn0_v 2021-07-12T23:09:45,564 Created temporary directory: /tmp/pip-wheel-zifnhndt 2021-07-12T23:09:45,594 1 location(s) to search for versions of sebflow: 2021-07-12T23:09:45,594 * https://pypi.org/simple/sebflow/ 2021-07-12T23:09:45,594 Fetching project page and analyzing links: https://pypi.org/simple/sebflow/ 2021-07-12T23:09:45,595 Getting page https://pypi.org/simple/sebflow/ 2021-07-12T23:09:45,596 Found index url https://pypi.org/simple 2021-07-12T23:09:45,685 Found link https://files.pythonhosted.org/packages/6a/ce/11acc81ffe778d5b25d27e95ffb1ef641bd1566bcd4cc30593244ea5128e/sebflow-0.0.0.macosx-10.6-intel.tar.gz#sha256=dbd665e7a48541e8d5d15ee02c8fc28805a4b3e3f0904c406e194f37b129378f (from https://pypi.org/simple/sebflow/), version: 0.0.0.macosx-10.6-intel 2021-07-12T23:09:45,685 Found link https://files.pythonhosted.org/packages/35/db/46eb7f369665d6e93380b290b53bdde809e656cb43749e264cd8479be063/sebflow-0.0.1.tar.gz#sha256=d20a9c439f652bd726647f8140be45cc1415ffdfcc9e790a80534e22fa10a9bf (from https://pypi.org/simple/sebflow/), version: 0.0.1 2021-07-12T23:09:45,686 Found link https://files.pythonhosted.org/packages/93/49/730bbb104a2b133290f654b3d29aa1a5a1ed83c69d106ebc42c7725f6baa/sebflow-0.0.2.tar.gz#sha256=f13b4fd76f92fd7d66a4c8a1e3a93131d5c3eb58a46ce5bf78398671e149d139 (from https://pypi.org/simple/sebflow/), version: 0.0.2 2021-07-12T23:09:45,686 Skipping link: not a file: https://pypi.org/simple/sebflow/ 2021-07-12T23:09:45,704 Given no hashes to check 1 links for project 'sebflow': discarding no candidates 2021-07-12T23:09:45,724 Collecting sebflow==0.0.1 2021-07-12T23:09:45,725 Created temporary directory: /tmp/pip-unpack-kgfg17dr 2021-07-12T23:09:45,899 Downloading sebflow-0.0.1.tar.gz (19 kB) 2021-07-12T23:09:46,001 Added sebflow==0.0.1 from https://files.pythonhosted.org/packages/35/db/46eb7f369665d6e93380b290b53bdde809e656cb43749e264cd8479be063/sebflow-0.0.1.tar.gz#sha256=d20a9c439f652bd726647f8140be45cc1415ffdfcc9e790a80534e22fa10a9bf to build tracker '/tmp/pip-req-tracker-m6yhn0_v' 2021-07-12T23:09:46,002 Running setup.py (path:/tmp/pip-wheel-zifnhndt/sebflow_1a5d99b4a69e4d4191bfdb4bdfa1b2e7/setup.py) egg_info for package sebflow 2021-07-12T23:09:46,003 Created temporary directory: /tmp/pip-pip-egg-info-bkgwo7t_ 2021-07-12T23:09:46,003 Running command python setup.py egg_info 2021-07-12T23:09:46,859 Traceback (most recent call last): 2021-07-12T23:09:46,860 File "", line 1, in 2021-07-12T23:09:46,860 File "/tmp/pip-wheel-zifnhndt/sebflow_1a5d99b4a69e4d4191bfdb4bdfa1b2e7/setup.py", line 12, in 2021-07-12T23:09:46,860 with open(os.path.join(base_dir, "README.md")) as f: 2021-07-12T23:09:46,860 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-zifnhndt/sebflow_1a5d99b4a69e4d4191bfdb4bdfa1b2e7/README.md' 2021-07-12T23:09:46,909 WARNING: Discarding https://files.pythonhosted.org/packages/35/db/46eb7f369665d6e93380b290b53bdde809e656cb43749e264cd8479be063/sebflow-0.0.1.tar.gz#sha256=d20a9c439f652bd726647f8140be45cc1415ffdfcc9e790a80534e22fa10a9bf (from https://pypi.org/simple/sebflow/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T23:09:46,910 ERROR: Could not find a version that satisfies the requirement sebflow==0.0.1 (from versions: 0.0.0.macosx-10.6-intel, 0.0.1, 0.0.2) 2021-07-12T23:09:46,910 ERROR: No matching distribution found for sebflow==0.0.1 2021-07-12T23:09:46,911 Exception information: 2021-07-12T23:09:46,911 Traceback (most recent call last): 2021-07-12T23:09:46,911 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T23:09:46,911 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T23:09:46,911 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T23:09:46,911 raise RequirementsConflicted(criterion) 2021-07-12T23:09:46,911 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sebflow==0.0.1') 2021-07-12T23:09:46,911 2021-07-12T23:09:46,911 During handling of the above exception, another exception occurred: 2021-07-12T23:09:46,911 2021-07-12T23:09:46,911 Traceback (most recent call last): 2021-07-12T23:09:46,911 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T23:09:46,911 result = self._result = resolver.resolve( 2021-07-12T23:09:46,911 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T23:09:46,911 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T23:09:46,911 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T23:09:46,911 raise ResolutionImpossible(e.criterion.information) 2021-07-12T23:09:46,911 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sebflow==0.0.1'), parent=None)] 2021-07-12T23:09:46,911 2021-07-12T23:09:46,911 The above exception was the direct cause of the following exception: 2021-07-12T23:09:46,911 2021-07-12T23:09:46,911 Traceback (most recent call last): 2021-07-12T23:09:46,911 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T23:09:46,911 status = self.run(options, args) 2021-07-12T23:09:46,911 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T23:09:46,911 return func(self, options, args) 2021-07-12T23:09:46,911 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T23:09:46,911 requirement_set = resolver.resolve( 2021-07-12T23:09:46,911 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T23:09:46,911 raise error from e 2021-07-12T23:09:46,911 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sebflow==0.0.1 2021-07-12T23:09:46,915 Removed sebflow==0.0.1 from https://files.pythonhosted.org/packages/35/db/46eb7f369665d6e93380b290b53bdde809e656cb43749e264cd8479be063/sebflow-0.0.1.tar.gz#sha256=d20a9c439f652bd726647f8140be45cc1415ffdfcc9e790a80534e22fa10a9bf from build tracker '/tmp/pip-req-tracker-m6yhn0_v' 2021-07-12T23:09:46,916 Removed build tracker: '/tmp/pip-req-tracker-m6yhn0_v'