2022-01-04T19:40:06,281 Created temporary directory: /tmp/pip-ephem-wheel-cache-rmqub9yf 2022-01-04T19:40:06,286 Created temporary directory: /tmp/pip-req-tracker-snhtchs7 2022-01-04T19:40:06,287 Initialized build tracking at /tmp/pip-req-tracker-snhtchs7 2022-01-04T19:40:06,287 Created build tracker: /tmp/pip-req-tracker-snhtchs7 2022-01-04T19:40:06,288 Entered build tracker: /tmp/pip-req-tracker-snhtchs7 2022-01-04T19:40:06,289 Created temporary directory: /tmp/pip-wheel-mt6c_h5k 2022-01-04T19:40:06,351 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-04T19:40:06,357 2 location(s) to search for versions of naoth: 2022-01-04T19:40:06,357 * https://pypi.org/simple/naoth/ 2022-01-04T19:40:06,357 * https://www.piwheels.org/simple/naoth/ 2022-01-04T19:40:06,358 Fetching project page and analyzing links: https://pypi.org/simple/naoth/ 2022-01-04T19:40:06,359 Getting page https://pypi.org/simple/naoth/ 2022-01-04T19:40:06,362 Found index url https://pypi.org/simple 2022-01-04T19:40:06,555 Skipping link: No binaries permitted for naoth: https://files.pythonhosted.org/packages/b6/60/eaaf8ef129d426a28a7b454d5e7b654bb9a6c162db14b47afe659da183bb/naoth-0.4.0-py3-none-any.whl#sha256=29809fb2ee7039c6e5c99fec9a72255cc0036bbbb8bea7f0e211b5f3056ae769 (from https://pypi.org/simple/naoth/) (requires-python:>=3.6.9) 2022-01-04T19:40:06,556 Found link https://files.pythonhosted.org/packages/e9/8b/e0ed32849116325b5287aa17638d12c8caec7a46702e34e2b4d731466738/naoth-0.4.0.tar.gz#sha256=3e0cb0d17683158a27ad107bfddc8f3dca9fcc6c4707e787e6de5ace10210b14 (from https://pypi.org/simple/naoth/) (requires-python:>=3.6.9), version: 0.4.0 2022-01-04T19:40:06,557 Skipping link: No binaries permitted for naoth: https://files.pythonhosted.org/packages/5b/7d/bd3d3d8cbcb1f4c22826e4e67e47d637c7be2704edaef9d44e17519a4c9a/naoth-0.4.1-py3-none-any.whl#sha256=9c4998ac9539e99d8487ed53188295766652c85891f5b6715db8edc945555d3e (from https://pypi.org/simple/naoth/) (requires-python:>=3.6.9) 2022-01-04T19:40:06,558 Found link https://files.pythonhosted.org/packages/85/e4/04b085b0efb6dc66912a16cffab21f8d72cedb291e88f86686fbe0ecb907/naoth-0.4.1.tar.gz#sha256=bc0837ef8f6c93c60adf51b9714cf1fa7ab0aa729a5b85564c524c98afbe8fcb (from https://pypi.org/simple/naoth/) (requires-python:>=3.6.9), version: 0.4.1 2022-01-04T19:40:06,559 Fetching project page and analyzing links: https://www.piwheels.org/simple/naoth/ 2022-01-04T19:40:06,559 Getting page https://www.piwheels.org/simple/naoth/ 2022-01-04T19:40:06,561 Found index url https://www.piwheels.org/simple 2022-01-04T19:40:06,758 Skipping link: not a file: https://www.piwheels.org/simple/naoth/ 2022-01-04T19:40:06,758 Skipping link: not a file: https://pypi.org/simple/naoth/ 2022-01-04T19:40:06,797 Given no hashes to check 1 links for project 'naoth': discarding no candidates 2022-01-04T19:40:06,834 Collecting naoth==0.4.1 2022-01-04T19:40:06,838 Created temporary directory: /tmp/pip-unpack-l16jiq9f 2022-01-04T19:40:06,928 Downloading naoth-0.4.1.tar.gz (61 kB) 2022-01-04T19:40:07,136 Added naoth==0.4.1 from https://files.pythonhosted.org/packages/85/e4/04b085b0efb6dc66912a16cffab21f8d72cedb291e88f86686fbe0ecb907/naoth-0.4.1.tar.gz#sha256=bc0837ef8f6c93c60adf51b9714cf1fa7ab0aa729a5b85564c524c98afbe8fcb to build tracker '/tmp/pip-req-tracker-snhtchs7' 2022-01-04T19:40:07,137 Running setup.py (path:/tmp/pip-wheel-mt6c_h5k/naoth_8d480484a20f4949a67f9297ff82aa8b/setup.py) egg_info for package naoth 2022-01-04T19:40:07,138 Created temporary directory: /tmp/pip-pip-egg-info-l9f5obqu 2022-01-04T19:40:07,139 Preparing metadata (setup.py): started 2022-01-04T19:40:07,140 Running command python setup.py egg_info 2022-01-04T19:40:08,429 Traceback (most recent call last): 2022-01-04T19:40:08,430 File "", line 1, in 2022-01-04T19:40:08,431 File "/tmp/pip-wheel-mt6c_h5k/naoth_8d480484a20f4949a67f9297ff82aa8b/setup.py", line 10, in 2022-01-04T19:40:08,431 VERSION_STRING = (HERE / "VERSION").read_text() 2022-01-04T19:40:08,431 File "/usr/lib/python3.9/pathlib.py", line 1255, in read_text 2022-01-04T19:40:08,432 with self.open(mode='r', encoding=encoding, errors=errors) as f: 2022-01-04T19:40:08,433 File "/usr/lib/python3.9/pathlib.py", line 1241, in open 2022-01-04T19:40:08,435 return io.open(self, mode, buffering, encoding, errors, newline, 2022-01-04T19:40:08,435 File "/usr/lib/python3.9/pathlib.py", line 1109, in _opener 2022-01-04T19:40:08,437 return self._accessor.open(self, flags, mode) 2022-01-04T19:40:08,437 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-mt6c_h5k/naoth_8d480484a20f4949a67f9297ff82aa8b/VERSION' 2022-01-04T19:40:08,524 Preparing metadata (setup.py): finished with status 'error' 2022-01-04T19:40:08,526 WARNING: Discarding https://files.pythonhosted.org/packages/85/e4/04b085b0efb6dc66912a16cffab21f8d72cedb291e88f86686fbe0ecb907/naoth-0.4.1.tar.gz#sha256=bc0837ef8f6c93c60adf51b9714cf1fa7ab0aa729a5b85564c524c98afbe8fcb (from https://pypi.org/simple/naoth/) (requires-python:>=3.6.9). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-01-04T19:40:08,528 ERROR: Could not find a version that satisfies the requirement naoth==0.4.1 (from versions: 0.4.0, 0.4.1) 2022-01-04T19:40:08,529 ERROR: No matching distribution found for naoth==0.4.1 2022-01-04T19:40:08,530 Exception information: 2022-01-04T19:40:08,530 Traceback (most recent call last): 2022-01-04T19:40:08,530 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-04T19:40:08,530 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-04T19:40:08,530 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-04T19:40:08,530 raise RequirementsConflicted(criterion) 2022-01-04T19:40:08,530 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('naoth==0.4.1') 2022-01-04T19:40:08,530 2022-01-04T19:40:08,530 During handling of the above exception, another exception occurred: 2022-01-04T19:40:08,530 2022-01-04T19:40:08,530 Traceback (most recent call last): 2022-01-04T19:40:08,530 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2022-01-04T19:40:08,530 result = self._result = resolver.resolve( 2022-01-04T19:40:08,530 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-04T19:40:08,530 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-04T19:40:08,530 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-04T19:40:08,530 raise ResolutionImpossible(e.criterion.information) 2022-01-04T19:40:08,530 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('naoth==0.4.1'), parent=None)] 2022-01-04T19:40:08,530 2022-01-04T19:40:08,530 The above exception was the direct cause of the following exception: 2022-01-04T19:40:08,530 2022-01-04T19:40:08,530 Traceback (most recent call last): 2022-01-04T19:40:08,530 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-04T19:40:08,530 status = run_func(*args) 2022-01-04T19:40:08,530 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-04T19:40:08,530 return func(self, options, args) 2022-01-04T19:40:08,530 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-04T19:40:08,530 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-04T19:40:08,530 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-04T19:40:08,530 raise error from e 2022-01-04T19:40:08,530 pip._internal.exceptions.DistributionNotFound: No matching distribution found for naoth==0.4.1 2022-01-04T19:40:08,539 Removed naoth==0.4.1 from https://files.pythonhosted.org/packages/85/e4/04b085b0efb6dc66912a16cffab21f8d72cedb291e88f86686fbe0ecb907/naoth-0.4.1.tar.gz#sha256=bc0837ef8f6c93c60adf51b9714cf1fa7ab0aa729a5b85564c524c98afbe8fcb from build tracker '/tmp/pip-req-tracker-snhtchs7' 2022-01-04T19:40:08,540 Removed build tracker: '/tmp/pip-req-tracker-snhtchs7'