2021-07-13T07:01:41,258 Created temporary directory: /tmp/pip-ephem-wheel-cache-gkwp3510 2021-07-13T07:01:41,261 Created temporary directory: /tmp/pip-req-tracker-kv49rhu3 2021-07-13T07:01:41,261 Initialized build tracking at /tmp/pip-req-tracker-kv49rhu3 2021-07-13T07:01:41,262 Created build tracker: /tmp/pip-req-tracker-kv49rhu3 2021-07-13T07:01:41,262 Entered build tracker: /tmp/pip-req-tracker-kv49rhu3 2021-07-13T07:01:41,262 Created temporary directory: /tmp/pip-wheel-ogf28fqk 2021-07-13T07:01:41,292 1 location(s) to search for versions of optimoida: 2021-07-13T07:01:41,292 * https://pypi.org/simple/optimoida/ 2021-07-13T07:01:41,292 Fetching project page and analyzing links: https://pypi.org/simple/optimoida/ 2021-07-13T07:01:41,293 Getting page https://pypi.org/simple/optimoida/ 2021-07-13T07:01:41,294 Found index url https://pypi.org/simple 2021-07-13T07:01:41,476 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/e6/c8/cd906b039b690acf1ff65495dd8a6361e19ee86120ce99e7e5b8284a4e9a/optimoida-1.0.0b1-py2.7.egg#sha256=1f34fbf6520a1c2fd8ebab785fe801eee65988de1609b92b08dba656ed3863f7 (from https://pypi.org/simple/optimoida/) 2021-07-13T07:01:41,477 Found link https://files.pythonhosted.org/packages/59/9a/1971edc898283b9a619d05d8d16a431b72dfba1b7030e5926c7e60d7dbf7/optimoida-1.0.0b1.tar.gz#sha256=663acf5f8b2f946378ac650b50e14918d60a699e308bb69bde67fa2d3ce1f055 (from https://pypi.org/simple/optimoida/), version: 1.0.0b1 2021-07-13T07:01:41,477 Found link https://files.pythonhosted.org/packages/c9/c3/f3aed23d59c5eb45de464b4d1a960c6b5f677c7f47452f9ea32be49937bc/optimoida-1.0.0.tar.gz#sha256=5f41e477d75140d727f2746c99c0414ce294f07b3e916e865fb3117713a5868f (from https://pypi.org/simple/optimoida/), version: 1.0.0 2021-07-13T07:01:41,477 Skipping link: not a file: https://pypi.org/simple/optimoida/ 2021-07-13T07:01:41,495 Given no hashes to check 1 links for project 'optimoida': discarding no candidates 2021-07-13T07:01:41,514 Collecting optimoida==1.0.0b1 2021-07-13T07:01:41,516 Created temporary directory: /tmp/pip-unpack-p1wfo6zg 2021-07-13T07:01:41,688 Downloading optimoida-1.0.0b1.tar.gz (3.4 kB) 2021-07-13T07:01:41,772 Added optimoida==1.0.0b1 from https://files.pythonhosted.org/packages/59/9a/1971edc898283b9a619d05d8d16a431b72dfba1b7030e5926c7e60d7dbf7/optimoida-1.0.0b1.tar.gz#sha256=663acf5f8b2f946378ac650b50e14918d60a699e308bb69bde67fa2d3ce1f055 to build tracker '/tmp/pip-req-tracker-kv49rhu3' 2021-07-13T07:01:41,773 Running setup.py (path:/tmp/pip-wheel-ogf28fqk/optimoida_e8a92c2d22c8480483c5ffaf873bf59d/setup.py) egg_info for package optimoida 2021-07-13T07:01:41,774 Created temporary directory: /tmp/pip-pip-egg-info-_qy5r37q 2021-07-13T07:01:41,774 Running command python setup.py egg_info 2021-07-13T07:01:42,651 Traceback (most recent call last): 2021-07-13T07:01:42,652 File "", line 1, in 2021-07-13T07:01:42,652 File "/tmp/pip-wheel-ogf28fqk/optimoida_e8a92c2d22c8480483c5ffaf873bf59d/setup.py", line 13, in 2021-07-13T07:01:42,653 with open("requirements.txt", "r") as fp: 2021-07-13T07:01:42,653 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-07-13T07:01:42,702 WARNING: Discarding https://files.pythonhosted.org/packages/59/9a/1971edc898283b9a619d05d8d16a431b72dfba1b7030e5926c7e60d7dbf7/optimoida-1.0.0b1.tar.gz#sha256=663acf5f8b2f946378ac650b50e14918d60a699e308bb69bde67fa2d3ce1f055 (from https://pypi.org/simple/optimoida/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-13T07:01:42,703 ERROR: Could not find a version that satisfies the requirement optimoida==1.0.0b1 (from versions: 1.0.0b1, 1.0.0) 2021-07-13T07:01:42,704 ERROR: No matching distribution found for optimoida==1.0.0b1 2021-07-13T07:01:42,704 Exception information: 2021-07-13T07:01:42,704 Traceback (most recent call last): 2021-07-13T07:01:42,704 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-13T07:01:42,704 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-13T07:01:42,704 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-13T07:01:42,704 raise RequirementsConflicted(criterion) 2021-07-13T07:01:42,704 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('optimoida==1.0.0b1') 2021-07-13T07:01:42,704 2021-07-13T07:01:42,704 During handling of the above exception, another exception occurred: 2021-07-13T07:01:42,704 2021-07-13T07:01:42,704 Traceback (most recent call last): 2021-07-13T07:01:42,704 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-13T07:01:42,704 result = self._result = resolver.resolve( 2021-07-13T07:01:42,704 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-13T07:01:42,704 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-13T07:01:42,704 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-13T07:01:42,704 raise ResolutionImpossible(e.criterion.information) 2021-07-13T07:01:42,704 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('optimoida==1.0.0b1'), parent=None)] 2021-07-13T07:01:42,704 2021-07-13T07:01:42,704 The above exception was the direct cause of the following exception: 2021-07-13T07:01:42,704 2021-07-13T07:01:42,704 Traceback (most recent call last): 2021-07-13T07:01:42,704 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-13T07:01:42,704 status = self.run(options, args) 2021-07-13T07:01:42,704 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-13T07:01:42,704 return func(self, options, args) 2021-07-13T07:01:42,704 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-13T07:01:42,704 requirement_set = resolver.resolve( 2021-07-13T07:01:42,704 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-13T07:01:42,704 raise error from e 2021-07-13T07:01:42,704 pip._internal.exceptions.DistributionNotFound: No matching distribution found for optimoida==1.0.0b1 2021-07-13T07:01:42,709 Removed optimoida==1.0.0b1 from https://files.pythonhosted.org/packages/59/9a/1971edc898283b9a619d05d8d16a431b72dfba1b7030e5926c7e60d7dbf7/optimoida-1.0.0b1.tar.gz#sha256=663acf5f8b2f946378ac650b50e14918d60a699e308bb69bde67fa2d3ce1f055 from build tracker '/tmp/pip-req-tracker-kv49rhu3' 2021-07-13T07:01:42,710 Removed build tracker: '/tmp/pip-req-tracker-kv49rhu3'