2021-09-28T13:02:31,918 Created temporary directory: /tmp/pip-ephem-wheel-cache-xb8hhbub 2021-09-28T13:02:31,921 Created temporary directory: /tmp/pip-req-tracker-bhxyif86 2021-09-28T13:02:31,921 Initialized build tracking at /tmp/pip-req-tracker-bhxyif86 2021-09-28T13:02:31,921 Created build tracker: /tmp/pip-req-tracker-bhxyif86 2021-09-28T13:02:31,922 Entered build tracker: /tmp/pip-req-tracker-bhxyif86 2021-09-28T13:02:31,922 Created temporary directory: /tmp/pip-wheel-ak4sl9gd 2021-09-28T13:02:31,949 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-28T13:02:31,952 2 location(s) to search for versions of anal-chem: 2021-09-28T13:02:31,952 * https://pypi.org/simple/anal-chem/ 2021-09-28T13:02:31,952 * https://www.piwheels.org/simple/anal-chem/ 2021-09-28T13:02:31,953 Fetching project page and analyzing links: https://pypi.org/simple/anal-chem/ 2021-09-28T13:02:31,953 Getting page https://pypi.org/simple/anal-chem/ 2021-09-28T13:02:31,955 Found index url https://pypi.org/simple 2021-09-28T13:02:32,044 Found link https://files.pythonhosted.org/packages/91/ed/05b06a8bed9e6b5344c0720fc6a8117ea8e19bf9f9670fcea8221fb77261/anal-chem-0.0.0.tar.gz#sha256=89da891730b3a7f014152921b11ef5674500e60708d506ccea77f94c7d1f00a3 (from https://pypi.org/simple/anal-chem/) (requires-python:>=3.8, <4), version: 0.0.0 2021-09-28T13:02:32,045 Fetching project page and analyzing links: https://www.piwheels.org/simple/anal-chem/ 2021-09-28T13:02:32,045 Getting page https://www.piwheels.org/simple/anal-chem/ 2021-09-28T13:02:32,046 Found index url https://www.piwheels.org/simple 2021-09-28T13:02:32,164 Skipping link: not a file: https://www.piwheels.org/simple/anal-chem/ 2021-09-28T13:02:32,164 Skipping link: not a file: https://pypi.org/simple/anal-chem/ 2021-09-28T13:02:32,183 Given no hashes to check 1 links for project 'anal-chem': discarding no candidates 2021-09-28T13:02:32,201 Collecting anal-chem==0.0.0 2021-09-28T13:02:32,203 Created temporary directory: /tmp/pip-unpack-g6ute9da 2021-09-28T13:02:32,244 Downloading anal-chem-0.0.0.tar.gz (3.9 kB) 2021-09-28T13:02:32,280 Added anal-chem==0.0.0 from https://files.pythonhosted.org/packages/91/ed/05b06a8bed9e6b5344c0720fc6a8117ea8e19bf9f9670fcea8221fb77261/anal-chem-0.0.0.tar.gz#sha256=89da891730b3a7f014152921b11ef5674500e60708d506ccea77f94c7d1f00a3 to build tracker '/tmp/pip-req-tracker-bhxyif86' 2021-09-28T13:02:32,281 Running setup.py (path:/tmp/pip-wheel-ak4sl9gd/anal-chem_600c32eb6c7242afb7f6e5806c5a3c84/setup.py) egg_info for package anal-chem 2021-09-28T13:02:32,282 Created temporary directory: /tmp/pip-pip-egg-info-kkqi9xwy 2021-09-28T13:02:32,282 Running command python setup.py egg_info 2021-09-28T13:02:32,959 Traceback (most recent call last): 2021-09-28T13:02:32,960 File "", line 1, in 2021-09-28T13:02:32,960 File "/tmp/pip-wheel-ak4sl9gd/anal-chem_600c32eb6c7242afb7f6e5806c5a3c84/setup.py", line 25, in 2021-09-28T13:02:32,960 install_requires=_process_requirements(), 2021-09-28T13:02:32,960 File "/tmp/pip-wheel-ak4sl9gd/anal-chem_600c32eb6c7242afb7f6e5806c5a3c84/setup.py", line 7, in _process_requirements 2021-09-28T13:02:32,961 packages = open('requirements.txt').read().strip().split('\n') 2021-09-28T13:02:32,961 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-09-28T13:02:33,009 WARNING: Discarding https://files.pythonhosted.org/packages/91/ed/05b06a8bed9e6b5344c0720fc6a8117ea8e19bf9f9670fcea8221fb77261/anal-chem-0.0.0.tar.gz#sha256=89da891730b3a7f014152921b11ef5674500e60708d506ccea77f94c7d1f00a3 (from https://pypi.org/simple/anal-chem/) (requires-python:>=3.8, <4). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-09-28T13:02:33,010 ERROR: Could not find a version that satisfies the requirement anal-chem==0.0.0 (from versions: 0.0.0) 2021-09-28T13:02:33,011 ERROR: No matching distribution found for anal-chem==0.0.0 2021-09-28T13:02:33,011 Exception information: 2021-09-28T13:02:33,011 Traceback (most recent call last): 2021-09-28T13:02:33,011 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-28T13:02:33,011 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-28T13:02:33,011 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-28T13:02:33,011 raise RequirementsConflicted(criterion) 2021-09-28T13:02:33,011 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('anal-chem==0.0.0') 2021-09-28T13:02:33,011 2021-09-28T13:02:33,011 During handling of the above exception, another exception occurred: 2021-09-28T13:02:33,011 2021-09-28T13:02:33,011 Traceback (most recent call last): 2021-09-28T13:02:33,011 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-09-28T13:02:33,011 result = self._result = resolver.resolve( 2021-09-28T13:02:33,011 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-28T13:02:33,011 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-28T13:02:33,011 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-28T13:02:33,011 raise ResolutionImpossible(e.criterion.information) 2021-09-28T13:02:33,011 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('anal-chem==0.0.0'), parent=None)] 2021-09-28T13:02:33,011 2021-09-28T13:02:33,011 The above exception was the direct cause of the following exception: 2021-09-28T13:02:33,011 2021-09-28T13:02:33,011 Traceback (most recent call last): 2021-09-28T13:02:33,011 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-28T13:02:33,011 status = self.run(options, args) 2021-09-28T13:02:33,011 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-28T13:02:33,011 return func(self, options, args) 2021-09-28T13:02:33,011 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-09-28T13:02:33,011 requirement_set = resolver.resolve( 2021-09-28T13:02:33,011 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-28T13:02:33,011 raise error from e 2021-09-28T13:02:33,011 pip._internal.exceptions.DistributionNotFound: No matching distribution found for anal-chem==0.0.0 2021-09-28T13:02:33,016 Removed anal-chem==0.0.0 from https://files.pythonhosted.org/packages/91/ed/05b06a8bed9e6b5344c0720fc6a8117ea8e19bf9f9670fcea8221fb77261/anal-chem-0.0.0.tar.gz#sha256=89da891730b3a7f014152921b11ef5674500e60708d506ccea77f94c7d1f00a3 from build tracker '/tmp/pip-req-tracker-bhxyif86' 2021-09-28T13:02:33,016 Removed build tracker: '/tmp/pip-req-tracker-bhxyif86'